@dcl/playground-assets 7.22.4-24525731607.commit-cda77a9 → 7.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +1 -149
- package/dist/beta.d.ts +1 -149
- package/dist/index.bundled.d.ts +1 -149
- package/dist/index.js +6 -6
- package/dist/playground/sdk/apis.d.ts +0 -6
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +1 -149
- package/etc/playground-assets.api.json +940 -2514
- package/etc/playground-assets.api.md +0 -102
- package/package.json +4 -4
|
@@ -1165,417 +1165,6 @@
|
|
|
1165
1165
|
"endIndex": 6
|
|
1166
1166
|
}
|
|
1167
1167
|
},
|
|
1168
|
-
{
|
|
1169
|
-
"kind": "Variable",
|
|
1170
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysis:var",
|
|
1171
|
-
"docComment": "",
|
|
1172
|
-
"excerptTokens": [
|
|
1173
|
-
{
|
|
1174
|
-
"kind": "Content",
|
|
1175
|
-
"text": "AudioAnalysis: "
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"kind": "Reference",
|
|
1179
|
-
"text": "AudioAnalysisComponentDefinitionExtended",
|
|
1180
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface"
|
|
1181
|
-
}
|
|
1182
|
-
],
|
|
1183
|
-
"fileUrlPath": "../ecs/dist/index.d.ts",
|
|
1184
|
-
"isReadonly": true,
|
|
1185
|
-
"releaseTag": "Public",
|
|
1186
|
-
"name": "AudioAnalysis",
|
|
1187
|
-
"variableTypeTokenRange": {
|
|
1188
|
-
"startIndex": 1,
|
|
1189
|
-
"endIndex": 2
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"kind": "Interface",
|
|
1194
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface",
|
|
1195
|
-
"docComment": "",
|
|
1196
|
-
"excerptTokens": [
|
|
1197
|
-
{
|
|
1198
|
-
"kind": "Content",
|
|
1199
|
-
"text": "export interface AudioAnalysisComponentDefinitionExtended extends "
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "Reference",
|
|
1203
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
1204
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"kind": "Content",
|
|
1208
|
-
"text": "<"
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "Reference",
|
|
1212
|
-
"text": "PBAudioAnalysis",
|
|
1213
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"kind": "Content",
|
|
1217
|
-
"text": ">"
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"kind": "Content",
|
|
1221
|
-
"text": " "
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
|
|
1225
|
-
"releaseTag": "Public",
|
|
1226
|
-
"name": "AudioAnalysisComponentDefinitionExtended",
|
|
1227
|
-
"preserveMemberOrder": false,
|
|
1228
|
-
"members": [
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "MethodSignature",
|
|
1231
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createAudioAnalysis:member(1)",
|
|
1232
|
-
"docComment": "/**\n * Creates an AudioAnalysis component for the given `entity`.\n *\n * If a component already exists on the entity, this call fails (does not replace).\n *\n * @param entity - The entity to attach the component to.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to all frequency bands.\n */\n",
|
|
1233
|
-
"excerptTokens": [
|
|
1234
|
-
{
|
|
1235
|
-
"kind": "Content",
|
|
1236
|
-
"text": "createAudioAnalysis(entity: "
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "Reference",
|
|
1240
|
-
"text": "Entity",
|
|
1241
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "Content",
|
|
1245
|
-
"text": ", mode?: "
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"kind": "Reference",
|
|
1249
|
-
"text": "PBAudioAnalysisMode",
|
|
1250
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"kind": "Content",
|
|
1254
|
-
"text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "Content",
|
|
1258
|
-
"text": "number"
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"kind": "Content",
|
|
1262
|
-
"text": ", bandsGain?: "
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "Content",
|
|
1266
|
-
"text": "number"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "Content",
|
|
1270
|
-
"text": "): "
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "Content",
|
|
1274
|
-
"text": "void"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"kind": "Content",
|
|
1278
|
-
"text": ";"
|
|
1279
|
-
}
|
|
1280
|
-
],
|
|
1281
|
-
"isOptional": false,
|
|
1282
|
-
"returnTypeTokenRange": {
|
|
1283
|
-
"startIndex": 9,
|
|
1284
|
-
"endIndex": 10
|
|
1285
|
-
},
|
|
1286
|
-
"releaseTag": "Public",
|
|
1287
|
-
"overloadIndex": 1,
|
|
1288
|
-
"parameters": [
|
|
1289
|
-
{
|
|
1290
|
-
"parameterName": "entity",
|
|
1291
|
-
"parameterTypeTokenRange": {
|
|
1292
|
-
"startIndex": 1,
|
|
1293
|
-
"endIndex": 2
|
|
1294
|
-
},
|
|
1295
|
-
"isOptional": false
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"parameterName": "mode",
|
|
1299
|
-
"parameterTypeTokenRange": {
|
|
1300
|
-
"startIndex": 3,
|
|
1301
|
-
"endIndex": 4
|
|
1302
|
-
},
|
|
1303
|
-
"isOptional": true
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"parameterName": "amplitudeGain",
|
|
1307
|
-
"parameterTypeTokenRange": {
|
|
1308
|
-
"startIndex": 5,
|
|
1309
|
-
"endIndex": 6
|
|
1310
|
-
},
|
|
1311
|
-
"isOptional": true
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"parameterName": "bandsGain",
|
|
1315
|
-
"parameterTypeTokenRange": {
|
|
1316
|
-
"startIndex": 7,
|
|
1317
|
-
"endIndex": 8
|
|
1318
|
-
},
|
|
1319
|
-
"isOptional": true
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1322
|
-
"name": "createAudioAnalysis"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "MethodSignature",
|
|
1326
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createOrReplaceAudioAnalysis:member(1)",
|
|
1327
|
-
"docComment": "/**\n * Creates the AudioAnalysis component if missing, or replaces the existing one.\n *\n * @param entity - The target entity.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to the frequency bands.\n */\n",
|
|
1328
|
-
"excerptTokens": [
|
|
1329
|
-
{
|
|
1330
|
-
"kind": "Content",
|
|
1331
|
-
"text": "createOrReplaceAudioAnalysis(entity: "
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
"kind": "Reference",
|
|
1335
|
-
"text": "Entity",
|
|
1336
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"kind": "Content",
|
|
1340
|
-
"text": ", mode?: "
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "Reference",
|
|
1344
|
-
"text": "PBAudioAnalysisMode",
|
|
1345
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"kind": "Content",
|
|
1349
|
-
"text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "Content",
|
|
1353
|
-
"text": "number"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"kind": "Content",
|
|
1357
|
-
"text": ", bandsGain?: "
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "Content",
|
|
1361
|
-
"text": "number"
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "Content",
|
|
1365
|
-
"text": "): "
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "Content",
|
|
1369
|
-
"text": "void"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"kind": "Content",
|
|
1373
|
-
"text": ";"
|
|
1374
|
-
}
|
|
1375
|
-
],
|
|
1376
|
-
"isOptional": false,
|
|
1377
|
-
"returnTypeTokenRange": {
|
|
1378
|
-
"startIndex": 9,
|
|
1379
|
-
"endIndex": 10
|
|
1380
|
-
},
|
|
1381
|
-
"releaseTag": "Public",
|
|
1382
|
-
"overloadIndex": 1,
|
|
1383
|
-
"parameters": [
|
|
1384
|
-
{
|
|
1385
|
-
"parameterName": "entity",
|
|
1386
|
-
"parameterTypeTokenRange": {
|
|
1387
|
-
"startIndex": 1,
|
|
1388
|
-
"endIndex": 2
|
|
1389
|
-
},
|
|
1390
|
-
"isOptional": false
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"parameterName": "mode",
|
|
1394
|
-
"parameterTypeTokenRange": {
|
|
1395
|
-
"startIndex": 3,
|
|
1396
|
-
"endIndex": 4
|
|
1397
|
-
},
|
|
1398
|
-
"isOptional": true
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"parameterName": "amplitudeGain",
|
|
1402
|
-
"parameterTypeTokenRange": {
|
|
1403
|
-
"startIndex": 5,
|
|
1404
|
-
"endIndex": 6
|
|
1405
|
-
},
|
|
1406
|
-
"isOptional": true
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"parameterName": "bandsGain",
|
|
1410
|
-
"parameterTypeTokenRange": {
|
|
1411
|
-
"startIndex": 7,
|
|
1412
|
-
"endIndex": 8
|
|
1413
|
-
},
|
|
1414
|
-
"isOptional": true
|
|
1415
|
-
}
|
|
1416
|
-
],
|
|
1417
|
-
"name": "createOrReplaceAudioAnalysis"
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "MethodSignature",
|
|
1421
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#readIntoView:member(1)",
|
|
1422
|
-
"docComment": "/**\n * Reads the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate with the latest values.\n *\n * @throws\n *\n * Error if the entity does not have an AudioAnalysis component.\n */\n",
|
|
1423
|
-
"excerptTokens": [
|
|
1424
|
-
{
|
|
1425
|
-
"kind": "Content",
|
|
1426
|
-
"text": "readIntoView(entity: "
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"kind": "Reference",
|
|
1430
|
-
"text": "Entity",
|
|
1431
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "Content",
|
|
1435
|
-
"text": ", out: "
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"kind": "Reference",
|
|
1439
|
-
"text": "AudioAnalysisView",
|
|
1440
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"kind": "Content",
|
|
1444
|
-
"text": "): "
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "Content",
|
|
1448
|
-
"text": "void"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"kind": "Content",
|
|
1452
|
-
"text": ";"
|
|
1453
|
-
}
|
|
1454
|
-
],
|
|
1455
|
-
"isOptional": false,
|
|
1456
|
-
"returnTypeTokenRange": {
|
|
1457
|
-
"startIndex": 5,
|
|
1458
|
-
"endIndex": 6
|
|
1459
|
-
},
|
|
1460
|
-
"releaseTag": "Public",
|
|
1461
|
-
"overloadIndex": 1,
|
|
1462
|
-
"parameters": [
|
|
1463
|
-
{
|
|
1464
|
-
"parameterName": "entity",
|
|
1465
|
-
"parameterTypeTokenRange": {
|
|
1466
|
-
"startIndex": 1,
|
|
1467
|
-
"endIndex": 2
|
|
1468
|
-
},
|
|
1469
|
-
"isOptional": false
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"parameterName": "out",
|
|
1473
|
-
"parameterTypeTokenRange": {
|
|
1474
|
-
"startIndex": 3,
|
|
1475
|
-
"endIndex": 4
|
|
1476
|
-
},
|
|
1477
|
-
"isOptional": false
|
|
1478
|
-
}
|
|
1479
|
-
],
|
|
1480
|
-
"name": "readIntoView"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "MethodSignature",
|
|
1484
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#tryReadIntoView:member(1)",
|
|
1485
|
-
"docComment": "/**\n * Attempts to read the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate.\n *\n * @returns `true` if the component exists and data was written into `out`, `false` if the entity does not have an AudioAnalysis component.\n */\n",
|
|
1486
|
-
"excerptTokens": [
|
|
1487
|
-
{
|
|
1488
|
-
"kind": "Content",
|
|
1489
|
-
"text": "tryReadIntoView(entity: "
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "Reference",
|
|
1493
|
-
"text": "Entity",
|
|
1494
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "Content",
|
|
1498
|
-
"text": ", out: "
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"kind": "Reference",
|
|
1502
|
-
"text": "AudioAnalysisView",
|
|
1503
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "Content",
|
|
1507
|
-
"text": "): "
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "Content",
|
|
1511
|
-
"text": "boolean"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "Content",
|
|
1515
|
-
"text": ";"
|
|
1516
|
-
}
|
|
1517
|
-
],
|
|
1518
|
-
"isOptional": false,
|
|
1519
|
-
"returnTypeTokenRange": {
|
|
1520
|
-
"startIndex": 5,
|
|
1521
|
-
"endIndex": 6
|
|
1522
|
-
},
|
|
1523
|
-
"releaseTag": "Public",
|
|
1524
|
-
"overloadIndex": 1,
|
|
1525
|
-
"parameters": [
|
|
1526
|
-
{
|
|
1527
|
-
"parameterName": "entity",
|
|
1528
|
-
"parameterTypeTokenRange": {
|
|
1529
|
-
"startIndex": 1,
|
|
1530
|
-
"endIndex": 2
|
|
1531
|
-
},
|
|
1532
|
-
"isOptional": false
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"parameterName": "out",
|
|
1536
|
-
"parameterTypeTokenRange": {
|
|
1537
|
-
"startIndex": 3,
|
|
1538
|
-
"endIndex": 4
|
|
1539
|
-
},
|
|
1540
|
-
"isOptional": false
|
|
1541
|
-
}
|
|
1542
|
-
],
|
|
1543
|
-
"name": "tryReadIntoView"
|
|
1544
|
-
}
|
|
1545
|
-
],
|
|
1546
|
-
"extendsTokenRanges": [
|
|
1547
|
-
{
|
|
1548
|
-
"startIndex": 1,
|
|
1549
|
-
"endIndex": 5
|
|
1550
|
-
}
|
|
1551
|
-
]
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"kind": "TypeAlias",
|
|
1555
|
-
"canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type",
|
|
1556
|
-
"docComment": "/**\n * A read-only JavaScript-friendly view of AudioAnalysis ECS data.\n *\n * `amplitude` represents the aggregated signal strength. `bands` represents the processed frequency bands.\n */\n",
|
|
1557
|
-
"excerptTokens": [
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "Content",
|
|
1560
|
-
"text": "export type AudioAnalysisView = "
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "Content",
|
|
1564
|
-
"text": "{\n amplitude: number;\n bands: number[];\n}"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "Content",
|
|
1568
|
-
"text": ";"
|
|
1569
|
-
}
|
|
1570
|
-
],
|
|
1571
|
-
"fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
|
|
1572
|
-
"releaseTag": "Public",
|
|
1573
|
-
"name": "AudioAnalysisView",
|
|
1574
|
-
"typeTokenRange": {
|
|
1575
|
-
"startIndex": 1,
|
|
1576
|
-
"endIndex": 2
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
1168
|
{
|
|
1580
1169
|
"kind": "Variable",
|
|
1581
1170
|
"canonicalReference": "@dcl/playground-assets!AudioEvent:var",
|
|
@@ -2616,65 +2205,6 @@
|
|
|
2616
2205
|
"endIndex": 5
|
|
2617
2206
|
}
|
|
2618
2207
|
},
|
|
2619
|
-
{
|
|
2620
|
-
"kind": "Enum",
|
|
2621
|
-
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask:enum",
|
|
2622
|
-
"docComment": "/**\n * @public\n */\n",
|
|
2623
|
-
"excerptTokens": [
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "Content",
|
|
2626
|
-
"text": "export declare const enum AvatarEmoteMask "
|
|
2627
|
-
}
|
|
2628
|
-
],
|
|
2629
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts",
|
|
2630
|
-
"releaseTag": "Public",
|
|
2631
|
-
"name": "AvatarEmoteMask",
|
|
2632
|
-
"preserveMemberOrder": false,
|
|
2633
|
-
"members": [
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "EnumMember",
|
|
2636
|
-
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_FULL_BODY:member",
|
|
2637
|
-
"docComment": "",
|
|
2638
|
-
"excerptTokens": [
|
|
2639
|
-
{
|
|
2640
|
-
"kind": "Content",
|
|
2641
|
-
"text": "AEM_FULL_BODY = "
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "Content",
|
|
2645
|
-
"text": "0"
|
|
2646
|
-
}
|
|
2647
|
-
],
|
|
2648
|
-
"initializerTokenRange": {
|
|
2649
|
-
"startIndex": 1,
|
|
2650
|
-
"endIndex": 2
|
|
2651
|
-
},
|
|
2652
|
-
"releaseTag": "Public",
|
|
2653
|
-
"name": "AEM_FULL_BODY"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"kind": "EnumMember",
|
|
2657
|
-
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_UPPER_BODY:member",
|
|
2658
|
-
"docComment": "",
|
|
2659
|
-
"excerptTokens": [
|
|
2660
|
-
{
|
|
2661
|
-
"kind": "Content",
|
|
2662
|
-
"text": "AEM_UPPER_BODY = "
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"kind": "Content",
|
|
2666
|
-
"text": "1"
|
|
2667
|
-
}
|
|
2668
|
-
],
|
|
2669
|
-
"initializerTokenRange": {
|
|
2670
|
-
"startIndex": 1,
|
|
2671
|
-
"endIndex": 2
|
|
2672
|
-
},
|
|
2673
|
-
"releaseTag": "Public",
|
|
2674
|
-
"name": "AEM_UPPER_BODY"
|
|
2675
|
-
}
|
|
2676
|
-
]
|
|
2677
|
-
},
|
|
2678
2208
|
{
|
|
2679
2209
|
"kind": "Variable",
|
|
2680
2210
|
"canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
|
|
@@ -2712,43 +2242,6 @@
|
|
|
2712
2242
|
"endIndex": 5
|
|
2713
2243
|
}
|
|
2714
2244
|
},
|
|
2715
|
-
{
|
|
2716
|
-
"kind": "Variable",
|
|
2717
|
-
"canonicalReference": "@dcl/playground-assets!AvatarLocomotionSettings:var",
|
|
2718
|
-
"docComment": "/**\n * @public\n */\n",
|
|
2719
|
-
"excerptTokens": [
|
|
2720
|
-
{
|
|
2721
|
-
"kind": "Content",
|
|
2722
|
-
"text": "AvatarLocomotionSettings: "
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"kind": "Reference",
|
|
2726
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
2727
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"kind": "Content",
|
|
2731
|
-
"text": "<"
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"kind": "Reference",
|
|
2735
|
-
"text": "PBAvatarLocomotionSettings",
|
|
2736
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"kind": "Content",
|
|
2740
|
-
"text": ">"
|
|
2741
|
-
}
|
|
2742
|
-
],
|
|
2743
|
-
"fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
|
|
2744
|
-
"isReadonly": true,
|
|
2745
|
-
"releaseTag": "Public",
|
|
2746
|
-
"name": "AvatarLocomotionSettings",
|
|
2747
|
-
"variableTypeTokenRange": {
|
|
2748
|
-
"startIndex": 1,
|
|
2749
|
-
"endIndex": 5
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
2245
|
{
|
|
2753
2246
|
"kind": "Variable",
|
|
2754
2247
|
"canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
|
|
@@ -13409,33 +12902,6 @@
|
|
|
13409
12902
|
"text": "PBAssetLoadLoadingState",
|
|
13410
12903
|
"canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
|
|
13411
12904
|
},
|
|
13412
|
-
{
|
|
13413
|
-
"kind": "Content",
|
|
13414
|
-
"text": ">>;\n \"core::AudioAnalysis\": "
|
|
13415
|
-
},
|
|
13416
|
-
{
|
|
13417
|
-
"kind": "Reference",
|
|
13418
|
-
"text": "LwwComponentGetter",
|
|
13419
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13420
|
-
},
|
|
13421
|
-
{
|
|
13422
|
-
"kind": "Content",
|
|
13423
|
-
"text": "<"
|
|
13424
|
-
},
|
|
13425
|
-
{
|
|
13426
|
-
"kind": "Reference",
|
|
13427
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13428
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13429
|
-
},
|
|
13430
|
-
{
|
|
13431
|
-
"kind": "Content",
|
|
13432
|
-
"text": "<"
|
|
13433
|
-
},
|
|
13434
|
-
{
|
|
13435
|
-
"kind": "Reference",
|
|
13436
|
-
"text": "PBAudioAnalysis",
|
|
13437
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
|
|
13438
|
-
},
|
|
13439
12905
|
{
|
|
13440
12906
|
"kind": "Content",
|
|
13441
12907
|
"text": ">>;\n \"core::AudioEvent\": "
|
|
@@ -13627,7 +13093,7 @@
|
|
|
13627
13093
|
},
|
|
13628
13094
|
{
|
|
13629
13095
|
"kind": "Content",
|
|
13630
|
-
"text": ">>;\n \"core::
|
|
13096
|
+
"text": ">>;\n \"core::AvatarModifierArea\": "
|
|
13631
13097
|
},
|
|
13632
13098
|
{
|
|
13633
13099
|
"kind": "Reference",
|
|
@@ -13649,12 +13115,12 @@
|
|
|
13649
13115
|
},
|
|
13650
13116
|
{
|
|
13651
13117
|
"kind": "Reference",
|
|
13652
|
-
"text": "
|
|
13653
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13118
|
+
"text": "PBAvatarModifierArea",
|
|
13119
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea"
|
|
13654
13120
|
},
|
|
13655
13121
|
{
|
|
13656
13122
|
"kind": "Content",
|
|
13657
|
-
"text": ">>;\n \"core::
|
|
13123
|
+
"text": ">>;\n \"core::AvatarShape\": "
|
|
13658
13124
|
},
|
|
13659
13125
|
{
|
|
13660
13126
|
"kind": "Reference",
|
|
@@ -13676,12 +13142,12 @@
|
|
|
13676
13142
|
},
|
|
13677
13143
|
{
|
|
13678
13144
|
"kind": "Reference",
|
|
13679
|
-
"text": "
|
|
13680
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13145
|
+
"text": "PBAvatarShape",
|
|
13146
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarShape"
|
|
13681
13147
|
},
|
|
13682
13148
|
{
|
|
13683
13149
|
"kind": "Content",
|
|
13684
|
-
"text": ">>;\n \"core::
|
|
13150
|
+
"text": ">>;\n \"core::Billboard\": "
|
|
13685
13151
|
},
|
|
13686
13152
|
{
|
|
13687
13153
|
"kind": "Reference",
|
|
@@ -13703,12 +13169,12 @@
|
|
|
13703
13169
|
},
|
|
13704
13170
|
{
|
|
13705
13171
|
"kind": "Reference",
|
|
13706
|
-
"text": "
|
|
13707
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13172
|
+
"text": "PBBillboard",
|
|
13173
|
+
"canonicalReference": "@dcl/playground-assets!PBBillboard"
|
|
13708
13174
|
},
|
|
13709
13175
|
{
|
|
13710
13176
|
"kind": "Content",
|
|
13711
|
-
"text": ">>;\n \"core::
|
|
13177
|
+
"text": ">>;\n \"core::CameraMode\": "
|
|
13712
13178
|
},
|
|
13713
13179
|
{
|
|
13714
13180
|
"kind": "Reference",
|
|
@@ -13730,12 +13196,12 @@
|
|
|
13730
13196
|
},
|
|
13731
13197
|
{
|
|
13732
13198
|
"kind": "Reference",
|
|
13733
|
-
"text": "
|
|
13734
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13199
|
+
"text": "PBCameraMode",
|
|
13200
|
+
"canonicalReference": "@dcl/playground-assets!PBCameraMode"
|
|
13735
13201
|
},
|
|
13736
13202
|
{
|
|
13737
13203
|
"kind": "Content",
|
|
13738
|
-
"text": ">>;\n \"core::
|
|
13204
|
+
"text": ">>;\n \"core::CameraModeArea\": "
|
|
13739
13205
|
},
|
|
13740
13206
|
{
|
|
13741
13207
|
"kind": "Reference",
|
|
@@ -13757,12 +13223,12 @@
|
|
|
13757
13223
|
},
|
|
13758
13224
|
{
|
|
13759
13225
|
"kind": "Reference",
|
|
13760
|
-
"text": "
|
|
13761
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13226
|
+
"text": "PBCameraModeArea",
|
|
13227
|
+
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea"
|
|
13762
13228
|
},
|
|
13763
13229
|
{
|
|
13764
13230
|
"kind": "Content",
|
|
13765
|
-
"text": ">>;\n \"core::
|
|
13231
|
+
"text": ">>;\n \"core::EngineInfo\": "
|
|
13766
13232
|
},
|
|
13767
13233
|
{
|
|
13768
13234
|
"kind": "Reference",
|
|
@@ -13784,12 +13250,12 @@
|
|
|
13784
13250
|
},
|
|
13785
13251
|
{
|
|
13786
13252
|
"kind": "Reference",
|
|
13787
|
-
"text": "
|
|
13788
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13253
|
+
"text": "PBEngineInfo",
|
|
13254
|
+
"canonicalReference": "@dcl/playground-assets!PBEngineInfo"
|
|
13789
13255
|
},
|
|
13790
13256
|
{
|
|
13791
13257
|
"kind": "Content",
|
|
13792
|
-
"text": ">>;\n \"core::
|
|
13258
|
+
"text": ">>;\n \"core::GltfContainer\": "
|
|
13793
13259
|
},
|
|
13794
13260
|
{
|
|
13795
13261
|
"kind": "Reference",
|
|
@@ -13811,12 +13277,174 @@
|
|
|
13811
13277
|
},
|
|
13812
13278
|
{
|
|
13813
13279
|
"kind": "Reference",
|
|
13814
|
-
"text": "
|
|
13815
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13280
|
+
"text": "PBGltfContainer",
|
|
13281
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainer"
|
|
13816
13282
|
},
|
|
13817
13283
|
{
|
|
13818
13284
|
"kind": "Content",
|
|
13819
|
-
"text": ">>;\n \"core::
|
|
13285
|
+
"text": ">>;\n \"core::GltfContainerLoadingState\": "
|
|
13286
|
+
},
|
|
13287
|
+
{
|
|
13288
|
+
"kind": "Reference",
|
|
13289
|
+
"text": "LwwComponentGetter",
|
|
13290
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13291
|
+
},
|
|
13292
|
+
{
|
|
13293
|
+
"kind": "Content",
|
|
13294
|
+
"text": "<"
|
|
13295
|
+
},
|
|
13296
|
+
{
|
|
13297
|
+
"kind": "Reference",
|
|
13298
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13299
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13300
|
+
},
|
|
13301
|
+
{
|
|
13302
|
+
"kind": "Content",
|
|
13303
|
+
"text": "<"
|
|
13304
|
+
},
|
|
13305
|
+
{
|
|
13306
|
+
"kind": "Reference",
|
|
13307
|
+
"text": "PBGltfContainerLoadingState",
|
|
13308
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState"
|
|
13309
|
+
},
|
|
13310
|
+
{
|
|
13311
|
+
"kind": "Content",
|
|
13312
|
+
"text": ">>;\n \"core::GltfNodeModifiers\": "
|
|
13313
|
+
},
|
|
13314
|
+
{
|
|
13315
|
+
"kind": "Reference",
|
|
13316
|
+
"text": "LwwComponentGetter",
|
|
13317
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13318
|
+
},
|
|
13319
|
+
{
|
|
13320
|
+
"kind": "Content",
|
|
13321
|
+
"text": "<"
|
|
13322
|
+
},
|
|
13323
|
+
{
|
|
13324
|
+
"kind": "Reference",
|
|
13325
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13326
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13327
|
+
},
|
|
13328
|
+
{
|
|
13329
|
+
"kind": "Content",
|
|
13330
|
+
"text": "<"
|
|
13331
|
+
},
|
|
13332
|
+
{
|
|
13333
|
+
"kind": "Reference",
|
|
13334
|
+
"text": "PBGltfNodeModifiers",
|
|
13335
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers"
|
|
13336
|
+
},
|
|
13337
|
+
{
|
|
13338
|
+
"kind": "Content",
|
|
13339
|
+
"text": ">>;\n \"core::InputModifier\": "
|
|
13340
|
+
},
|
|
13341
|
+
{
|
|
13342
|
+
"kind": "Reference",
|
|
13343
|
+
"text": "LwwComponentGetter",
|
|
13344
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13345
|
+
},
|
|
13346
|
+
{
|
|
13347
|
+
"kind": "Content",
|
|
13348
|
+
"text": "<"
|
|
13349
|
+
},
|
|
13350
|
+
{
|
|
13351
|
+
"kind": "Reference",
|
|
13352
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13353
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13354
|
+
},
|
|
13355
|
+
{
|
|
13356
|
+
"kind": "Content",
|
|
13357
|
+
"text": "<"
|
|
13358
|
+
},
|
|
13359
|
+
{
|
|
13360
|
+
"kind": "Reference",
|
|
13361
|
+
"text": "PBInputModifier",
|
|
13362
|
+
"canonicalReference": "@dcl/playground-assets!PBInputModifier"
|
|
13363
|
+
},
|
|
13364
|
+
{
|
|
13365
|
+
"kind": "Content",
|
|
13366
|
+
"text": ">>;\n \"core::LightSource\": "
|
|
13367
|
+
},
|
|
13368
|
+
{
|
|
13369
|
+
"kind": "Reference",
|
|
13370
|
+
"text": "LwwComponentGetter",
|
|
13371
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13372
|
+
},
|
|
13373
|
+
{
|
|
13374
|
+
"kind": "Content",
|
|
13375
|
+
"text": "<"
|
|
13376
|
+
},
|
|
13377
|
+
{
|
|
13378
|
+
"kind": "Reference",
|
|
13379
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13380
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13381
|
+
},
|
|
13382
|
+
{
|
|
13383
|
+
"kind": "Content",
|
|
13384
|
+
"text": "<"
|
|
13385
|
+
},
|
|
13386
|
+
{
|
|
13387
|
+
"kind": "Reference",
|
|
13388
|
+
"text": "PBLightSource",
|
|
13389
|
+
"canonicalReference": "@dcl/playground-assets!PBLightSource"
|
|
13390
|
+
},
|
|
13391
|
+
{
|
|
13392
|
+
"kind": "Content",
|
|
13393
|
+
"text": ">>;\n \"core::MainCamera\": "
|
|
13394
|
+
},
|
|
13395
|
+
{
|
|
13396
|
+
"kind": "Reference",
|
|
13397
|
+
"text": "LwwComponentGetter",
|
|
13398
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13399
|
+
},
|
|
13400
|
+
{
|
|
13401
|
+
"kind": "Content",
|
|
13402
|
+
"text": "<"
|
|
13403
|
+
},
|
|
13404
|
+
{
|
|
13405
|
+
"kind": "Reference",
|
|
13406
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13407
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13408
|
+
},
|
|
13409
|
+
{
|
|
13410
|
+
"kind": "Content",
|
|
13411
|
+
"text": "<"
|
|
13412
|
+
},
|
|
13413
|
+
{
|
|
13414
|
+
"kind": "Reference",
|
|
13415
|
+
"text": "PBMainCamera",
|
|
13416
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera"
|
|
13417
|
+
},
|
|
13418
|
+
{
|
|
13419
|
+
"kind": "Content",
|
|
13420
|
+
"text": ">>;\n \"core::Material\": "
|
|
13421
|
+
},
|
|
13422
|
+
{
|
|
13423
|
+
"kind": "Reference",
|
|
13424
|
+
"text": "LwwComponentGetter",
|
|
13425
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13426
|
+
},
|
|
13427
|
+
{
|
|
13428
|
+
"kind": "Content",
|
|
13429
|
+
"text": "<"
|
|
13430
|
+
},
|
|
13431
|
+
{
|
|
13432
|
+
"kind": "Reference",
|
|
13433
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13434
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13435
|
+
},
|
|
13436
|
+
{
|
|
13437
|
+
"kind": "Content",
|
|
13438
|
+
"text": "<"
|
|
13439
|
+
},
|
|
13440
|
+
{
|
|
13441
|
+
"kind": "Reference",
|
|
13442
|
+
"text": "PBMaterial",
|
|
13443
|
+
"canonicalReference": "@dcl/playground-assets!PBMaterial"
|
|
13444
|
+
},
|
|
13445
|
+
{
|
|
13446
|
+
"kind": "Content",
|
|
13447
|
+
"text": ">>;\n \"core::MeshCollider\": "
|
|
13820
13448
|
},
|
|
13821
13449
|
{
|
|
13822
13450
|
"kind": "Reference",
|
|
@@ -13838,12 +13466,12 @@
|
|
|
13838
13466
|
},
|
|
13839
13467
|
{
|
|
13840
13468
|
"kind": "Reference",
|
|
13841
|
-
"text": "
|
|
13842
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13469
|
+
"text": "PBMeshCollider",
|
|
13470
|
+
"canonicalReference": "@dcl/playground-assets!PBMeshCollider"
|
|
13843
13471
|
},
|
|
13844
13472
|
{
|
|
13845
13473
|
"kind": "Content",
|
|
13846
|
-
"text": ">>;\n \"core::
|
|
13474
|
+
"text": ">>;\n \"core::MeshRenderer\": "
|
|
13847
13475
|
},
|
|
13848
13476
|
{
|
|
13849
13477
|
"kind": "Reference",
|
|
@@ -13865,12 +13493,12 @@
|
|
|
13865
13493
|
},
|
|
13866
13494
|
{
|
|
13867
13495
|
"kind": "Reference",
|
|
13868
|
-
"text": "
|
|
13869
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13496
|
+
"text": "PBMeshRenderer",
|
|
13497
|
+
"canonicalReference": "@dcl/playground-assets!PBMeshRenderer"
|
|
13870
13498
|
},
|
|
13871
13499
|
{
|
|
13872
13500
|
"kind": "Content",
|
|
13873
|
-
"text": ">>;\n \"core::
|
|
13501
|
+
"text": ">>;\n \"core::NftShape\": "
|
|
13874
13502
|
},
|
|
13875
13503
|
{
|
|
13876
13504
|
"kind": "Reference",
|
|
@@ -13892,12 +13520,12 @@
|
|
|
13892
13520
|
},
|
|
13893
13521
|
{
|
|
13894
13522
|
"kind": "Reference",
|
|
13895
|
-
"text": "
|
|
13896
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13523
|
+
"text": "PBNftShape",
|
|
13524
|
+
"canonicalReference": "@dcl/playground-assets!PBNftShape"
|
|
13897
13525
|
},
|
|
13898
13526
|
{
|
|
13899
13527
|
"kind": "Content",
|
|
13900
|
-
"text": ">>;\n \"core::
|
|
13528
|
+
"text": ">>;\n \"core::ParticleSystem\": "
|
|
13901
13529
|
},
|
|
13902
13530
|
{
|
|
13903
13531
|
"kind": "Reference",
|
|
@@ -13919,12 +13547,12 @@
|
|
|
13919
13547
|
},
|
|
13920
13548
|
{
|
|
13921
13549
|
"kind": "Reference",
|
|
13922
|
-
"text": "
|
|
13923
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13550
|
+
"text": "PBParticleSystem",
|
|
13551
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
13924
13552
|
},
|
|
13925
13553
|
{
|
|
13926
13554
|
"kind": "Content",
|
|
13927
|
-
"text": ">>;\n \"core::
|
|
13555
|
+
"text": ">>;\n \"core::PhysicsCombinedForce\": "
|
|
13928
13556
|
},
|
|
13929
13557
|
{
|
|
13930
13558
|
"kind": "Reference",
|
|
@@ -13946,12 +13574,12 @@
|
|
|
13946
13574
|
},
|
|
13947
13575
|
{
|
|
13948
13576
|
"kind": "Reference",
|
|
13949
|
-
"text": "
|
|
13950
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13577
|
+
"text": "PBPhysicsCombinedForce",
|
|
13578
|
+
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedForce"
|
|
13951
13579
|
},
|
|
13952
13580
|
{
|
|
13953
13581
|
"kind": "Content",
|
|
13954
|
-
"text": ">>;\n \"core::
|
|
13582
|
+
"text": ">>;\n \"core::PhysicsCombinedImpulse\": "
|
|
13955
13583
|
},
|
|
13956
13584
|
{
|
|
13957
13585
|
"kind": "Reference",
|
|
@@ -13973,12 +13601,12 @@
|
|
|
13973
13601
|
},
|
|
13974
13602
|
{
|
|
13975
13603
|
"kind": "Reference",
|
|
13976
|
-
"text": "
|
|
13977
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13604
|
+
"text": "PBPhysicsCombinedImpulse",
|
|
13605
|
+
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedImpulse"
|
|
13978
13606
|
},
|
|
13979
13607
|
{
|
|
13980
13608
|
"kind": "Content",
|
|
13981
|
-
"text": ">>;\n \"core::
|
|
13609
|
+
"text": ">>;\n \"core::PlayerIdentityData\": "
|
|
13982
13610
|
},
|
|
13983
13611
|
{
|
|
13984
13612
|
"kind": "Reference",
|
|
@@ -14000,12 +13628,12 @@
|
|
|
14000
13628
|
},
|
|
14001
13629
|
{
|
|
14002
13630
|
"kind": "Reference",
|
|
14003
|
-
"text": "
|
|
14004
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13631
|
+
"text": "PBPlayerIdentityData",
|
|
13632
|
+
"canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData"
|
|
14005
13633
|
},
|
|
14006
13634
|
{
|
|
14007
13635
|
"kind": "Content",
|
|
14008
|
-
"text": ">>;\n \"core::
|
|
13636
|
+
"text": ">>;\n \"core::PointerEvents\": "
|
|
14009
13637
|
},
|
|
14010
13638
|
{
|
|
14011
13639
|
"kind": "Reference",
|
|
@@ -14027,12 +13655,39 @@
|
|
|
14027
13655
|
},
|
|
14028
13656
|
{
|
|
14029
13657
|
"kind": "Reference",
|
|
14030
|
-
"text": "
|
|
14031
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13658
|
+
"text": "PBPointerEvents",
|
|
13659
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEvents"
|
|
14032
13660
|
},
|
|
14033
13661
|
{
|
|
14034
13662
|
"kind": "Content",
|
|
14035
|
-
"text": ">>;\n \"core::
|
|
13663
|
+
"text": ">>;\n \"core::PointerEventsResult\": "
|
|
13664
|
+
},
|
|
13665
|
+
{
|
|
13666
|
+
"kind": "Reference",
|
|
13667
|
+
"text": "GSetComponentGetter",
|
|
13668
|
+
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
|
13669
|
+
},
|
|
13670
|
+
{
|
|
13671
|
+
"kind": "Content",
|
|
13672
|
+
"text": "<"
|
|
13673
|
+
},
|
|
13674
|
+
{
|
|
13675
|
+
"kind": "Reference",
|
|
13676
|
+
"text": "GrowOnlyValueSetComponentDefinition",
|
|
13677
|
+
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
|
13678
|
+
},
|
|
13679
|
+
{
|
|
13680
|
+
"kind": "Content",
|
|
13681
|
+
"text": "<"
|
|
13682
|
+
},
|
|
13683
|
+
{
|
|
13684
|
+
"kind": "Reference",
|
|
13685
|
+
"text": "PBPointerEventsResult",
|
|
13686
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEventsResult"
|
|
13687
|
+
},
|
|
13688
|
+
{
|
|
13689
|
+
"kind": "Content",
|
|
13690
|
+
"text": ">>;\n \"core::PointerLock\": "
|
|
14036
13691
|
},
|
|
14037
13692
|
{
|
|
14038
13693
|
"kind": "Reference",
|
|
@@ -14054,12 +13709,12 @@
|
|
|
14054
13709
|
},
|
|
14055
13710
|
{
|
|
14056
13711
|
"kind": "Reference",
|
|
14057
|
-
"text": "
|
|
14058
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13712
|
+
"text": "PBPointerLock",
|
|
13713
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerLock"
|
|
14059
13714
|
},
|
|
14060
13715
|
{
|
|
14061
13716
|
"kind": "Content",
|
|
14062
|
-
"text": ">>;\n \"core::
|
|
13717
|
+
"text": ">>;\n \"core::PrimaryPointerInfo\": "
|
|
14063
13718
|
},
|
|
14064
13719
|
{
|
|
14065
13720
|
"kind": "Reference",
|
|
@@ -14081,12 +13736,12 @@
|
|
|
14081
13736
|
},
|
|
14082
13737
|
{
|
|
14083
13738
|
"kind": "Reference",
|
|
14084
|
-
"text": "
|
|
14085
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13739
|
+
"text": "PBPrimaryPointerInfo",
|
|
13740
|
+
"canonicalReference": "@dcl/playground-assets!PBPrimaryPointerInfo"
|
|
14086
13741
|
},
|
|
14087
13742
|
{
|
|
14088
13743
|
"kind": "Content",
|
|
14089
|
-
"text": ">>;\n \"core::
|
|
13744
|
+
"text": ">>;\n \"core::Raycast\": "
|
|
14090
13745
|
},
|
|
14091
13746
|
{
|
|
14092
13747
|
"kind": "Reference",
|
|
@@ -14108,12 +13763,12 @@
|
|
|
14108
13763
|
},
|
|
14109
13764
|
{
|
|
14110
13765
|
"kind": "Reference",
|
|
14111
|
-
"text": "
|
|
14112
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13766
|
+
"text": "PBRaycast",
|
|
13767
|
+
"canonicalReference": "@dcl/playground-assets!PBRaycast"
|
|
14113
13768
|
},
|
|
14114
13769
|
{
|
|
14115
13770
|
"kind": "Content",
|
|
14116
|
-
"text": ">>;\n \"core::
|
|
13771
|
+
"text": ">>;\n \"core::RaycastResult\": "
|
|
14117
13772
|
},
|
|
14118
13773
|
{
|
|
14119
13774
|
"kind": "Reference",
|
|
@@ -14135,12 +13790,12 @@
|
|
|
14135
13790
|
},
|
|
14136
13791
|
{
|
|
14137
13792
|
"kind": "Reference",
|
|
14138
|
-
"text": "
|
|
14139
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13793
|
+
"text": "PBRaycastResult",
|
|
13794
|
+
"canonicalReference": "@dcl/playground-assets!PBRaycastResult"
|
|
14140
13795
|
},
|
|
14141
13796
|
{
|
|
14142
13797
|
"kind": "Content",
|
|
14143
|
-
"text": ">>;\n \"core::
|
|
13798
|
+
"text": ">>;\n \"core::RealmInfo\": "
|
|
14144
13799
|
},
|
|
14145
13800
|
{
|
|
14146
13801
|
"kind": "Reference",
|
|
@@ -14162,12 +13817,12 @@
|
|
|
14162
13817
|
},
|
|
14163
13818
|
{
|
|
14164
13819
|
"kind": "Reference",
|
|
14165
|
-
"text": "
|
|
14166
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13820
|
+
"text": "PBRealmInfo",
|
|
13821
|
+
"canonicalReference": "@dcl/playground-assets!PBRealmInfo"
|
|
14167
13822
|
},
|
|
14168
13823
|
{
|
|
14169
13824
|
"kind": "Content",
|
|
14170
|
-
"text": ">>;\n \"core::
|
|
13825
|
+
"text": ">>;\n \"core::SkyboxTime\": "
|
|
14171
13826
|
},
|
|
14172
13827
|
{
|
|
14173
13828
|
"kind": "Reference",
|
|
@@ -14189,12 +13844,12 @@
|
|
|
14189
13844
|
},
|
|
14190
13845
|
{
|
|
14191
13846
|
"kind": "Reference",
|
|
14192
|
-
"text": "
|
|
14193
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13847
|
+
"text": "PBSkyboxTime",
|
|
13848
|
+
"canonicalReference": "@dcl/playground-assets!PBSkyboxTime"
|
|
14194
13849
|
},
|
|
14195
13850
|
{
|
|
14196
13851
|
"kind": "Content",
|
|
14197
|
-
"text": ">>;\n \"core::
|
|
13852
|
+
"text": ">>;\n \"core::TextShape\": "
|
|
14198
13853
|
},
|
|
14199
13854
|
{
|
|
14200
13855
|
"kind": "Reference",
|
|
@@ -14216,12 +13871,39 @@
|
|
|
14216
13871
|
},
|
|
14217
13872
|
{
|
|
14218
13873
|
"kind": "Reference",
|
|
14219
|
-
"text": "
|
|
14220
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13874
|
+
"text": "PBTextShape",
|
|
13875
|
+
"canonicalReference": "@dcl/playground-assets!PBTextShape"
|
|
14221
13876
|
},
|
|
14222
13877
|
{
|
|
14223
13878
|
"kind": "Content",
|
|
14224
|
-
"text": ">>;\n \"core::
|
|
13879
|
+
"text": ">>;\n \"core::TriggerArea\": "
|
|
13880
|
+
},
|
|
13881
|
+
{
|
|
13882
|
+
"kind": "Reference",
|
|
13883
|
+
"text": "LwwComponentGetter",
|
|
13884
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13885
|
+
},
|
|
13886
|
+
{
|
|
13887
|
+
"kind": "Content",
|
|
13888
|
+
"text": "<"
|
|
13889
|
+
},
|
|
13890
|
+
{
|
|
13891
|
+
"kind": "Reference",
|
|
13892
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13893
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13894
|
+
},
|
|
13895
|
+
{
|
|
13896
|
+
"kind": "Content",
|
|
13897
|
+
"text": "<"
|
|
13898
|
+
},
|
|
13899
|
+
{
|
|
13900
|
+
"kind": "Reference",
|
|
13901
|
+
"text": "PBTriggerArea",
|
|
13902
|
+
"canonicalReference": "@dcl/playground-assets!PBTriggerArea"
|
|
13903
|
+
},
|
|
13904
|
+
{
|
|
13905
|
+
"kind": "Content",
|
|
13906
|
+
"text": ">>;\n \"core::TriggerAreaResult\": "
|
|
14225
13907
|
},
|
|
14226
13908
|
{
|
|
14227
13909
|
"kind": "Reference",
|
|
@@ -14243,12 +13925,12 @@
|
|
|
14243
13925
|
},
|
|
14244
13926
|
{
|
|
14245
13927
|
"kind": "Reference",
|
|
14246
|
-
"text": "
|
|
14247
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13928
|
+
"text": "PBTriggerAreaResult",
|
|
13929
|
+
"canonicalReference": "@dcl/playground-assets!PBTriggerAreaResult"
|
|
14248
13930
|
},
|
|
14249
13931
|
{
|
|
14250
13932
|
"kind": "Content",
|
|
14251
|
-
"text": ">>;\n \"core::
|
|
13933
|
+
"text": ">>;\n \"core::Tween\": "
|
|
14252
13934
|
},
|
|
14253
13935
|
{
|
|
14254
13936
|
"kind": "Reference",
|
|
@@ -14270,12 +13952,12 @@
|
|
|
14270
13952
|
},
|
|
14271
13953
|
{
|
|
14272
13954
|
"kind": "Reference",
|
|
14273
|
-
"text": "
|
|
14274
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13955
|
+
"text": "PBTween",
|
|
13956
|
+
"canonicalReference": "@dcl/playground-assets!PBTween"
|
|
14275
13957
|
},
|
|
14276
13958
|
{
|
|
14277
13959
|
"kind": "Content",
|
|
14278
|
-
"text": ">>;\n \"core::
|
|
13960
|
+
"text": ">>;\n \"core::TweenSequence\": "
|
|
14279
13961
|
},
|
|
14280
13962
|
{
|
|
14281
13963
|
"kind": "Reference",
|
|
@@ -14297,12 +13979,12 @@
|
|
|
14297
13979
|
},
|
|
14298
13980
|
{
|
|
14299
13981
|
"kind": "Reference",
|
|
14300
|
-
"text": "
|
|
14301
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13982
|
+
"text": "PBTweenSequence",
|
|
13983
|
+
"canonicalReference": "@dcl/playground-assets!PBTweenSequence"
|
|
14302
13984
|
},
|
|
14303
13985
|
{
|
|
14304
13986
|
"kind": "Content",
|
|
14305
|
-
"text": ">>;\n \"core::
|
|
13987
|
+
"text": ">>;\n \"core::TweenState\": "
|
|
14306
13988
|
},
|
|
14307
13989
|
{
|
|
14308
13990
|
"kind": "Reference",
|
|
@@ -14324,12 +14006,12 @@
|
|
|
14324
14006
|
},
|
|
14325
14007
|
{
|
|
14326
14008
|
"kind": "Reference",
|
|
14327
|
-
"text": "
|
|
14328
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14009
|
+
"text": "PBTweenState",
|
|
14010
|
+
"canonicalReference": "@dcl/playground-assets!PBTweenState"
|
|
14329
14011
|
},
|
|
14330
14012
|
{
|
|
14331
14013
|
"kind": "Content",
|
|
14332
|
-
"text": ">>;\n \"core::
|
|
14014
|
+
"text": ">>;\n \"core::UiBackground\": "
|
|
14333
14015
|
},
|
|
14334
14016
|
{
|
|
14335
14017
|
"kind": "Reference",
|
|
@@ -14351,12 +14033,12 @@
|
|
|
14351
14033
|
},
|
|
14352
14034
|
{
|
|
14353
14035
|
"kind": "Reference",
|
|
14354
|
-
"text": "
|
|
14355
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14036
|
+
"text": "PBUiBackground",
|
|
14037
|
+
"canonicalReference": "@dcl/playground-assets!PBUiBackground"
|
|
14356
14038
|
},
|
|
14357
14039
|
{
|
|
14358
14040
|
"kind": "Content",
|
|
14359
|
-
"text": ">>;\n \"core::
|
|
14041
|
+
"text": ">>;\n \"core::UiCanvasInformation\": "
|
|
14360
14042
|
},
|
|
14361
14043
|
{
|
|
14362
14044
|
"kind": "Reference",
|
|
@@ -14378,12 +14060,12 @@
|
|
|
14378
14060
|
},
|
|
14379
14061
|
{
|
|
14380
14062
|
"kind": "Reference",
|
|
14381
|
-
"text": "
|
|
14382
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14063
|
+
"text": "PBUiCanvasInformation",
|
|
14064
|
+
"canonicalReference": "@dcl/playground-assets!PBUiCanvasInformation"
|
|
14383
14065
|
},
|
|
14384
14066
|
{
|
|
14385
14067
|
"kind": "Content",
|
|
14386
|
-
"text": ">>;\n \"core::
|
|
14068
|
+
"text": ">>;\n \"core::UiDropdown\": "
|
|
14387
14069
|
},
|
|
14388
14070
|
{
|
|
14389
14071
|
"kind": "Reference",
|
|
@@ -14405,12 +14087,12 @@
|
|
|
14405
14087
|
},
|
|
14406
14088
|
{
|
|
14407
14089
|
"kind": "Reference",
|
|
14408
|
-
"text": "
|
|
14409
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14090
|
+
"text": "PBUiDropdown",
|
|
14091
|
+
"canonicalReference": "@dcl/playground-assets!PBUiDropdown"
|
|
14410
14092
|
},
|
|
14411
14093
|
{
|
|
14412
14094
|
"kind": "Content",
|
|
14413
|
-
"text": ">>;\n \"core::
|
|
14095
|
+
"text": ">>;\n \"core::UiDropdownResult\": "
|
|
14414
14096
|
},
|
|
14415
14097
|
{
|
|
14416
14098
|
"kind": "Reference",
|
|
@@ -14432,12 +14114,12 @@
|
|
|
14432
14114
|
},
|
|
14433
14115
|
{
|
|
14434
14116
|
"kind": "Reference",
|
|
14435
|
-
"text": "
|
|
14436
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14117
|
+
"text": "PBUiDropdownResult",
|
|
14118
|
+
"canonicalReference": "@dcl/playground-assets!PBUiDropdownResult"
|
|
14437
14119
|
},
|
|
14438
14120
|
{
|
|
14439
14121
|
"kind": "Content",
|
|
14440
|
-
"text": ">>;\n \"core::
|
|
14122
|
+
"text": ">>;\n \"core::UiInput\": "
|
|
14441
14123
|
},
|
|
14442
14124
|
{
|
|
14443
14125
|
"kind": "Reference",
|
|
@@ -14459,17 +14141,17 @@
|
|
|
14459
14141
|
},
|
|
14460
14142
|
{
|
|
14461
14143
|
"kind": "Reference",
|
|
14462
|
-
"text": "
|
|
14463
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14144
|
+
"text": "PBUiInput",
|
|
14145
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInput"
|
|
14464
14146
|
},
|
|
14465
14147
|
{
|
|
14466
14148
|
"kind": "Content",
|
|
14467
|
-
"text": ">>;\n \"core::
|
|
14149
|
+
"text": ">>;\n \"core::UiInputResult\": "
|
|
14468
14150
|
},
|
|
14469
14151
|
{
|
|
14470
14152
|
"kind": "Reference",
|
|
14471
|
-
"text": "
|
|
14472
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14153
|
+
"text": "LwwComponentGetter",
|
|
14154
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14473
14155
|
},
|
|
14474
14156
|
{
|
|
14475
14157
|
"kind": "Content",
|
|
@@ -14477,8 +14159,8 @@
|
|
|
14477
14159
|
},
|
|
14478
14160
|
{
|
|
14479
14161
|
"kind": "Reference",
|
|
14480
|
-
"text": "
|
|
14481
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14162
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14163
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14482
14164
|
},
|
|
14483
14165
|
{
|
|
14484
14166
|
"kind": "Content",
|
|
@@ -14486,12 +14168,12 @@
|
|
|
14486
14168
|
},
|
|
14487
14169
|
{
|
|
14488
14170
|
"kind": "Reference",
|
|
14489
|
-
"text": "
|
|
14490
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14171
|
+
"text": "PBUiInputResult",
|
|
14172
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult"
|
|
14491
14173
|
},
|
|
14492
14174
|
{
|
|
14493
14175
|
"kind": "Content",
|
|
14494
|
-
"text": ">>;\n \"core::
|
|
14176
|
+
"text": ">>;\n \"core::UiText\": "
|
|
14495
14177
|
},
|
|
14496
14178
|
{
|
|
14497
14179
|
"kind": "Reference",
|
|
@@ -14513,12 +14195,12 @@
|
|
|
14513
14195
|
},
|
|
14514
14196
|
{
|
|
14515
14197
|
"kind": "Reference",
|
|
14516
|
-
"text": "
|
|
14517
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14198
|
+
"text": "PBUiText",
|
|
14199
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText"
|
|
14518
14200
|
},
|
|
14519
14201
|
{
|
|
14520
14202
|
"kind": "Content",
|
|
14521
|
-
"text": ">>;\n \"core::
|
|
14203
|
+
"text": ">>;\n \"core::UiTransform\": "
|
|
14522
14204
|
},
|
|
14523
14205
|
{
|
|
14524
14206
|
"kind": "Reference",
|
|
@@ -14540,12 +14222,39 @@
|
|
|
14540
14222
|
},
|
|
14541
14223
|
{
|
|
14542
14224
|
"kind": "Reference",
|
|
14543
|
-
"text": "
|
|
14544
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14225
|
+
"text": "PBUiTransform",
|
|
14226
|
+
"canonicalReference": "@dcl/playground-assets!PBUiTransform"
|
|
14545
14227
|
},
|
|
14546
14228
|
{
|
|
14547
14229
|
"kind": "Content",
|
|
14548
|
-
"text": ">>;\n \"core::
|
|
14230
|
+
"text": ">>;\n \"core::VideoEvent\": "
|
|
14231
|
+
},
|
|
14232
|
+
{
|
|
14233
|
+
"kind": "Reference",
|
|
14234
|
+
"text": "GSetComponentGetter",
|
|
14235
|
+
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
|
14236
|
+
},
|
|
14237
|
+
{
|
|
14238
|
+
"kind": "Content",
|
|
14239
|
+
"text": "<"
|
|
14240
|
+
},
|
|
14241
|
+
{
|
|
14242
|
+
"kind": "Reference",
|
|
14243
|
+
"text": "GrowOnlyValueSetComponentDefinition",
|
|
14244
|
+
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
|
14245
|
+
},
|
|
14246
|
+
{
|
|
14247
|
+
"kind": "Content",
|
|
14248
|
+
"text": "<"
|
|
14249
|
+
},
|
|
14250
|
+
{
|
|
14251
|
+
"kind": "Reference",
|
|
14252
|
+
"text": "PBVideoEvent",
|
|
14253
|
+
"canonicalReference": "@dcl/playground-assets!PBVideoEvent"
|
|
14254
|
+
},
|
|
14255
|
+
{
|
|
14256
|
+
"kind": "Content",
|
|
14257
|
+
"text": ">>;\n \"core::VideoPlayer\": "
|
|
14549
14258
|
},
|
|
14550
14259
|
{
|
|
14551
14260
|
"kind": "Reference",
|
|
@@ -14567,282 +14276,12 @@
|
|
|
14567
14276
|
},
|
|
14568
14277
|
{
|
|
14569
14278
|
"kind": "Reference",
|
|
14570
|
-
"text": "
|
|
14571
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14279
|
+
"text": "PBVideoPlayer",
|
|
14280
|
+
"canonicalReference": "@dcl/playground-assets!PBVideoPlayer"
|
|
14572
14281
|
},
|
|
14573
14282
|
{
|
|
14574
14283
|
"kind": "Content",
|
|
14575
|
-
"text": ">>;\n \"core::
|
|
14576
|
-
},
|
|
14577
|
-
{
|
|
14578
|
-
"kind": "Reference",
|
|
14579
|
-
"text": "LwwComponentGetter",
|
|
14580
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14581
|
-
},
|
|
14582
|
-
{
|
|
14583
|
-
"kind": "Content",
|
|
14584
|
-
"text": "<"
|
|
14585
|
-
},
|
|
14586
|
-
{
|
|
14587
|
-
"kind": "Reference",
|
|
14588
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14589
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14590
|
-
},
|
|
14591
|
-
{
|
|
14592
|
-
"kind": "Content",
|
|
14593
|
-
"text": "<"
|
|
14594
|
-
},
|
|
14595
|
-
{
|
|
14596
|
-
"kind": "Reference",
|
|
14597
|
-
"text": "PBUiBackground",
|
|
14598
|
-
"canonicalReference": "@dcl/playground-assets!PBUiBackground"
|
|
14599
|
-
},
|
|
14600
|
-
{
|
|
14601
|
-
"kind": "Content",
|
|
14602
|
-
"text": ">>;\n \"core::UiCanvasInformation\": "
|
|
14603
|
-
},
|
|
14604
|
-
{
|
|
14605
|
-
"kind": "Reference",
|
|
14606
|
-
"text": "LwwComponentGetter",
|
|
14607
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14608
|
-
},
|
|
14609
|
-
{
|
|
14610
|
-
"kind": "Content",
|
|
14611
|
-
"text": "<"
|
|
14612
|
-
},
|
|
14613
|
-
{
|
|
14614
|
-
"kind": "Reference",
|
|
14615
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14616
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14617
|
-
},
|
|
14618
|
-
{
|
|
14619
|
-
"kind": "Content",
|
|
14620
|
-
"text": "<"
|
|
14621
|
-
},
|
|
14622
|
-
{
|
|
14623
|
-
"kind": "Reference",
|
|
14624
|
-
"text": "PBUiCanvasInformation",
|
|
14625
|
-
"canonicalReference": "@dcl/playground-assets!PBUiCanvasInformation"
|
|
14626
|
-
},
|
|
14627
|
-
{
|
|
14628
|
-
"kind": "Content",
|
|
14629
|
-
"text": ">>;\n \"core::UiDropdown\": "
|
|
14630
|
-
},
|
|
14631
|
-
{
|
|
14632
|
-
"kind": "Reference",
|
|
14633
|
-
"text": "LwwComponentGetter",
|
|
14634
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14635
|
-
},
|
|
14636
|
-
{
|
|
14637
|
-
"kind": "Content",
|
|
14638
|
-
"text": "<"
|
|
14639
|
-
},
|
|
14640
|
-
{
|
|
14641
|
-
"kind": "Reference",
|
|
14642
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14643
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14644
|
-
},
|
|
14645
|
-
{
|
|
14646
|
-
"kind": "Content",
|
|
14647
|
-
"text": "<"
|
|
14648
|
-
},
|
|
14649
|
-
{
|
|
14650
|
-
"kind": "Reference",
|
|
14651
|
-
"text": "PBUiDropdown",
|
|
14652
|
-
"canonicalReference": "@dcl/playground-assets!PBUiDropdown"
|
|
14653
|
-
},
|
|
14654
|
-
{
|
|
14655
|
-
"kind": "Content",
|
|
14656
|
-
"text": ">>;\n \"core::UiDropdownResult\": "
|
|
14657
|
-
},
|
|
14658
|
-
{
|
|
14659
|
-
"kind": "Reference",
|
|
14660
|
-
"text": "LwwComponentGetter",
|
|
14661
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14662
|
-
},
|
|
14663
|
-
{
|
|
14664
|
-
"kind": "Content",
|
|
14665
|
-
"text": "<"
|
|
14666
|
-
},
|
|
14667
|
-
{
|
|
14668
|
-
"kind": "Reference",
|
|
14669
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14670
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14671
|
-
},
|
|
14672
|
-
{
|
|
14673
|
-
"kind": "Content",
|
|
14674
|
-
"text": "<"
|
|
14675
|
-
},
|
|
14676
|
-
{
|
|
14677
|
-
"kind": "Reference",
|
|
14678
|
-
"text": "PBUiDropdownResult",
|
|
14679
|
-
"canonicalReference": "@dcl/playground-assets!PBUiDropdownResult"
|
|
14680
|
-
},
|
|
14681
|
-
{
|
|
14682
|
-
"kind": "Content",
|
|
14683
|
-
"text": ">>;\n \"core::UiInput\": "
|
|
14684
|
-
},
|
|
14685
|
-
{
|
|
14686
|
-
"kind": "Reference",
|
|
14687
|
-
"text": "LwwComponentGetter",
|
|
14688
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14689
|
-
},
|
|
14690
|
-
{
|
|
14691
|
-
"kind": "Content",
|
|
14692
|
-
"text": "<"
|
|
14693
|
-
},
|
|
14694
|
-
{
|
|
14695
|
-
"kind": "Reference",
|
|
14696
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14697
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14698
|
-
},
|
|
14699
|
-
{
|
|
14700
|
-
"kind": "Content",
|
|
14701
|
-
"text": "<"
|
|
14702
|
-
},
|
|
14703
|
-
{
|
|
14704
|
-
"kind": "Reference",
|
|
14705
|
-
"text": "PBUiInput",
|
|
14706
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInput"
|
|
14707
|
-
},
|
|
14708
|
-
{
|
|
14709
|
-
"kind": "Content",
|
|
14710
|
-
"text": ">>;\n \"core::UiInputResult\": "
|
|
14711
|
-
},
|
|
14712
|
-
{
|
|
14713
|
-
"kind": "Reference",
|
|
14714
|
-
"text": "LwwComponentGetter",
|
|
14715
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14716
|
-
},
|
|
14717
|
-
{
|
|
14718
|
-
"kind": "Content",
|
|
14719
|
-
"text": "<"
|
|
14720
|
-
},
|
|
14721
|
-
{
|
|
14722
|
-
"kind": "Reference",
|
|
14723
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14724
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14725
|
-
},
|
|
14726
|
-
{
|
|
14727
|
-
"kind": "Content",
|
|
14728
|
-
"text": "<"
|
|
14729
|
-
},
|
|
14730
|
-
{
|
|
14731
|
-
"kind": "Reference",
|
|
14732
|
-
"text": "PBUiInputResult",
|
|
14733
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInputResult"
|
|
14734
|
-
},
|
|
14735
|
-
{
|
|
14736
|
-
"kind": "Content",
|
|
14737
|
-
"text": ">>;\n \"core::UiText\": "
|
|
14738
|
-
},
|
|
14739
|
-
{
|
|
14740
|
-
"kind": "Reference",
|
|
14741
|
-
"text": "LwwComponentGetter",
|
|
14742
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14743
|
-
},
|
|
14744
|
-
{
|
|
14745
|
-
"kind": "Content",
|
|
14746
|
-
"text": "<"
|
|
14747
|
-
},
|
|
14748
|
-
{
|
|
14749
|
-
"kind": "Reference",
|
|
14750
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14751
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14752
|
-
},
|
|
14753
|
-
{
|
|
14754
|
-
"kind": "Content",
|
|
14755
|
-
"text": "<"
|
|
14756
|
-
},
|
|
14757
|
-
{
|
|
14758
|
-
"kind": "Reference",
|
|
14759
|
-
"text": "PBUiText",
|
|
14760
|
-
"canonicalReference": "@dcl/playground-assets!PBUiText"
|
|
14761
|
-
},
|
|
14762
|
-
{
|
|
14763
|
-
"kind": "Content",
|
|
14764
|
-
"text": ">>;\n \"core::UiTransform\": "
|
|
14765
|
-
},
|
|
14766
|
-
{
|
|
14767
|
-
"kind": "Reference",
|
|
14768
|
-
"text": "LwwComponentGetter",
|
|
14769
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14770
|
-
},
|
|
14771
|
-
{
|
|
14772
|
-
"kind": "Content",
|
|
14773
|
-
"text": "<"
|
|
14774
|
-
},
|
|
14775
|
-
{
|
|
14776
|
-
"kind": "Reference",
|
|
14777
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14778
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14779
|
-
},
|
|
14780
|
-
{
|
|
14781
|
-
"kind": "Content",
|
|
14782
|
-
"text": "<"
|
|
14783
|
-
},
|
|
14784
|
-
{
|
|
14785
|
-
"kind": "Reference",
|
|
14786
|
-
"text": "PBUiTransform",
|
|
14787
|
-
"canonicalReference": "@dcl/playground-assets!PBUiTransform"
|
|
14788
|
-
},
|
|
14789
|
-
{
|
|
14790
|
-
"kind": "Content",
|
|
14791
|
-
"text": ">>;\n \"core::VideoEvent\": "
|
|
14792
|
-
},
|
|
14793
|
-
{
|
|
14794
|
-
"kind": "Reference",
|
|
14795
|
-
"text": "GSetComponentGetter",
|
|
14796
|
-
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
|
14797
|
-
},
|
|
14798
|
-
{
|
|
14799
|
-
"kind": "Content",
|
|
14800
|
-
"text": "<"
|
|
14801
|
-
},
|
|
14802
|
-
{
|
|
14803
|
-
"kind": "Reference",
|
|
14804
|
-
"text": "GrowOnlyValueSetComponentDefinition",
|
|
14805
|
-
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
|
14806
|
-
},
|
|
14807
|
-
{
|
|
14808
|
-
"kind": "Content",
|
|
14809
|
-
"text": "<"
|
|
14810
|
-
},
|
|
14811
|
-
{
|
|
14812
|
-
"kind": "Reference",
|
|
14813
|
-
"text": "PBVideoEvent",
|
|
14814
|
-
"canonicalReference": "@dcl/playground-assets!PBVideoEvent"
|
|
14815
|
-
},
|
|
14816
|
-
{
|
|
14817
|
-
"kind": "Content",
|
|
14818
|
-
"text": ">>;\n \"core::VideoPlayer\": "
|
|
14819
|
-
},
|
|
14820
|
-
{
|
|
14821
|
-
"kind": "Reference",
|
|
14822
|
-
"text": "LwwComponentGetter",
|
|
14823
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
14824
|
-
},
|
|
14825
|
-
{
|
|
14826
|
-
"kind": "Content",
|
|
14827
|
-
"text": "<"
|
|
14828
|
-
},
|
|
14829
|
-
{
|
|
14830
|
-
"kind": "Reference",
|
|
14831
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
14832
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
14833
|
-
},
|
|
14834
|
-
{
|
|
14835
|
-
"kind": "Content",
|
|
14836
|
-
"text": "<"
|
|
14837
|
-
},
|
|
14838
|
-
{
|
|
14839
|
-
"kind": "Reference",
|
|
14840
|
-
"text": "PBVideoPlayer",
|
|
14841
|
-
"canonicalReference": "@dcl/playground-assets!PBVideoPlayer"
|
|
14842
|
-
},
|
|
14843
|
-
{
|
|
14844
|
-
"kind": "Content",
|
|
14845
|
-
"text": ">>;\n \"core::VirtualCamera\": "
|
|
14284
|
+
"text": ">>;\n \"core::VirtualCamera\": "
|
|
14846
14285
|
},
|
|
14847
14286
|
{
|
|
14848
14287
|
"kind": "Reference",
|
|
@@ -14905,7 +14344,7 @@
|
|
|
14905
14344
|
"name": "componentDefinitionByName",
|
|
14906
14345
|
"variableTypeTokenRange": {
|
|
14907
14346
|
"startIndex": 1,
|
|
14908
|
-
"endIndex":
|
|
14347
|
+
"endIndex": 338
|
|
14909
14348
|
}
|
|
14910
14349
|
},
|
|
14911
14350
|
{
|
|
@@ -25378,27 +24817,6 @@
|
|
|
25378
24817
|
"releaseTag": "Public",
|
|
25379
24818
|
"name": "IA_LEFT"
|
|
25380
24819
|
},
|
|
25381
|
-
{
|
|
25382
|
-
"kind": "EnumMember",
|
|
25383
|
-
"canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
|
|
25384
|
-
"docComment": "",
|
|
25385
|
-
"excerptTokens": [
|
|
25386
|
-
{
|
|
25387
|
-
"kind": "Content",
|
|
25388
|
-
"text": "IA_MODIFIER = "
|
|
25389
|
-
},
|
|
25390
|
-
{
|
|
25391
|
-
"kind": "Content",
|
|
25392
|
-
"text": "14"
|
|
25393
|
-
}
|
|
25394
|
-
],
|
|
25395
|
-
"initializerTokenRange": {
|
|
25396
|
-
"startIndex": 1,
|
|
25397
|
-
"endIndex": 2
|
|
25398
|
-
},
|
|
25399
|
-
"releaseTag": "Public",
|
|
25400
|
-
"name": "IA_MODIFIER"
|
|
25401
|
-
},
|
|
25402
24820
|
{
|
|
25403
24821
|
"kind": "EnumMember",
|
|
25404
24822
|
"canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
|
|
@@ -41584,31 +41002,32 @@
|
|
|
41584
41002
|
},
|
|
41585
41003
|
{
|
|
41586
41004
|
"kind": "Interface",
|
|
41587
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41005
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
|
|
41588
41006
|
"docComment": "/**\n * @public\n */\n",
|
|
41589
41007
|
"excerptTokens": [
|
|
41590
41008
|
{
|
|
41591
41009
|
"kind": "Content",
|
|
41592
|
-
"text": "export interface
|
|
41010
|
+
"text": "export interface PBAudioEvent "
|
|
41593
41011
|
}
|
|
41594
41012
|
],
|
|
41595
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41013
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
41596
41014
|
"releaseTag": "Public",
|
|
41597
|
-
"name": "
|
|
41015
|
+
"name": "PBAudioEvent",
|
|
41598
41016
|
"preserveMemberOrder": false,
|
|
41599
41017
|
"members": [
|
|
41600
41018
|
{
|
|
41601
41019
|
"kind": "PropertySignature",
|
|
41602
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41603
|
-
"docComment": "
|
|
41020
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
|
|
41021
|
+
"docComment": "",
|
|
41604
41022
|
"excerptTokens": [
|
|
41605
41023
|
{
|
|
41606
41024
|
"kind": "Content",
|
|
41607
|
-
"text": "
|
|
41025
|
+
"text": "state: "
|
|
41608
41026
|
},
|
|
41609
41027
|
{
|
|
41610
|
-
"kind": "
|
|
41611
|
-
"text": "
|
|
41028
|
+
"kind": "Reference",
|
|
41029
|
+
"text": "MediaState",
|
|
41030
|
+
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
41612
41031
|
},
|
|
41613
41032
|
{
|
|
41614
41033
|
"kind": "Content",
|
|
@@ -41618,7 +41037,7 @@
|
|
|
41618
41037
|
"isReadonly": false,
|
|
41619
41038
|
"isOptional": false,
|
|
41620
41039
|
"releaseTag": "Public",
|
|
41621
|
-
"name": "
|
|
41040
|
+
"name": "state",
|
|
41622
41041
|
"propertyTypeTokenRange": {
|
|
41623
41042
|
"startIndex": 1,
|
|
41624
41043
|
"endIndex": 2
|
|
@@ -41626,16 +41045,16 @@
|
|
|
41626
41045
|
},
|
|
41627
41046
|
{
|
|
41628
41047
|
"kind": "PropertySignature",
|
|
41629
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41630
|
-
"docComment": "/**\n *
|
|
41048
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
|
|
41049
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
41631
41050
|
"excerptTokens": [
|
|
41632
41051
|
{
|
|
41633
41052
|
"kind": "Content",
|
|
41634
|
-
"text": "
|
|
41053
|
+
"text": "timestamp: "
|
|
41635
41054
|
},
|
|
41636
41055
|
{
|
|
41637
41056
|
"kind": "Content",
|
|
41638
|
-
"text": "number
|
|
41057
|
+
"text": "number"
|
|
41639
41058
|
},
|
|
41640
41059
|
{
|
|
41641
41060
|
"kind": "Content",
|
|
@@ -41643,107 +41062,195 @@
|
|
|
41643
41062
|
}
|
|
41644
41063
|
],
|
|
41645
41064
|
"isReadonly": false,
|
|
41646
|
-
"isOptional":
|
|
41065
|
+
"isOptional": false,
|
|
41647
41066
|
"releaseTag": "Public",
|
|
41648
|
-
"name": "
|
|
41067
|
+
"name": "timestamp",
|
|
41649
41068
|
"propertyTypeTokenRange": {
|
|
41650
41069
|
"startIndex": 1,
|
|
41651
41070
|
"endIndex": 2
|
|
41652
41071
|
}
|
|
41653
|
-
}
|
|
41072
|
+
}
|
|
41073
|
+
],
|
|
41074
|
+
"extendsTokenRanges": []
|
|
41075
|
+
},
|
|
41076
|
+
{
|
|
41077
|
+
"kind": "Namespace",
|
|
41078
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
41079
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41080
|
+
"excerptTokens": [
|
|
41654
41081
|
{
|
|
41655
|
-
"kind": "
|
|
41656
|
-
"
|
|
41657
|
-
|
|
41082
|
+
"kind": "Content",
|
|
41083
|
+
"text": "export declare namespace PBAudioEvent "
|
|
41084
|
+
}
|
|
41085
|
+
],
|
|
41086
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
41087
|
+
"releaseTag": "Public",
|
|
41088
|
+
"name": "PBAudioEvent",
|
|
41089
|
+
"preserveMemberOrder": false,
|
|
41090
|
+
"members": [
|
|
41091
|
+
{
|
|
41092
|
+
"kind": "Function",
|
|
41093
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
|
|
41094
|
+
"docComment": "",
|
|
41658
41095
|
"excerptTokens": [
|
|
41659
41096
|
{
|
|
41660
41097
|
"kind": "Content",
|
|
41661
|
-
"text": "
|
|
41098
|
+
"text": "function decode(input: "
|
|
41662
41099
|
},
|
|
41663
41100
|
{
|
|
41664
|
-
"kind": "
|
|
41665
|
-
"text": "
|
|
41101
|
+
"kind": "Reference",
|
|
41102
|
+
"text": "_m0.Reader",
|
|
41103
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
41666
41104
|
},
|
|
41667
41105
|
{
|
|
41668
41106
|
"kind": "Content",
|
|
41669
|
-
"text": "
|
|
41670
|
-
}
|
|
41671
|
-
|
|
41672
|
-
|
|
41673
|
-
|
|
41674
|
-
|
|
41675
|
-
|
|
41676
|
-
"propertyTypeTokenRange": {
|
|
41677
|
-
"startIndex": 1,
|
|
41678
|
-
"endIndex": 2
|
|
41679
|
-
}
|
|
41680
|
-
},
|
|
41681
|
-
{
|
|
41682
|
-
"kind": "PropertySignature",
|
|
41683
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band1:member",
|
|
41684
|
-
"docComment": "",
|
|
41685
|
-
"excerptTokens": [
|
|
41107
|
+
"text": " | "
|
|
41108
|
+
},
|
|
41109
|
+
{
|
|
41110
|
+
"kind": "Reference",
|
|
41111
|
+
"text": "Uint8Array",
|
|
41112
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
41113
|
+
},
|
|
41686
41114
|
{
|
|
41687
41115
|
"kind": "Content",
|
|
41688
|
-
"text": "
|
|
41116
|
+
"text": ", length?: "
|
|
41689
41117
|
},
|
|
41690
41118
|
{
|
|
41691
41119
|
"kind": "Content",
|
|
41692
41120
|
"text": "number"
|
|
41693
41121
|
},
|
|
41122
|
+
{
|
|
41123
|
+
"kind": "Content",
|
|
41124
|
+
"text": "): "
|
|
41125
|
+
},
|
|
41126
|
+
{
|
|
41127
|
+
"kind": "Reference",
|
|
41128
|
+
"text": "PBAudioEvent",
|
|
41129
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
41130
|
+
},
|
|
41694
41131
|
{
|
|
41695
41132
|
"kind": "Content",
|
|
41696
41133
|
"text": ";"
|
|
41697
41134
|
}
|
|
41698
41135
|
],
|
|
41699
|
-
"
|
|
41700
|
-
|
|
41136
|
+
"returnTypeTokenRange": {
|
|
41137
|
+
"startIndex": 7,
|
|
41138
|
+
"endIndex": 8
|
|
41139
|
+
},
|
|
41701
41140
|
"releaseTag": "Public",
|
|
41702
|
-
"
|
|
41703
|
-
"
|
|
41704
|
-
|
|
41705
|
-
|
|
41706
|
-
|
|
41141
|
+
"overloadIndex": 1,
|
|
41142
|
+
"parameters": [
|
|
41143
|
+
{
|
|
41144
|
+
"parameterName": "input",
|
|
41145
|
+
"parameterTypeTokenRange": {
|
|
41146
|
+
"startIndex": 1,
|
|
41147
|
+
"endIndex": 4
|
|
41148
|
+
},
|
|
41149
|
+
"isOptional": false
|
|
41150
|
+
},
|
|
41151
|
+
{
|
|
41152
|
+
"parameterName": "length",
|
|
41153
|
+
"parameterTypeTokenRange": {
|
|
41154
|
+
"startIndex": 5,
|
|
41155
|
+
"endIndex": 6
|
|
41156
|
+
},
|
|
41157
|
+
"isOptional": true
|
|
41158
|
+
}
|
|
41159
|
+
],
|
|
41160
|
+
"name": "decode"
|
|
41707
41161
|
},
|
|
41708
41162
|
{
|
|
41709
|
-
"kind": "
|
|
41710
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41163
|
+
"kind": "Function",
|
|
41164
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
|
|
41711
41165
|
"docComment": "",
|
|
41712
41166
|
"excerptTokens": [
|
|
41713
41167
|
{
|
|
41714
41168
|
"kind": "Content",
|
|
41715
|
-
"text": "
|
|
41169
|
+
"text": "function encode(message: "
|
|
41170
|
+
},
|
|
41171
|
+
{
|
|
41172
|
+
"kind": "Reference",
|
|
41173
|
+
"text": "PBAudioEvent",
|
|
41174
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
41175
|
+
},
|
|
41176
|
+
{
|
|
41177
|
+
"kind": "Content",
|
|
41178
|
+
"text": ", writer?: "
|
|
41179
|
+
},
|
|
41180
|
+
{
|
|
41181
|
+
"kind": "Reference",
|
|
41182
|
+
"text": "_m0.Writer",
|
|
41183
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41716
41184
|
},
|
|
41717
41185
|
{
|
|
41718
41186
|
"kind": "Content",
|
|
41719
|
-
"text": "
|
|
41187
|
+
"text": "): "
|
|
41188
|
+
},
|
|
41189
|
+
{
|
|
41190
|
+
"kind": "Reference",
|
|
41191
|
+
"text": "_m0.Writer",
|
|
41192
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41720
41193
|
},
|
|
41721
41194
|
{
|
|
41722
41195
|
"kind": "Content",
|
|
41723
41196
|
"text": ";"
|
|
41724
41197
|
}
|
|
41725
41198
|
],
|
|
41726
|
-
"
|
|
41727
|
-
|
|
41199
|
+
"returnTypeTokenRange": {
|
|
41200
|
+
"startIndex": 5,
|
|
41201
|
+
"endIndex": 6
|
|
41202
|
+
},
|
|
41728
41203
|
"releaseTag": "Public",
|
|
41729
|
-
"
|
|
41730
|
-
"
|
|
41731
|
-
|
|
41732
|
-
|
|
41733
|
-
|
|
41734
|
-
|
|
41204
|
+
"overloadIndex": 1,
|
|
41205
|
+
"parameters": [
|
|
41206
|
+
{
|
|
41207
|
+
"parameterName": "message",
|
|
41208
|
+
"parameterTypeTokenRange": {
|
|
41209
|
+
"startIndex": 1,
|
|
41210
|
+
"endIndex": 2
|
|
41211
|
+
},
|
|
41212
|
+
"isOptional": false
|
|
41213
|
+
},
|
|
41214
|
+
{
|
|
41215
|
+
"parameterName": "writer",
|
|
41216
|
+
"parameterTypeTokenRange": {
|
|
41217
|
+
"startIndex": 3,
|
|
41218
|
+
"endIndex": 4
|
|
41219
|
+
},
|
|
41220
|
+
"isOptional": true
|
|
41221
|
+
}
|
|
41222
|
+
],
|
|
41223
|
+
"name": "encode"
|
|
41224
|
+
}
|
|
41225
|
+
]
|
|
41226
|
+
},
|
|
41227
|
+
{
|
|
41228
|
+
"kind": "Interface",
|
|
41229
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
|
|
41230
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41231
|
+
"excerptTokens": [
|
|
41232
|
+
{
|
|
41233
|
+
"kind": "Content",
|
|
41234
|
+
"text": "export interface PBAudioSource "
|
|
41235
|
+
}
|
|
41236
|
+
],
|
|
41237
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
41238
|
+
"releaseTag": "Public",
|
|
41239
|
+
"name": "PBAudioSource",
|
|
41240
|
+
"preserveMemberOrder": false,
|
|
41241
|
+
"members": [
|
|
41735
41242
|
{
|
|
41736
41243
|
"kind": "PropertySignature",
|
|
41737
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41738
|
-
"docComment": "",
|
|
41244
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
|
|
41245
|
+
"docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
|
|
41739
41246
|
"excerptTokens": [
|
|
41740
41247
|
{
|
|
41741
41248
|
"kind": "Content",
|
|
41742
|
-
"text": "
|
|
41249
|
+
"text": "audioClipUrl: "
|
|
41743
41250
|
},
|
|
41744
41251
|
{
|
|
41745
41252
|
"kind": "Content",
|
|
41746
|
-
"text": "
|
|
41253
|
+
"text": "string"
|
|
41747
41254
|
},
|
|
41748
41255
|
{
|
|
41749
41256
|
"kind": "Content",
|
|
@@ -41753,7 +41260,7 @@
|
|
|
41753
41260
|
"isReadonly": false,
|
|
41754
41261
|
"isOptional": false,
|
|
41755
41262
|
"releaseTag": "Public",
|
|
41756
|
-
"name": "
|
|
41263
|
+
"name": "audioClipUrl",
|
|
41757
41264
|
"propertyTypeTokenRange": {
|
|
41758
41265
|
"startIndex": 1,
|
|
41759
41266
|
"endIndex": 2
|
|
@@ -41761,16 +41268,16 @@
|
|
|
41761
41268
|
},
|
|
41762
41269
|
{
|
|
41763
41270
|
"kind": "PropertySignature",
|
|
41764
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41765
|
-
"docComment": "",
|
|
41271
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
|
|
41272
|
+
"docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
|
|
41766
41273
|
"excerptTokens": [
|
|
41767
41274
|
{
|
|
41768
41275
|
"kind": "Content",
|
|
41769
|
-
"text": "
|
|
41276
|
+
"text": "currentTime?: "
|
|
41770
41277
|
},
|
|
41771
41278
|
{
|
|
41772
41279
|
"kind": "Content",
|
|
41773
|
-
"text": "number"
|
|
41280
|
+
"text": "number | undefined"
|
|
41774
41281
|
},
|
|
41775
41282
|
{
|
|
41776
41283
|
"kind": "Content",
|
|
@@ -41778,9 +41285,9 @@
|
|
|
41778
41285
|
}
|
|
41779
41286
|
],
|
|
41780
41287
|
"isReadonly": false,
|
|
41781
|
-
"isOptional":
|
|
41288
|
+
"isOptional": true,
|
|
41782
41289
|
"releaseTag": "Public",
|
|
41783
|
-
"name": "
|
|
41290
|
+
"name": "currentTime",
|
|
41784
41291
|
"propertyTypeTokenRange": {
|
|
41785
41292
|
"startIndex": 1,
|
|
41786
41293
|
"endIndex": 2
|
|
@@ -41788,16 +41295,16 @@
|
|
|
41788
41295
|
},
|
|
41789
41296
|
{
|
|
41790
41297
|
"kind": "PropertySignature",
|
|
41791
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41792
|
-
"docComment": "",
|
|
41298
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
|
|
41299
|
+
"docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
|
|
41793
41300
|
"excerptTokens": [
|
|
41794
41301
|
{
|
|
41795
41302
|
"kind": "Content",
|
|
41796
|
-
"text": "
|
|
41303
|
+
"text": "global?: "
|
|
41797
41304
|
},
|
|
41798
41305
|
{
|
|
41799
41306
|
"kind": "Content",
|
|
41800
|
-
"text": "
|
|
41307
|
+
"text": "boolean | undefined"
|
|
41801
41308
|
},
|
|
41802
41309
|
{
|
|
41803
41310
|
"kind": "Content",
|
|
@@ -41805,9 +41312,9 @@
|
|
|
41805
41312
|
}
|
|
41806
41313
|
],
|
|
41807
41314
|
"isReadonly": false,
|
|
41808
|
-
"isOptional":
|
|
41315
|
+
"isOptional": true,
|
|
41809
41316
|
"releaseTag": "Public",
|
|
41810
|
-
"name": "
|
|
41317
|
+
"name": "global",
|
|
41811
41318
|
"propertyTypeTokenRange": {
|
|
41812
41319
|
"startIndex": 1,
|
|
41813
41320
|
"endIndex": 2
|
|
@@ -41815,16 +41322,16 @@
|
|
|
41815
41322
|
},
|
|
41816
41323
|
{
|
|
41817
41324
|
"kind": "PropertySignature",
|
|
41818
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41819
|
-
"docComment": "",
|
|
41325
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
|
|
41326
|
+
"docComment": "/**\n * whether the clip should restart when finished.\n */\n",
|
|
41820
41327
|
"excerptTokens": [
|
|
41821
41328
|
{
|
|
41822
41329
|
"kind": "Content",
|
|
41823
|
-
"text": "
|
|
41330
|
+
"text": "loop?: "
|
|
41824
41331
|
},
|
|
41825
41332
|
{
|
|
41826
41333
|
"kind": "Content",
|
|
41827
|
-
"text": "
|
|
41334
|
+
"text": "boolean | undefined"
|
|
41828
41335
|
},
|
|
41829
41336
|
{
|
|
41830
41337
|
"kind": "Content",
|
|
@@ -41832,9 +41339,9 @@
|
|
|
41832
41339
|
}
|
|
41833
41340
|
],
|
|
41834
41341
|
"isReadonly": false,
|
|
41835
|
-
"isOptional":
|
|
41342
|
+
"isOptional": true,
|
|
41836
41343
|
"releaseTag": "Public",
|
|
41837
|
-
"name": "
|
|
41344
|
+
"name": "loop",
|
|
41838
41345
|
"propertyTypeTokenRange": {
|
|
41839
41346
|
"startIndex": 1,
|
|
41840
41347
|
"endIndex": 2
|
|
@@ -41842,16 +41349,16 @@
|
|
|
41842
41349
|
},
|
|
41843
41350
|
{
|
|
41844
41351
|
"kind": "PropertySignature",
|
|
41845
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41846
|
-
"docComment": "",
|
|
41352
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
|
|
41353
|
+
"docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
|
|
41847
41354
|
"excerptTokens": [
|
|
41848
41355
|
{
|
|
41849
41356
|
"kind": "Content",
|
|
41850
|
-
"text": "
|
|
41357
|
+
"text": "pitch?: "
|
|
41851
41358
|
},
|
|
41852
41359
|
{
|
|
41853
41360
|
"kind": "Content",
|
|
41854
|
-
"text": "number"
|
|
41361
|
+
"text": "number | undefined"
|
|
41855
41362
|
},
|
|
41856
41363
|
{
|
|
41857
41364
|
"kind": "Content",
|
|
@@ -41859,9 +41366,9 @@
|
|
|
41859
41366
|
}
|
|
41860
41367
|
],
|
|
41861
41368
|
"isReadonly": false,
|
|
41862
|
-
"isOptional":
|
|
41369
|
+
"isOptional": true,
|
|
41863
41370
|
"releaseTag": "Public",
|
|
41864
|
-
"name": "
|
|
41371
|
+
"name": "pitch",
|
|
41865
41372
|
"propertyTypeTokenRange": {
|
|
41866
41373
|
"startIndex": 1,
|
|
41867
41374
|
"endIndex": 2
|
|
@@ -41869,16 +41376,16 @@
|
|
|
41869
41376
|
},
|
|
41870
41377
|
{
|
|
41871
41378
|
"kind": "PropertySignature",
|
|
41872
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41873
|
-
"docComment": "/**\n *
|
|
41379
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
|
|
41380
|
+
"docComment": "/**\n * whether the clip is currently playing.\n */\n",
|
|
41874
41381
|
"excerptTokens": [
|
|
41875
41382
|
{
|
|
41876
41383
|
"kind": "Content",
|
|
41877
|
-
"text": "
|
|
41384
|
+
"text": "playing?: "
|
|
41878
41385
|
},
|
|
41879
41386
|
{
|
|
41880
41387
|
"kind": "Content",
|
|
41881
|
-
"text": "
|
|
41388
|
+
"text": "boolean | undefined"
|
|
41882
41389
|
},
|
|
41883
41390
|
{
|
|
41884
41391
|
"kind": "Content",
|
|
@@ -41888,7 +41395,7 @@
|
|
|
41888
41395
|
"isReadonly": false,
|
|
41889
41396
|
"isOptional": true,
|
|
41890
41397
|
"releaseTag": "Public",
|
|
41891
|
-
"name": "
|
|
41398
|
+
"name": "playing",
|
|
41892
41399
|
"propertyTypeTokenRange": {
|
|
41893
41400
|
"startIndex": 1,
|
|
41894
41401
|
"endIndex": 2
|
|
@@ -41896,17 +41403,16 @@
|
|
|
41896
41403
|
},
|
|
41897
41404
|
{
|
|
41898
41405
|
"kind": "PropertySignature",
|
|
41899
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41900
|
-
"docComment": "/**\n *
|
|
41406
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
|
|
41407
|
+
"docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
|
|
41901
41408
|
"excerptTokens": [
|
|
41902
41409
|
{
|
|
41903
41410
|
"kind": "Content",
|
|
41904
|
-
"text": "
|
|
41411
|
+
"text": "volume?: "
|
|
41905
41412
|
},
|
|
41906
41413
|
{
|
|
41907
|
-
"kind": "
|
|
41908
|
-
"text": "
|
|
41909
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
41414
|
+
"kind": "Content",
|
|
41415
|
+
"text": "number | undefined"
|
|
41910
41416
|
},
|
|
41911
41417
|
{
|
|
41912
41418
|
"kind": "Content",
|
|
@@ -41914,9 +41420,9 @@
|
|
|
41914
41420
|
}
|
|
41915
41421
|
],
|
|
41916
41422
|
"isReadonly": false,
|
|
41917
|
-
"isOptional":
|
|
41423
|
+
"isOptional": true,
|
|
41918
41424
|
"releaseTag": "Public",
|
|
41919
|
-
"name": "
|
|
41425
|
+
"name": "volume",
|
|
41920
41426
|
"propertyTypeTokenRange": {
|
|
41921
41427
|
"startIndex": 1,
|
|
41922
41428
|
"endIndex": 2
|
|
@@ -41927,22 +41433,22 @@
|
|
|
41927
41433
|
},
|
|
41928
41434
|
{
|
|
41929
41435
|
"kind": "Namespace",
|
|
41930
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41436
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
|
|
41931
41437
|
"docComment": "/**\n * @public\n */\n",
|
|
41932
41438
|
"excerptTokens": [
|
|
41933
41439
|
{
|
|
41934
41440
|
"kind": "Content",
|
|
41935
|
-
"text": "export declare namespace
|
|
41441
|
+
"text": "export declare namespace PBAudioSource "
|
|
41936
41442
|
}
|
|
41937
41443
|
],
|
|
41938
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41444
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
41939
41445
|
"releaseTag": "Public",
|
|
41940
|
-
"name": "
|
|
41446
|
+
"name": "PBAudioSource",
|
|
41941
41447
|
"preserveMemberOrder": false,
|
|
41942
41448
|
"members": [
|
|
41943
41449
|
{
|
|
41944
41450
|
"kind": "Function",
|
|
41945
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41451
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
|
|
41946
41452
|
"docComment": "",
|
|
41947
41453
|
"excerptTokens": [
|
|
41948
41454
|
{
|
|
@@ -41977,1204 +41483,8 @@
|
|
|
41977
41483
|
},
|
|
41978
41484
|
{
|
|
41979
41485
|
"kind": "Reference",
|
|
41980
|
-
"text": "
|
|
41981
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41982
|
-
},
|
|
41983
|
-
{
|
|
41984
|
-
"kind": "Content",
|
|
41985
|
-
"text": ";"
|
|
41986
|
-
}
|
|
41987
|
-
],
|
|
41988
|
-
"returnTypeTokenRange": {
|
|
41989
|
-
"startIndex": 7,
|
|
41990
|
-
"endIndex": 8
|
|
41991
|
-
},
|
|
41992
|
-
"releaseTag": "Public",
|
|
41993
|
-
"overloadIndex": 1,
|
|
41994
|
-
"parameters": [
|
|
41995
|
-
{
|
|
41996
|
-
"parameterName": "input",
|
|
41997
|
-
"parameterTypeTokenRange": {
|
|
41998
|
-
"startIndex": 1,
|
|
41999
|
-
"endIndex": 4
|
|
42000
|
-
},
|
|
42001
|
-
"isOptional": false
|
|
42002
|
-
},
|
|
42003
|
-
{
|
|
42004
|
-
"parameterName": "length",
|
|
42005
|
-
"parameterTypeTokenRange": {
|
|
42006
|
-
"startIndex": 5,
|
|
42007
|
-
"endIndex": 6
|
|
42008
|
-
},
|
|
42009
|
-
"isOptional": true
|
|
42010
|
-
}
|
|
42011
|
-
],
|
|
42012
|
-
"name": "decode"
|
|
42013
|
-
},
|
|
42014
|
-
{
|
|
42015
|
-
"kind": "Function",
|
|
42016
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.encode:function(1)",
|
|
42017
|
-
"docComment": "",
|
|
42018
|
-
"excerptTokens": [
|
|
42019
|
-
{
|
|
42020
|
-
"kind": "Content",
|
|
42021
|
-
"text": "function encode(message: "
|
|
42022
|
-
},
|
|
42023
|
-
{
|
|
42024
|
-
"kind": "Reference",
|
|
42025
|
-
"text": "PBAudioAnalysis",
|
|
42026
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
|
|
42027
|
-
},
|
|
42028
|
-
{
|
|
42029
|
-
"kind": "Content",
|
|
42030
|
-
"text": ", writer?: "
|
|
42031
|
-
},
|
|
42032
|
-
{
|
|
42033
|
-
"kind": "Reference",
|
|
42034
|
-
"text": "_m0.Writer",
|
|
42035
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
42036
|
-
},
|
|
42037
|
-
{
|
|
42038
|
-
"kind": "Content",
|
|
42039
|
-
"text": "): "
|
|
42040
|
-
},
|
|
42041
|
-
{
|
|
42042
|
-
"kind": "Reference",
|
|
42043
|
-
"text": "_m0.Writer",
|
|
42044
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
42045
|
-
},
|
|
42046
|
-
{
|
|
42047
|
-
"kind": "Content",
|
|
42048
|
-
"text": ";"
|
|
42049
|
-
}
|
|
42050
|
-
],
|
|
42051
|
-
"returnTypeTokenRange": {
|
|
42052
|
-
"startIndex": 5,
|
|
42053
|
-
"endIndex": 6
|
|
42054
|
-
},
|
|
42055
|
-
"releaseTag": "Public",
|
|
42056
|
-
"overloadIndex": 1,
|
|
42057
|
-
"parameters": [
|
|
42058
|
-
{
|
|
42059
|
-
"parameterName": "message",
|
|
42060
|
-
"parameterTypeTokenRange": {
|
|
42061
|
-
"startIndex": 1,
|
|
42062
|
-
"endIndex": 2
|
|
42063
|
-
},
|
|
42064
|
-
"isOptional": false
|
|
42065
|
-
},
|
|
42066
|
-
{
|
|
42067
|
-
"parameterName": "writer",
|
|
42068
|
-
"parameterTypeTokenRange": {
|
|
42069
|
-
"startIndex": 3,
|
|
42070
|
-
"endIndex": 4
|
|
42071
|
-
},
|
|
42072
|
-
"isOptional": true
|
|
42073
|
-
}
|
|
42074
|
-
],
|
|
42075
|
-
"name": "encode"
|
|
42076
|
-
}
|
|
42077
|
-
]
|
|
42078
|
-
},
|
|
42079
|
-
{
|
|
42080
|
-
"kind": "Enum",
|
|
42081
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum",
|
|
42082
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42083
|
-
"excerptTokens": [
|
|
42084
|
-
{
|
|
42085
|
-
"kind": "Content",
|
|
42086
|
-
"text": "export declare const enum PBAudioAnalysisMode "
|
|
42087
|
-
}
|
|
42088
|
-
],
|
|
42089
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
42090
|
-
"releaseTag": "Public",
|
|
42091
|
-
"name": "PBAudioAnalysisMode",
|
|
42092
|
-
"preserveMemberOrder": false,
|
|
42093
|
-
"members": [
|
|
42094
|
-
{
|
|
42095
|
-
"kind": "EnumMember",
|
|
42096
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_LOGARITHMIC:member",
|
|
42097
|
-
"docComment": "",
|
|
42098
|
-
"excerptTokens": [
|
|
42099
|
-
{
|
|
42100
|
-
"kind": "Content",
|
|
42101
|
-
"text": "MODE_LOGARITHMIC = "
|
|
42102
|
-
},
|
|
42103
|
-
{
|
|
42104
|
-
"kind": "Content",
|
|
42105
|
-
"text": "1"
|
|
42106
|
-
}
|
|
42107
|
-
],
|
|
42108
|
-
"initializerTokenRange": {
|
|
42109
|
-
"startIndex": 1,
|
|
42110
|
-
"endIndex": 2
|
|
42111
|
-
},
|
|
42112
|
-
"releaseTag": "Public",
|
|
42113
|
-
"name": "MODE_LOGARITHMIC"
|
|
42114
|
-
},
|
|
42115
|
-
{
|
|
42116
|
-
"kind": "EnumMember",
|
|
42117
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_RAW:member",
|
|
42118
|
-
"docComment": "",
|
|
42119
|
-
"excerptTokens": [
|
|
42120
|
-
{
|
|
42121
|
-
"kind": "Content",
|
|
42122
|
-
"text": "MODE_RAW = "
|
|
42123
|
-
},
|
|
42124
|
-
{
|
|
42125
|
-
"kind": "Content",
|
|
42126
|
-
"text": "0"
|
|
42127
|
-
}
|
|
42128
|
-
],
|
|
42129
|
-
"initializerTokenRange": {
|
|
42130
|
-
"startIndex": 1,
|
|
42131
|
-
"endIndex": 2
|
|
42132
|
-
},
|
|
42133
|
-
"releaseTag": "Public",
|
|
42134
|
-
"name": "MODE_RAW"
|
|
42135
|
-
}
|
|
42136
|
-
]
|
|
42137
|
-
},
|
|
42138
|
-
{
|
|
42139
|
-
"kind": "Interface",
|
|
42140
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
|
|
42141
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42142
|
-
"excerptTokens": [
|
|
42143
|
-
{
|
|
42144
|
-
"kind": "Content",
|
|
42145
|
-
"text": "export interface PBAudioEvent "
|
|
42146
|
-
}
|
|
42147
|
-
],
|
|
42148
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
42149
|
-
"releaseTag": "Public",
|
|
42150
|
-
"name": "PBAudioEvent",
|
|
42151
|
-
"preserveMemberOrder": false,
|
|
42152
|
-
"members": [
|
|
42153
|
-
{
|
|
42154
|
-
"kind": "PropertySignature",
|
|
42155
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
|
|
42156
|
-
"docComment": "",
|
|
42157
|
-
"excerptTokens": [
|
|
42158
|
-
{
|
|
42159
|
-
"kind": "Content",
|
|
42160
|
-
"text": "state: "
|
|
42161
|
-
},
|
|
42162
|
-
{
|
|
42163
|
-
"kind": "Reference",
|
|
42164
|
-
"text": "MediaState",
|
|
42165
|
-
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
42166
|
-
},
|
|
42167
|
-
{
|
|
42168
|
-
"kind": "Content",
|
|
42169
|
-
"text": ";"
|
|
42170
|
-
}
|
|
42171
|
-
],
|
|
42172
|
-
"isReadonly": false,
|
|
42173
|
-
"isOptional": false,
|
|
42174
|
-
"releaseTag": "Public",
|
|
42175
|
-
"name": "state",
|
|
42176
|
-
"propertyTypeTokenRange": {
|
|
42177
|
-
"startIndex": 1,
|
|
42178
|
-
"endIndex": 2
|
|
42179
|
-
}
|
|
42180
|
-
},
|
|
42181
|
-
{
|
|
42182
|
-
"kind": "PropertySignature",
|
|
42183
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
|
|
42184
|
-
"docComment": "/**\n * monotonic counter\n */\n",
|
|
42185
|
-
"excerptTokens": [
|
|
42186
|
-
{
|
|
42187
|
-
"kind": "Content",
|
|
42188
|
-
"text": "timestamp: "
|
|
42189
|
-
},
|
|
42190
|
-
{
|
|
42191
|
-
"kind": "Content",
|
|
42192
|
-
"text": "number"
|
|
42193
|
-
},
|
|
42194
|
-
{
|
|
42195
|
-
"kind": "Content",
|
|
42196
|
-
"text": ";"
|
|
42197
|
-
}
|
|
42198
|
-
],
|
|
42199
|
-
"isReadonly": false,
|
|
42200
|
-
"isOptional": false,
|
|
42201
|
-
"releaseTag": "Public",
|
|
42202
|
-
"name": "timestamp",
|
|
42203
|
-
"propertyTypeTokenRange": {
|
|
42204
|
-
"startIndex": 1,
|
|
42205
|
-
"endIndex": 2
|
|
42206
|
-
}
|
|
42207
|
-
}
|
|
42208
|
-
],
|
|
42209
|
-
"extendsTokenRanges": []
|
|
42210
|
-
},
|
|
42211
|
-
{
|
|
42212
|
-
"kind": "Namespace",
|
|
42213
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
42214
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42215
|
-
"excerptTokens": [
|
|
42216
|
-
{
|
|
42217
|
-
"kind": "Content",
|
|
42218
|
-
"text": "export declare namespace PBAudioEvent "
|
|
42219
|
-
}
|
|
42220
|
-
],
|
|
42221
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
42222
|
-
"releaseTag": "Public",
|
|
42223
|
-
"name": "PBAudioEvent",
|
|
42224
|
-
"preserveMemberOrder": false,
|
|
42225
|
-
"members": [
|
|
42226
|
-
{
|
|
42227
|
-
"kind": "Function",
|
|
42228
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
|
|
42229
|
-
"docComment": "",
|
|
42230
|
-
"excerptTokens": [
|
|
42231
|
-
{
|
|
42232
|
-
"kind": "Content",
|
|
42233
|
-
"text": "function decode(input: "
|
|
42234
|
-
},
|
|
42235
|
-
{
|
|
42236
|
-
"kind": "Reference",
|
|
42237
|
-
"text": "_m0.Reader",
|
|
42238
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
42239
|
-
},
|
|
42240
|
-
{
|
|
42241
|
-
"kind": "Content",
|
|
42242
|
-
"text": " | "
|
|
42243
|
-
},
|
|
42244
|
-
{
|
|
42245
|
-
"kind": "Reference",
|
|
42246
|
-
"text": "Uint8Array",
|
|
42247
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
42248
|
-
},
|
|
42249
|
-
{
|
|
42250
|
-
"kind": "Content",
|
|
42251
|
-
"text": ", length?: "
|
|
42252
|
-
},
|
|
42253
|
-
{
|
|
42254
|
-
"kind": "Content",
|
|
42255
|
-
"text": "number"
|
|
42256
|
-
},
|
|
42257
|
-
{
|
|
42258
|
-
"kind": "Content",
|
|
42259
|
-
"text": "): "
|
|
42260
|
-
},
|
|
42261
|
-
{
|
|
42262
|
-
"kind": "Reference",
|
|
42263
|
-
"text": "PBAudioEvent",
|
|
42264
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
42265
|
-
},
|
|
42266
|
-
{
|
|
42267
|
-
"kind": "Content",
|
|
42268
|
-
"text": ";"
|
|
42269
|
-
}
|
|
42270
|
-
],
|
|
42271
|
-
"returnTypeTokenRange": {
|
|
42272
|
-
"startIndex": 7,
|
|
42273
|
-
"endIndex": 8
|
|
42274
|
-
},
|
|
42275
|
-
"releaseTag": "Public",
|
|
42276
|
-
"overloadIndex": 1,
|
|
42277
|
-
"parameters": [
|
|
42278
|
-
{
|
|
42279
|
-
"parameterName": "input",
|
|
42280
|
-
"parameterTypeTokenRange": {
|
|
42281
|
-
"startIndex": 1,
|
|
42282
|
-
"endIndex": 4
|
|
42283
|
-
},
|
|
42284
|
-
"isOptional": false
|
|
42285
|
-
},
|
|
42286
|
-
{
|
|
42287
|
-
"parameterName": "length",
|
|
42288
|
-
"parameterTypeTokenRange": {
|
|
42289
|
-
"startIndex": 5,
|
|
42290
|
-
"endIndex": 6
|
|
42291
|
-
},
|
|
42292
|
-
"isOptional": true
|
|
42293
|
-
}
|
|
42294
|
-
],
|
|
42295
|
-
"name": "decode"
|
|
42296
|
-
},
|
|
42297
|
-
{
|
|
42298
|
-
"kind": "Function",
|
|
42299
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
|
|
42300
|
-
"docComment": "",
|
|
42301
|
-
"excerptTokens": [
|
|
42302
|
-
{
|
|
42303
|
-
"kind": "Content",
|
|
42304
|
-
"text": "function encode(message: "
|
|
42305
|
-
},
|
|
42306
|
-
{
|
|
42307
|
-
"kind": "Reference",
|
|
42308
|
-
"text": "PBAudioEvent",
|
|
42309
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
42310
|
-
},
|
|
42311
|
-
{
|
|
42312
|
-
"kind": "Content",
|
|
42313
|
-
"text": ", writer?: "
|
|
42314
|
-
},
|
|
42315
|
-
{
|
|
42316
|
-
"kind": "Reference",
|
|
42317
|
-
"text": "_m0.Writer",
|
|
42318
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
42319
|
-
},
|
|
42320
|
-
{
|
|
42321
|
-
"kind": "Content",
|
|
42322
|
-
"text": "): "
|
|
42323
|
-
},
|
|
42324
|
-
{
|
|
42325
|
-
"kind": "Reference",
|
|
42326
|
-
"text": "_m0.Writer",
|
|
42327
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
42328
|
-
},
|
|
42329
|
-
{
|
|
42330
|
-
"kind": "Content",
|
|
42331
|
-
"text": ";"
|
|
42332
|
-
}
|
|
42333
|
-
],
|
|
42334
|
-
"returnTypeTokenRange": {
|
|
42335
|
-
"startIndex": 5,
|
|
42336
|
-
"endIndex": 6
|
|
42337
|
-
},
|
|
42338
|
-
"releaseTag": "Public",
|
|
42339
|
-
"overloadIndex": 1,
|
|
42340
|
-
"parameters": [
|
|
42341
|
-
{
|
|
42342
|
-
"parameterName": "message",
|
|
42343
|
-
"parameterTypeTokenRange": {
|
|
42344
|
-
"startIndex": 1,
|
|
42345
|
-
"endIndex": 2
|
|
42346
|
-
},
|
|
42347
|
-
"isOptional": false
|
|
42348
|
-
},
|
|
42349
|
-
{
|
|
42350
|
-
"parameterName": "writer",
|
|
42351
|
-
"parameterTypeTokenRange": {
|
|
42352
|
-
"startIndex": 3,
|
|
42353
|
-
"endIndex": 4
|
|
42354
|
-
},
|
|
42355
|
-
"isOptional": true
|
|
42356
|
-
}
|
|
42357
|
-
],
|
|
42358
|
-
"name": "encode"
|
|
42359
|
-
}
|
|
42360
|
-
]
|
|
42361
|
-
},
|
|
42362
|
-
{
|
|
42363
|
-
"kind": "Interface",
|
|
42364
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
|
|
42365
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42366
|
-
"excerptTokens": [
|
|
42367
|
-
{
|
|
42368
|
-
"kind": "Content",
|
|
42369
|
-
"text": "export interface PBAudioSource "
|
|
42370
|
-
}
|
|
42371
|
-
],
|
|
42372
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
42373
|
-
"releaseTag": "Public",
|
|
42374
|
-
"name": "PBAudioSource",
|
|
42375
|
-
"preserveMemberOrder": false,
|
|
42376
|
-
"members": [
|
|
42377
|
-
{
|
|
42378
|
-
"kind": "PropertySignature",
|
|
42379
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
|
|
42380
|
-
"docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
|
|
42381
|
-
"excerptTokens": [
|
|
42382
|
-
{
|
|
42383
|
-
"kind": "Content",
|
|
42384
|
-
"text": "audioClipUrl: "
|
|
42385
|
-
},
|
|
42386
|
-
{
|
|
42387
|
-
"kind": "Content",
|
|
42388
|
-
"text": "string"
|
|
42389
|
-
},
|
|
42390
|
-
{
|
|
42391
|
-
"kind": "Content",
|
|
42392
|
-
"text": ";"
|
|
42393
|
-
}
|
|
42394
|
-
],
|
|
42395
|
-
"isReadonly": false,
|
|
42396
|
-
"isOptional": false,
|
|
42397
|
-
"releaseTag": "Public",
|
|
42398
|
-
"name": "audioClipUrl",
|
|
42399
|
-
"propertyTypeTokenRange": {
|
|
42400
|
-
"startIndex": 1,
|
|
42401
|
-
"endIndex": 2
|
|
42402
|
-
}
|
|
42403
|
-
},
|
|
42404
|
-
{
|
|
42405
|
-
"kind": "PropertySignature",
|
|
42406
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
|
|
42407
|
-
"docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
|
|
42408
|
-
"excerptTokens": [
|
|
42409
|
-
{
|
|
42410
|
-
"kind": "Content",
|
|
42411
|
-
"text": "currentTime?: "
|
|
42412
|
-
},
|
|
42413
|
-
{
|
|
42414
|
-
"kind": "Content",
|
|
42415
|
-
"text": "number | undefined"
|
|
42416
|
-
},
|
|
42417
|
-
{
|
|
42418
|
-
"kind": "Content",
|
|
42419
|
-
"text": ";"
|
|
42420
|
-
}
|
|
42421
|
-
],
|
|
42422
|
-
"isReadonly": false,
|
|
42423
|
-
"isOptional": true,
|
|
42424
|
-
"releaseTag": "Public",
|
|
42425
|
-
"name": "currentTime",
|
|
42426
|
-
"propertyTypeTokenRange": {
|
|
42427
|
-
"startIndex": 1,
|
|
42428
|
-
"endIndex": 2
|
|
42429
|
-
}
|
|
42430
|
-
},
|
|
42431
|
-
{
|
|
42432
|
-
"kind": "PropertySignature",
|
|
42433
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
|
|
42434
|
-
"docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
|
|
42435
|
-
"excerptTokens": [
|
|
42436
|
-
{
|
|
42437
|
-
"kind": "Content",
|
|
42438
|
-
"text": "global?: "
|
|
42439
|
-
},
|
|
42440
|
-
{
|
|
42441
|
-
"kind": "Content",
|
|
42442
|
-
"text": "boolean | undefined"
|
|
42443
|
-
},
|
|
42444
|
-
{
|
|
42445
|
-
"kind": "Content",
|
|
42446
|
-
"text": ";"
|
|
42447
|
-
}
|
|
42448
|
-
],
|
|
42449
|
-
"isReadonly": false,
|
|
42450
|
-
"isOptional": true,
|
|
42451
|
-
"releaseTag": "Public",
|
|
42452
|
-
"name": "global",
|
|
42453
|
-
"propertyTypeTokenRange": {
|
|
42454
|
-
"startIndex": 1,
|
|
42455
|
-
"endIndex": 2
|
|
42456
|
-
}
|
|
42457
|
-
},
|
|
42458
|
-
{
|
|
42459
|
-
"kind": "PropertySignature",
|
|
42460
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
|
|
42461
|
-
"docComment": "/**\n * whether the clip should restart when finished.\n */\n",
|
|
42462
|
-
"excerptTokens": [
|
|
42463
|
-
{
|
|
42464
|
-
"kind": "Content",
|
|
42465
|
-
"text": "loop?: "
|
|
42466
|
-
},
|
|
42467
|
-
{
|
|
42468
|
-
"kind": "Content",
|
|
42469
|
-
"text": "boolean | undefined"
|
|
42470
|
-
},
|
|
42471
|
-
{
|
|
42472
|
-
"kind": "Content",
|
|
42473
|
-
"text": ";"
|
|
42474
|
-
}
|
|
42475
|
-
],
|
|
42476
|
-
"isReadonly": false,
|
|
42477
|
-
"isOptional": true,
|
|
42478
|
-
"releaseTag": "Public",
|
|
42479
|
-
"name": "loop",
|
|
42480
|
-
"propertyTypeTokenRange": {
|
|
42481
|
-
"startIndex": 1,
|
|
42482
|
-
"endIndex": 2
|
|
42483
|
-
}
|
|
42484
|
-
},
|
|
42485
|
-
{
|
|
42486
|
-
"kind": "PropertySignature",
|
|
42487
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
|
|
42488
|
-
"docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
|
|
42489
|
-
"excerptTokens": [
|
|
42490
|
-
{
|
|
42491
|
-
"kind": "Content",
|
|
42492
|
-
"text": "pitch?: "
|
|
42493
|
-
},
|
|
42494
|
-
{
|
|
42495
|
-
"kind": "Content",
|
|
42496
|
-
"text": "number | undefined"
|
|
42497
|
-
},
|
|
42498
|
-
{
|
|
42499
|
-
"kind": "Content",
|
|
42500
|
-
"text": ";"
|
|
42501
|
-
}
|
|
42502
|
-
],
|
|
42503
|
-
"isReadonly": false,
|
|
42504
|
-
"isOptional": true,
|
|
42505
|
-
"releaseTag": "Public",
|
|
42506
|
-
"name": "pitch",
|
|
42507
|
-
"propertyTypeTokenRange": {
|
|
42508
|
-
"startIndex": 1,
|
|
42509
|
-
"endIndex": 2
|
|
42510
|
-
}
|
|
42511
|
-
},
|
|
42512
|
-
{
|
|
42513
|
-
"kind": "PropertySignature",
|
|
42514
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
|
|
42515
|
-
"docComment": "/**\n * whether the clip is currently playing.\n */\n",
|
|
42516
|
-
"excerptTokens": [
|
|
42517
|
-
{
|
|
42518
|
-
"kind": "Content",
|
|
42519
|
-
"text": "playing?: "
|
|
42520
|
-
},
|
|
42521
|
-
{
|
|
42522
|
-
"kind": "Content",
|
|
42523
|
-
"text": "boolean | undefined"
|
|
42524
|
-
},
|
|
42525
|
-
{
|
|
42526
|
-
"kind": "Content",
|
|
42527
|
-
"text": ";"
|
|
42528
|
-
}
|
|
42529
|
-
],
|
|
42530
|
-
"isReadonly": false,
|
|
42531
|
-
"isOptional": true,
|
|
42532
|
-
"releaseTag": "Public",
|
|
42533
|
-
"name": "playing",
|
|
42534
|
-
"propertyTypeTokenRange": {
|
|
42535
|
-
"startIndex": 1,
|
|
42536
|
-
"endIndex": 2
|
|
42537
|
-
}
|
|
42538
|
-
},
|
|
42539
|
-
{
|
|
42540
|
-
"kind": "PropertySignature",
|
|
42541
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
|
|
42542
|
-
"docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
|
|
42543
|
-
"excerptTokens": [
|
|
42544
|
-
{
|
|
42545
|
-
"kind": "Content",
|
|
42546
|
-
"text": "volume?: "
|
|
42547
|
-
},
|
|
42548
|
-
{
|
|
42549
|
-
"kind": "Content",
|
|
42550
|
-
"text": "number | undefined"
|
|
42551
|
-
},
|
|
42552
|
-
{
|
|
42553
|
-
"kind": "Content",
|
|
42554
|
-
"text": ";"
|
|
42555
|
-
}
|
|
42556
|
-
],
|
|
42557
|
-
"isReadonly": false,
|
|
42558
|
-
"isOptional": true,
|
|
42559
|
-
"releaseTag": "Public",
|
|
42560
|
-
"name": "volume",
|
|
42561
|
-
"propertyTypeTokenRange": {
|
|
42562
|
-
"startIndex": 1,
|
|
42563
|
-
"endIndex": 2
|
|
42564
|
-
}
|
|
42565
|
-
}
|
|
42566
|
-
],
|
|
42567
|
-
"extendsTokenRanges": []
|
|
42568
|
-
},
|
|
42569
|
-
{
|
|
42570
|
-
"kind": "Namespace",
|
|
42571
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
|
|
42572
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42573
|
-
"excerptTokens": [
|
|
42574
|
-
{
|
|
42575
|
-
"kind": "Content",
|
|
42576
|
-
"text": "export declare namespace PBAudioSource "
|
|
42577
|
-
}
|
|
42578
|
-
],
|
|
42579
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
42580
|
-
"releaseTag": "Public",
|
|
42581
|
-
"name": "PBAudioSource",
|
|
42582
|
-
"preserveMemberOrder": false,
|
|
42583
|
-
"members": [
|
|
42584
|
-
{
|
|
42585
|
-
"kind": "Function",
|
|
42586
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
|
|
42587
|
-
"docComment": "",
|
|
42588
|
-
"excerptTokens": [
|
|
42589
|
-
{
|
|
42590
|
-
"kind": "Content",
|
|
42591
|
-
"text": "function decode(input: "
|
|
42592
|
-
},
|
|
42593
|
-
{
|
|
42594
|
-
"kind": "Reference",
|
|
42595
|
-
"text": "_m0.Reader",
|
|
42596
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
42597
|
-
},
|
|
42598
|
-
{
|
|
42599
|
-
"kind": "Content",
|
|
42600
|
-
"text": " | "
|
|
42601
|
-
},
|
|
42602
|
-
{
|
|
42603
|
-
"kind": "Reference",
|
|
42604
|
-
"text": "Uint8Array",
|
|
42605
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
42606
|
-
},
|
|
42607
|
-
{
|
|
42608
|
-
"kind": "Content",
|
|
42609
|
-
"text": ", length?: "
|
|
42610
|
-
},
|
|
42611
|
-
{
|
|
42612
|
-
"kind": "Content",
|
|
42613
|
-
"text": "number"
|
|
42614
|
-
},
|
|
42615
|
-
{
|
|
42616
|
-
"kind": "Content",
|
|
42617
|
-
"text": "): "
|
|
42618
|
-
},
|
|
42619
|
-
{
|
|
42620
|
-
"kind": "Reference",
|
|
42621
|
-
"text": "PBAudioSource",
|
|
42622
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
42623
|
-
},
|
|
42624
|
-
{
|
|
42625
|
-
"kind": "Content",
|
|
42626
|
-
"text": ";"
|
|
42627
|
-
}
|
|
42628
|
-
],
|
|
42629
|
-
"returnTypeTokenRange": {
|
|
42630
|
-
"startIndex": 7,
|
|
42631
|
-
"endIndex": 8
|
|
42632
|
-
},
|
|
42633
|
-
"releaseTag": "Public",
|
|
42634
|
-
"overloadIndex": 1,
|
|
42635
|
-
"parameters": [
|
|
42636
|
-
{
|
|
42637
|
-
"parameterName": "input",
|
|
42638
|
-
"parameterTypeTokenRange": {
|
|
42639
|
-
"startIndex": 1,
|
|
42640
|
-
"endIndex": 4
|
|
42641
|
-
},
|
|
42642
|
-
"isOptional": false
|
|
42643
|
-
},
|
|
42644
|
-
{
|
|
42645
|
-
"parameterName": "length",
|
|
42646
|
-
"parameterTypeTokenRange": {
|
|
42647
|
-
"startIndex": 5,
|
|
42648
|
-
"endIndex": 6
|
|
42649
|
-
},
|
|
42650
|
-
"isOptional": true
|
|
42651
|
-
}
|
|
42652
|
-
],
|
|
42653
|
-
"name": "decode"
|
|
42654
|
-
},
|
|
42655
|
-
{
|
|
42656
|
-
"kind": "Function",
|
|
42657
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
|
|
42658
|
-
"docComment": "",
|
|
42659
|
-
"excerptTokens": [
|
|
42660
|
-
{
|
|
42661
|
-
"kind": "Content",
|
|
42662
|
-
"text": "function encode(message: "
|
|
42663
|
-
},
|
|
42664
|
-
{
|
|
42665
|
-
"kind": "Reference",
|
|
42666
|
-
"text": "PBAudioSource",
|
|
42667
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
42668
|
-
},
|
|
42669
|
-
{
|
|
42670
|
-
"kind": "Content",
|
|
42671
|
-
"text": ", writer?: "
|
|
42672
|
-
},
|
|
42673
|
-
{
|
|
42674
|
-
"kind": "Reference",
|
|
42675
|
-
"text": "_m0.Writer",
|
|
42676
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
42677
|
-
},
|
|
42678
|
-
{
|
|
42679
|
-
"kind": "Content",
|
|
42680
|
-
"text": "): "
|
|
42681
|
-
},
|
|
42682
|
-
{
|
|
42683
|
-
"kind": "Reference",
|
|
42684
|
-
"text": "_m0.Writer",
|
|
42685
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
42686
|
-
},
|
|
42687
|
-
{
|
|
42688
|
-
"kind": "Content",
|
|
42689
|
-
"text": ";"
|
|
42690
|
-
}
|
|
42691
|
-
],
|
|
42692
|
-
"returnTypeTokenRange": {
|
|
42693
|
-
"startIndex": 5,
|
|
42694
|
-
"endIndex": 6
|
|
42695
|
-
},
|
|
42696
|
-
"releaseTag": "Public",
|
|
42697
|
-
"overloadIndex": 1,
|
|
42698
|
-
"parameters": [
|
|
42699
|
-
{
|
|
42700
|
-
"parameterName": "message",
|
|
42701
|
-
"parameterTypeTokenRange": {
|
|
42702
|
-
"startIndex": 1,
|
|
42703
|
-
"endIndex": 2
|
|
42704
|
-
},
|
|
42705
|
-
"isOptional": false
|
|
42706
|
-
},
|
|
42707
|
-
{
|
|
42708
|
-
"parameterName": "writer",
|
|
42709
|
-
"parameterTypeTokenRange": {
|
|
42710
|
-
"startIndex": 3,
|
|
42711
|
-
"endIndex": 4
|
|
42712
|
-
},
|
|
42713
|
-
"isOptional": true
|
|
42714
|
-
}
|
|
42715
|
-
],
|
|
42716
|
-
"name": "encode"
|
|
42717
|
-
}
|
|
42718
|
-
]
|
|
42719
|
-
},
|
|
42720
|
-
{
|
|
42721
|
-
"kind": "Interface",
|
|
42722
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
|
|
42723
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42724
|
-
"excerptTokens": [
|
|
42725
|
-
{
|
|
42726
|
-
"kind": "Content",
|
|
42727
|
-
"text": "export interface PBAudioStream "
|
|
42728
|
-
}
|
|
42729
|
-
],
|
|
42730
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
42731
|
-
"releaseTag": "Public",
|
|
42732
|
-
"name": "PBAudioStream",
|
|
42733
|
-
"preserveMemberOrder": false,
|
|
42734
|
-
"members": [
|
|
42735
|
-
{
|
|
42736
|
-
"kind": "PropertySignature",
|
|
42737
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
|
|
42738
|
-
"docComment": "/**\n * whether the clip is currently playing\n */\n",
|
|
42739
|
-
"excerptTokens": [
|
|
42740
|
-
{
|
|
42741
|
-
"kind": "Content",
|
|
42742
|
-
"text": "playing?: "
|
|
42743
|
-
},
|
|
42744
|
-
{
|
|
42745
|
-
"kind": "Content",
|
|
42746
|
-
"text": "boolean | undefined"
|
|
42747
|
-
},
|
|
42748
|
-
{
|
|
42749
|
-
"kind": "Content",
|
|
42750
|
-
"text": ";"
|
|
42751
|
-
}
|
|
42752
|
-
],
|
|
42753
|
-
"isReadonly": false,
|
|
42754
|
-
"isOptional": true,
|
|
42755
|
-
"releaseTag": "Public",
|
|
42756
|
-
"name": "playing",
|
|
42757
|
-
"propertyTypeTokenRange": {
|
|
42758
|
-
"startIndex": 1,
|
|
42759
|
-
"endIndex": 2
|
|
42760
|
-
}
|
|
42761
|
-
},
|
|
42762
|
-
{
|
|
42763
|
-
"kind": "PropertySignature",
|
|
42764
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
|
|
42765
|
-
"docComment": "/**\n * either the audio will be global or spatial (default: false) global: plays the same way for every listener. It is not affected by distance, direction, or position. spatial: changes depending on where the listener is relative to the sound source\n */\n",
|
|
42766
|
-
"excerptTokens": [
|
|
42767
|
-
{
|
|
42768
|
-
"kind": "Content",
|
|
42769
|
-
"text": "spatial?: "
|
|
42770
|
-
},
|
|
42771
|
-
{
|
|
42772
|
-
"kind": "Content",
|
|
42773
|
-
"text": "boolean | undefined"
|
|
42774
|
-
},
|
|
42775
|
-
{
|
|
42776
|
-
"kind": "Content",
|
|
42777
|
-
"text": ";"
|
|
42778
|
-
}
|
|
42779
|
-
],
|
|
42780
|
-
"isReadonly": false,
|
|
42781
|
-
"isOptional": true,
|
|
42782
|
-
"releaseTag": "Public",
|
|
42783
|
-
"name": "spatial",
|
|
42784
|
-
"propertyTypeTokenRange": {
|
|
42785
|
-
"startIndex": 1,
|
|
42786
|
-
"endIndex": 2
|
|
42787
|
-
}
|
|
42788
|
-
},
|
|
42789
|
-
{
|
|
42790
|
-
"kind": "PropertySignature",
|
|
42791
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
|
|
42792
|
-
"docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
|
|
42793
|
-
"excerptTokens": [
|
|
42794
|
-
{
|
|
42795
|
-
"kind": "Content",
|
|
42796
|
-
"text": "spatialMaxDistance?: "
|
|
42797
|
-
},
|
|
42798
|
-
{
|
|
42799
|
-
"kind": "Content",
|
|
42800
|
-
"text": "number | undefined"
|
|
42801
|
-
},
|
|
42802
|
-
{
|
|
42803
|
-
"kind": "Content",
|
|
42804
|
-
"text": ";"
|
|
42805
|
-
}
|
|
42806
|
-
],
|
|
42807
|
-
"isReadonly": false,
|
|
42808
|
-
"isOptional": true,
|
|
42809
|
-
"releaseTag": "Public",
|
|
42810
|
-
"name": "spatialMaxDistance",
|
|
42811
|
-
"propertyTypeTokenRange": {
|
|
42812
|
-
"startIndex": 1,
|
|
42813
|
-
"endIndex": 2
|
|
42814
|
-
}
|
|
42815
|
-
},
|
|
42816
|
-
{
|
|
42817
|
-
"kind": "PropertySignature",
|
|
42818
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
|
|
42819
|
-
"docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
|
|
42820
|
-
"excerptTokens": [
|
|
42821
|
-
{
|
|
42822
|
-
"kind": "Content",
|
|
42823
|
-
"text": "spatialMinDistance?: "
|
|
42824
|
-
},
|
|
42825
|
-
{
|
|
42826
|
-
"kind": "Content",
|
|
42827
|
-
"text": "number | undefined"
|
|
42828
|
-
},
|
|
42829
|
-
{
|
|
42830
|
-
"kind": "Content",
|
|
42831
|
-
"text": ";"
|
|
42832
|
-
}
|
|
42833
|
-
],
|
|
42834
|
-
"isReadonly": false,
|
|
42835
|
-
"isOptional": true,
|
|
42836
|
-
"releaseTag": "Public",
|
|
42837
|
-
"name": "spatialMinDistance",
|
|
42838
|
-
"propertyTypeTokenRange": {
|
|
42839
|
-
"startIndex": 1,
|
|
42840
|
-
"endIndex": 2
|
|
42841
|
-
}
|
|
42842
|
-
},
|
|
42843
|
-
{
|
|
42844
|
-
"kind": "PropertySignature",
|
|
42845
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
|
|
42846
|
-
"docComment": "/**\n * the audio stream HTTP URL\n */\n",
|
|
42847
|
-
"excerptTokens": [
|
|
42848
|
-
{
|
|
42849
|
-
"kind": "Content",
|
|
42850
|
-
"text": "url: "
|
|
42851
|
-
},
|
|
42852
|
-
{
|
|
42853
|
-
"kind": "Content",
|
|
42854
|
-
"text": "string"
|
|
42855
|
-
},
|
|
42856
|
-
{
|
|
42857
|
-
"kind": "Content",
|
|
42858
|
-
"text": ";"
|
|
42859
|
-
}
|
|
42860
|
-
],
|
|
42861
|
-
"isReadonly": false,
|
|
42862
|
-
"isOptional": false,
|
|
42863
|
-
"releaseTag": "Public",
|
|
42864
|
-
"name": "url",
|
|
42865
|
-
"propertyTypeTokenRange": {
|
|
42866
|
-
"startIndex": 1,
|
|
42867
|
-
"endIndex": 2
|
|
42868
|
-
}
|
|
42869
|
-
},
|
|
42870
|
-
{
|
|
42871
|
-
"kind": "PropertySignature",
|
|
42872
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
|
|
42873
|
-
"docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
|
|
42874
|
-
"excerptTokens": [
|
|
42875
|
-
{
|
|
42876
|
-
"kind": "Content",
|
|
42877
|
-
"text": "volume?: "
|
|
42878
|
-
},
|
|
42879
|
-
{
|
|
42880
|
-
"kind": "Content",
|
|
42881
|
-
"text": "number | undefined"
|
|
42882
|
-
},
|
|
42883
|
-
{
|
|
42884
|
-
"kind": "Content",
|
|
42885
|
-
"text": ";"
|
|
42886
|
-
}
|
|
42887
|
-
],
|
|
42888
|
-
"isReadonly": false,
|
|
42889
|
-
"isOptional": true,
|
|
42890
|
-
"releaseTag": "Public",
|
|
42891
|
-
"name": "volume",
|
|
42892
|
-
"propertyTypeTokenRange": {
|
|
42893
|
-
"startIndex": 1,
|
|
42894
|
-
"endIndex": 2
|
|
42895
|
-
}
|
|
42896
|
-
}
|
|
42897
|
-
],
|
|
42898
|
-
"extendsTokenRanges": []
|
|
42899
|
-
},
|
|
42900
|
-
{
|
|
42901
|
-
"kind": "Namespace",
|
|
42902
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
|
|
42903
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42904
|
-
"excerptTokens": [
|
|
42905
|
-
{
|
|
42906
|
-
"kind": "Content",
|
|
42907
|
-
"text": "export declare namespace PBAudioStream "
|
|
42908
|
-
}
|
|
42909
|
-
],
|
|
42910
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
42911
|
-
"releaseTag": "Public",
|
|
42912
|
-
"name": "PBAudioStream",
|
|
42913
|
-
"preserveMemberOrder": false,
|
|
42914
|
-
"members": [
|
|
42915
|
-
{
|
|
42916
|
-
"kind": "Function",
|
|
42917
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
|
|
42918
|
-
"docComment": "",
|
|
42919
|
-
"excerptTokens": [
|
|
42920
|
-
{
|
|
42921
|
-
"kind": "Content",
|
|
42922
|
-
"text": "function decode(input: "
|
|
42923
|
-
},
|
|
42924
|
-
{
|
|
42925
|
-
"kind": "Reference",
|
|
42926
|
-
"text": "_m0.Reader",
|
|
42927
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
42928
|
-
},
|
|
42929
|
-
{
|
|
42930
|
-
"kind": "Content",
|
|
42931
|
-
"text": " | "
|
|
42932
|
-
},
|
|
42933
|
-
{
|
|
42934
|
-
"kind": "Reference",
|
|
42935
|
-
"text": "Uint8Array",
|
|
42936
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
42937
|
-
},
|
|
42938
|
-
{
|
|
42939
|
-
"kind": "Content",
|
|
42940
|
-
"text": ", length?: "
|
|
42941
|
-
},
|
|
42942
|
-
{
|
|
42943
|
-
"kind": "Content",
|
|
42944
|
-
"text": "number"
|
|
42945
|
-
},
|
|
42946
|
-
{
|
|
42947
|
-
"kind": "Content",
|
|
42948
|
-
"text": "): "
|
|
42949
|
-
},
|
|
42950
|
-
{
|
|
42951
|
-
"kind": "Reference",
|
|
42952
|
-
"text": "PBAudioStream",
|
|
42953
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
42954
|
-
},
|
|
42955
|
-
{
|
|
42956
|
-
"kind": "Content",
|
|
42957
|
-
"text": ";"
|
|
42958
|
-
}
|
|
42959
|
-
],
|
|
42960
|
-
"returnTypeTokenRange": {
|
|
42961
|
-
"startIndex": 7,
|
|
42962
|
-
"endIndex": 8
|
|
42963
|
-
},
|
|
42964
|
-
"releaseTag": "Public",
|
|
42965
|
-
"overloadIndex": 1,
|
|
42966
|
-
"parameters": [
|
|
42967
|
-
{
|
|
42968
|
-
"parameterName": "input",
|
|
42969
|
-
"parameterTypeTokenRange": {
|
|
42970
|
-
"startIndex": 1,
|
|
42971
|
-
"endIndex": 4
|
|
42972
|
-
},
|
|
42973
|
-
"isOptional": false
|
|
42974
|
-
},
|
|
42975
|
-
{
|
|
42976
|
-
"parameterName": "length",
|
|
42977
|
-
"parameterTypeTokenRange": {
|
|
42978
|
-
"startIndex": 5,
|
|
42979
|
-
"endIndex": 6
|
|
42980
|
-
},
|
|
42981
|
-
"isOptional": true
|
|
42982
|
-
}
|
|
42983
|
-
],
|
|
42984
|
-
"name": "decode"
|
|
42985
|
-
},
|
|
42986
|
-
{
|
|
42987
|
-
"kind": "Function",
|
|
42988
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
|
|
42989
|
-
"docComment": "",
|
|
42990
|
-
"excerptTokens": [
|
|
42991
|
-
{
|
|
42992
|
-
"kind": "Content",
|
|
42993
|
-
"text": "function encode(message: "
|
|
42994
|
-
},
|
|
42995
|
-
{
|
|
42996
|
-
"kind": "Reference",
|
|
42997
|
-
"text": "PBAudioStream",
|
|
42998
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
42999
|
-
},
|
|
43000
|
-
{
|
|
43001
|
-
"kind": "Content",
|
|
43002
|
-
"text": ", writer?: "
|
|
43003
|
-
},
|
|
43004
|
-
{
|
|
43005
|
-
"kind": "Reference",
|
|
43006
|
-
"text": "_m0.Writer",
|
|
43007
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
43008
|
-
},
|
|
43009
|
-
{
|
|
43010
|
-
"kind": "Content",
|
|
43011
|
-
"text": "): "
|
|
43012
|
-
},
|
|
43013
|
-
{
|
|
43014
|
-
"kind": "Reference",
|
|
43015
|
-
"text": "_m0.Writer",
|
|
43016
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
43017
|
-
},
|
|
43018
|
-
{
|
|
43019
|
-
"kind": "Content",
|
|
43020
|
-
"text": ";"
|
|
43021
|
-
}
|
|
43022
|
-
],
|
|
43023
|
-
"returnTypeTokenRange": {
|
|
43024
|
-
"startIndex": 5,
|
|
43025
|
-
"endIndex": 6
|
|
43026
|
-
},
|
|
43027
|
-
"releaseTag": "Public",
|
|
43028
|
-
"overloadIndex": 1,
|
|
43029
|
-
"parameters": [
|
|
43030
|
-
{
|
|
43031
|
-
"parameterName": "message",
|
|
43032
|
-
"parameterTypeTokenRange": {
|
|
43033
|
-
"startIndex": 1,
|
|
43034
|
-
"endIndex": 2
|
|
43035
|
-
},
|
|
43036
|
-
"isOptional": false
|
|
43037
|
-
},
|
|
43038
|
-
{
|
|
43039
|
-
"parameterName": "writer",
|
|
43040
|
-
"parameterTypeTokenRange": {
|
|
43041
|
-
"startIndex": 3,
|
|
43042
|
-
"endIndex": 4
|
|
43043
|
-
},
|
|
43044
|
-
"isOptional": true
|
|
43045
|
-
}
|
|
43046
|
-
],
|
|
43047
|
-
"name": "encode"
|
|
43048
|
-
}
|
|
43049
|
-
]
|
|
43050
|
-
},
|
|
43051
|
-
{
|
|
43052
|
-
"kind": "Interface",
|
|
43053
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
|
|
43054
|
-
"docComment": "/**\n * @public\n */\n",
|
|
43055
|
-
"excerptTokens": [
|
|
43056
|
-
{
|
|
43057
|
-
"kind": "Content",
|
|
43058
|
-
"text": "export interface PBAvatarAttach "
|
|
43059
|
-
}
|
|
43060
|
-
],
|
|
43061
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
43062
|
-
"releaseTag": "Public",
|
|
43063
|
-
"name": "PBAvatarAttach",
|
|
43064
|
-
"preserveMemberOrder": false,
|
|
43065
|
-
"members": [
|
|
43066
|
-
{
|
|
43067
|
-
"kind": "PropertySignature",
|
|
43068
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
|
|
43069
|
-
"docComment": "/**\n * the anchor point.\n */\n",
|
|
43070
|
-
"excerptTokens": [
|
|
43071
|
-
{
|
|
43072
|
-
"kind": "Content",
|
|
43073
|
-
"text": "anchorPointId: "
|
|
43074
|
-
},
|
|
43075
|
-
{
|
|
43076
|
-
"kind": "Reference",
|
|
43077
|
-
"text": "AvatarAnchorPointType",
|
|
43078
|
-
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
43079
|
-
},
|
|
43080
|
-
{
|
|
43081
|
-
"kind": "Content",
|
|
43082
|
-
"text": ";"
|
|
43083
|
-
}
|
|
43084
|
-
],
|
|
43085
|
-
"isReadonly": false,
|
|
43086
|
-
"isOptional": false,
|
|
43087
|
-
"releaseTag": "Public",
|
|
43088
|
-
"name": "anchorPointId",
|
|
43089
|
-
"propertyTypeTokenRange": {
|
|
43090
|
-
"startIndex": 1,
|
|
43091
|
-
"endIndex": 2
|
|
43092
|
-
}
|
|
43093
|
-
},
|
|
43094
|
-
{
|
|
43095
|
-
"kind": "PropertySignature",
|
|
43096
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
|
|
43097
|
-
"docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
|
|
43098
|
-
"excerptTokens": [
|
|
43099
|
-
{
|
|
43100
|
-
"kind": "Content",
|
|
43101
|
-
"text": "avatarId?: "
|
|
43102
|
-
},
|
|
43103
|
-
{
|
|
43104
|
-
"kind": "Content",
|
|
43105
|
-
"text": "string | undefined"
|
|
43106
|
-
},
|
|
43107
|
-
{
|
|
43108
|
-
"kind": "Content",
|
|
43109
|
-
"text": ";"
|
|
43110
|
-
}
|
|
43111
|
-
],
|
|
43112
|
-
"isReadonly": false,
|
|
43113
|
-
"isOptional": true,
|
|
43114
|
-
"releaseTag": "Public",
|
|
43115
|
-
"name": "avatarId",
|
|
43116
|
-
"propertyTypeTokenRange": {
|
|
43117
|
-
"startIndex": 1,
|
|
43118
|
-
"endIndex": 2
|
|
43119
|
-
}
|
|
43120
|
-
}
|
|
43121
|
-
],
|
|
43122
|
-
"extendsTokenRanges": []
|
|
43123
|
-
},
|
|
43124
|
-
{
|
|
43125
|
-
"kind": "Namespace",
|
|
43126
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
|
|
43127
|
-
"docComment": "/**\n * @public\n */\n",
|
|
43128
|
-
"excerptTokens": [
|
|
43129
|
-
{
|
|
43130
|
-
"kind": "Content",
|
|
43131
|
-
"text": "export declare namespace PBAvatarAttach "
|
|
43132
|
-
}
|
|
43133
|
-
],
|
|
43134
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
43135
|
-
"releaseTag": "Public",
|
|
43136
|
-
"name": "PBAvatarAttach",
|
|
43137
|
-
"preserveMemberOrder": false,
|
|
43138
|
-
"members": [
|
|
43139
|
-
{
|
|
43140
|
-
"kind": "Function",
|
|
43141
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
|
|
43142
|
-
"docComment": "",
|
|
43143
|
-
"excerptTokens": [
|
|
43144
|
-
{
|
|
43145
|
-
"kind": "Content",
|
|
43146
|
-
"text": "function decode(input: "
|
|
43147
|
-
},
|
|
43148
|
-
{
|
|
43149
|
-
"kind": "Reference",
|
|
43150
|
-
"text": "_m0.Reader",
|
|
43151
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
43152
|
-
},
|
|
43153
|
-
{
|
|
43154
|
-
"kind": "Content",
|
|
43155
|
-
"text": " | "
|
|
43156
|
-
},
|
|
43157
|
-
{
|
|
43158
|
-
"kind": "Reference",
|
|
43159
|
-
"text": "Uint8Array",
|
|
43160
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
43161
|
-
},
|
|
43162
|
-
{
|
|
43163
|
-
"kind": "Content",
|
|
43164
|
-
"text": ", length?: "
|
|
43165
|
-
},
|
|
43166
|
-
{
|
|
43167
|
-
"kind": "Content",
|
|
43168
|
-
"text": "number"
|
|
43169
|
-
},
|
|
43170
|
-
{
|
|
43171
|
-
"kind": "Content",
|
|
43172
|
-
"text": "): "
|
|
43173
|
-
},
|
|
43174
|
-
{
|
|
43175
|
-
"kind": "Reference",
|
|
43176
|
-
"text": "PBAvatarAttach",
|
|
43177
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
41486
|
+
"text": "PBAudioSource",
|
|
41487
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
43178
41488
|
},
|
|
43179
41489
|
{
|
|
43180
41490
|
"kind": "Content",
|
|
@@ -43209,7 +41519,7 @@
|
|
|
43209
41519
|
},
|
|
43210
41520
|
{
|
|
43211
41521
|
"kind": "Function",
|
|
43212
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41522
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
|
|
43213
41523
|
"docComment": "",
|
|
43214
41524
|
"excerptTokens": [
|
|
43215
41525
|
{
|
|
@@ -43218,8 +41528,8 @@
|
|
|
43218
41528
|
},
|
|
43219
41529
|
{
|
|
43220
41530
|
"kind": "Reference",
|
|
43221
|
-
"text": "
|
|
43222
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41531
|
+
"text": "PBAudioSource",
|
|
41532
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
43223
41533
|
},
|
|
43224
41534
|
{
|
|
43225
41535
|
"kind": "Content",
|
|
@@ -43274,31 +41584,31 @@
|
|
|
43274
41584
|
},
|
|
43275
41585
|
{
|
|
43276
41586
|
"kind": "Interface",
|
|
43277
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41587
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
|
|
43278
41588
|
"docComment": "/**\n * @public\n */\n",
|
|
43279
41589
|
"excerptTokens": [
|
|
43280
41590
|
{
|
|
43281
41591
|
"kind": "Content",
|
|
43282
|
-
"text": "export interface
|
|
41592
|
+
"text": "export interface PBAudioStream "
|
|
43283
41593
|
}
|
|
43284
41594
|
],
|
|
43285
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41595
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
43286
41596
|
"releaseTag": "Public",
|
|
43287
|
-
"name": "
|
|
41597
|
+
"name": "PBAudioStream",
|
|
43288
41598
|
"preserveMemberOrder": false,
|
|
43289
41599
|
"members": [
|
|
43290
41600
|
{
|
|
43291
41601
|
"kind": "PropertySignature",
|
|
43292
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43293
|
-
"docComment": "",
|
|
41602
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
|
|
41603
|
+
"docComment": "/**\n * whether the clip is currently playing\n */\n",
|
|
43294
41604
|
"excerptTokens": [
|
|
43295
41605
|
{
|
|
43296
41606
|
"kind": "Content",
|
|
43297
|
-
"text": "
|
|
41607
|
+
"text": "playing?: "
|
|
43298
41608
|
},
|
|
43299
41609
|
{
|
|
43300
41610
|
"kind": "Content",
|
|
43301
|
-
"text": "
|
|
41611
|
+
"text": "boolean | undefined"
|
|
43302
41612
|
},
|
|
43303
41613
|
{
|
|
43304
41614
|
"kind": "Content",
|
|
@@ -43306,9 +41616,9 @@
|
|
|
43306
41616
|
}
|
|
43307
41617
|
],
|
|
43308
41618
|
"isReadonly": false,
|
|
43309
|
-
"isOptional":
|
|
41619
|
+
"isOptional": true,
|
|
43310
41620
|
"releaseTag": "Public",
|
|
43311
|
-
"name": "
|
|
41621
|
+
"name": "playing",
|
|
43312
41622
|
"propertyTypeTokenRange": {
|
|
43313
41623
|
"startIndex": 1,
|
|
43314
41624
|
"endIndex": 2
|
|
@@ -43316,21 +41626,16 @@
|
|
|
43316
41626
|
},
|
|
43317
41627
|
{
|
|
43318
41628
|
"kind": "PropertySignature",
|
|
43319
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43320
|
-
"docComment": "",
|
|
41629
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
|
|
41630
|
+
"docComment": "/**\n * either the audio will be global or spatial (default: false) global: plays the same way for every listener. It is not affected by distance, direction, or position. spatial: changes depending on where the listener is relative to the sound source\n */\n",
|
|
43321
41631
|
"excerptTokens": [
|
|
43322
41632
|
{
|
|
43323
41633
|
"kind": "Content",
|
|
43324
|
-
"text": "
|
|
43325
|
-
},
|
|
43326
|
-
{
|
|
43327
|
-
"kind": "Reference",
|
|
43328
|
-
"text": "Color3",
|
|
43329
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41634
|
+
"text": "spatial?: "
|
|
43330
41635
|
},
|
|
43331
41636
|
{
|
|
43332
41637
|
"kind": "Content",
|
|
43333
|
-
"text": " | undefined"
|
|
41638
|
+
"text": "boolean | undefined"
|
|
43334
41639
|
},
|
|
43335
41640
|
{
|
|
43336
41641
|
"kind": "Content",
|
|
@@ -43338,31 +41643,53 @@
|
|
|
43338
41643
|
}
|
|
43339
41644
|
],
|
|
43340
41645
|
"isReadonly": false,
|
|
43341
|
-
"isOptional":
|
|
41646
|
+
"isOptional": true,
|
|
43342
41647
|
"releaseTag": "Public",
|
|
43343
|
-
"name": "
|
|
41648
|
+
"name": "spatial",
|
|
43344
41649
|
"propertyTypeTokenRange": {
|
|
43345
41650
|
"startIndex": 1,
|
|
43346
|
-
"endIndex":
|
|
41651
|
+
"endIndex": 2
|
|
43347
41652
|
}
|
|
43348
41653
|
},
|
|
43349
41654
|
{
|
|
43350
41655
|
"kind": "PropertySignature",
|
|
43351
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43352
|
-
"docComment": "",
|
|
41656
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
|
|
41657
|
+
"docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
|
|
43353
41658
|
"excerptTokens": [
|
|
43354
41659
|
{
|
|
43355
41660
|
"kind": "Content",
|
|
43356
|
-
"text": "
|
|
41661
|
+
"text": "spatialMaxDistance?: "
|
|
43357
41662
|
},
|
|
43358
41663
|
{
|
|
43359
|
-
"kind": "
|
|
43360
|
-
"text": "
|
|
43361
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41664
|
+
"kind": "Content",
|
|
41665
|
+
"text": "number | undefined"
|
|
43362
41666
|
},
|
|
43363
41667
|
{
|
|
43364
41668
|
"kind": "Content",
|
|
43365
|
-
"text": "
|
|
41669
|
+
"text": ";"
|
|
41670
|
+
}
|
|
41671
|
+
],
|
|
41672
|
+
"isReadonly": false,
|
|
41673
|
+
"isOptional": true,
|
|
41674
|
+
"releaseTag": "Public",
|
|
41675
|
+
"name": "spatialMaxDistance",
|
|
41676
|
+
"propertyTypeTokenRange": {
|
|
41677
|
+
"startIndex": 1,
|
|
41678
|
+
"endIndex": 2
|
|
41679
|
+
}
|
|
41680
|
+
},
|
|
41681
|
+
{
|
|
41682
|
+
"kind": "PropertySignature",
|
|
41683
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
|
|
41684
|
+
"docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
|
|
41685
|
+
"excerptTokens": [
|
|
41686
|
+
{
|
|
41687
|
+
"kind": "Content",
|
|
41688
|
+
"text": "spatialMinDistance?: "
|
|
41689
|
+
},
|
|
41690
|
+
{
|
|
41691
|
+
"kind": "Content",
|
|
41692
|
+
"text": "number | undefined"
|
|
43366
41693
|
},
|
|
43367
41694
|
{
|
|
43368
41695
|
"kind": "Content",
|
|
@@ -43370,22 +41697,22 @@
|
|
|
43370
41697
|
}
|
|
43371
41698
|
],
|
|
43372
41699
|
"isReadonly": false,
|
|
43373
|
-
"isOptional":
|
|
41700
|
+
"isOptional": true,
|
|
43374
41701
|
"releaseTag": "Public",
|
|
43375
|
-
"name": "
|
|
41702
|
+
"name": "spatialMinDistance",
|
|
43376
41703
|
"propertyTypeTokenRange": {
|
|
43377
41704
|
"startIndex": 1,
|
|
43378
|
-
"endIndex":
|
|
41705
|
+
"endIndex": 2
|
|
43379
41706
|
}
|
|
43380
41707
|
},
|
|
43381
41708
|
{
|
|
43382
41709
|
"kind": "PropertySignature",
|
|
43383
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43384
|
-
"docComment": "",
|
|
41710
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
|
|
41711
|
+
"docComment": "/**\n * the audio stream HTTP URL\n */\n",
|
|
43385
41712
|
"excerptTokens": [
|
|
43386
41713
|
{
|
|
43387
41714
|
"kind": "Content",
|
|
43388
|
-
"text": "
|
|
41715
|
+
"text": "url: "
|
|
43389
41716
|
},
|
|
43390
41717
|
{
|
|
43391
41718
|
"kind": "Content",
|
|
@@ -43399,7 +41726,7 @@
|
|
|
43399
41726
|
"isReadonly": false,
|
|
43400
41727
|
"isOptional": false,
|
|
43401
41728
|
"releaseTag": "Public",
|
|
43402
|
-
"name": "
|
|
41729
|
+
"name": "url",
|
|
43403
41730
|
"propertyTypeTokenRange": {
|
|
43404
41731
|
"startIndex": 1,
|
|
43405
41732
|
"endIndex": 2
|
|
@@ -43407,21 +41734,16 @@
|
|
|
43407
41734
|
},
|
|
43408
41735
|
{
|
|
43409
41736
|
"kind": "PropertySignature",
|
|
43410
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43411
|
-
"docComment": "",
|
|
41737
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
|
|
41738
|
+
"docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
|
|
43412
41739
|
"excerptTokens": [
|
|
43413
41740
|
{
|
|
43414
41741
|
"kind": "Content",
|
|
43415
|
-
"text": "
|
|
43416
|
-
},
|
|
43417
|
-
{
|
|
43418
|
-
"kind": "Reference",
|
|
43419
|
-
"text": "Color3",
|
|
43420
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41742
|
+
"text": "volume?: "
|
|
43421
41743
|
},
|
|
43422
41744
|
{
|
|
43423
41745
|
"kind": "Content",
|
|
43424
|
-
"text": " | undefined"
|
|
41746
|
+
"text": "number | undefined"
|
|
43425
41747
|
},
|
|
43426
41748
|
{
|
|
43427
41749
|
"kind": "Content",
|
|
@@ -43429,12 +41751,12 @@
|
|
|
43429
41751
|
}
|
|
43430
41752
|
],
|
|
43431
41753
|
"isReadonly": false,
|
|
43432
|
-
"isOptional":
|
|
41754
|
+
"isOptional": true,
|
|
43433
41755
|
"releaseTag": "Public",
|
|
43434
|
-
"name": "
|
|
41756
|
+
"name": "volume",
|
|
43435
41757
|
"propertyTypeTokenRange": {
|
|
43436
41758
|
"startIndex": 1,
|
|
43437
|
-
"endIndex":
|
|
41759
|
+
"endIndex": 2
|
|
43438
41760
|
}
|
|
43439
41761
|
}
|
|
43440
41762
|
],
|
|
@@ -43442,22 +41764,22 @@
|
|
|
43442
41764
|
},
|
|
43443
41765
|
{
|
|
43444
41766
|
"kind": "Namespace",
|
|
43445
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41767
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
|
|
43446
41768
|
"docComment": "/**\n * @public\n */\n",
|
|
43447
41769
|
"excerptTokens": [
|
|
43448
41770
|
{
|
|
43449
41771
|
"kind": "Content",
|
|
43450
|
-
"text": "export declare namespace
|
|
41772
|
+
"text": "export declare namespace PBAudioStream "
|
|
43451
41773
|
}
|
|
43452
41774
|
],
|
|
43453
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41775
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
43454
41776
|
"releaseTag": "Public",
|
|
43455
|
-
"name": "
|
|
41777
|
+
"name": "PBAudioStream",
|
|
43456
41778
|
"preserveMemberOrder": false,
|
|
43457
41779
|
"members": [
|
|
43458
41780
|
{
|
|
43459
41781
|
"kind": "Function",
|
|
43460
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41782
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
|
|
43461
41783
|
"docComment": "",
|
|
43462
41784
|
"excerptTokens": [
|
|
43463
41785
|
{
|
|
@@ -43492,8 +41814,8 @@
|
|
|
43492
41814
|
},
|
|
43493
41815
|
{
|
|
43494
41816
|
"kind": "Reference",
|
|
43495
|
-
"text": "
|
|
43496
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41817
|
+
"text": "PBAudioStream",
|
|
41818
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
43497
41819
|
},
|
|
43498
41820
|
{
|
|
43499
41821
|
"kind": "Content",
|
|
@@ -43528,7 +41850,7 @@
|
|
|
43528
41850
|
},
|
|
43529
41851
|
{
|
|
43530
41852
|
"kind": "Function",
|
|
43531
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41853
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
|
|
43532
41854
|
"docComment": "",
|
|
43533
41855
|
"excerptTokens": [
|
|
43534
41856
|
{
|
|
@@ -43537,8 +41859,8 @@
|
|
|
43537
41859
|
},
|
|
43538
41860
|
{
|
|
43539
41861
|
"kind": "Reference",
|
|
43540
|
-
"text": "
|
|
43541
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41862
|
+
"text": "PBAudioStream",
|
|
41863
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
43542
41864
|
},
|
|
43543
41865
|
{
|
|
43544
41866
|
"kind": "Content",
|
|
@@ -43593,58 +41915,32 @@
|
|
|
43593
41915
|
},
|
|
43594
41916
|
{
|
|
43595
41917
|
"kind": "Interface",
|
|
43596
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41918
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
|
|
43597
41919
|
"docComment": "/**\n * @public\n */\n",
|
|
43598
41920
|
"excerptTokens": [
|
|
43599
41921
|
{
|
|
43600
41922
|
"kind": "Content",
|
|
43601
|
-
"text": "export interface
|
|
41923
|
+
"text": "export interface PBAvatarAttach "
|
|
43602
41924
|
}
|
|
43603
41925
|
],
|
|
43604
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41926
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
43605
41927
|
"releaseTag": "Public",
|
|
43606
|
-
"name": "
|
|
41928
|
+
"name": "PBAvatarAttach",
|
|
43607
41929
|
"preserveMemberOrder": false,
|
|
43608
41930
|
"members": [
|
|
43609
41931
|
{
|
|
43610
41932
|
"kind": "PropertySignature",
|
|
43611
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43612
|
-
"docComment": "",
|
|
43613
|
-
"excerptTokens": [
|
|
43614
|
-
{
|
|
43615
|
-
"kind": "Content",
|
|
43616
|
-
"text": "emoteUrn: "
|
|
43617
|
-
},
|
|
43618
|
-
{
|
|
43619
|
-
"kind": "Content",
|
|
43620
|
-
"text": "string"
|
|
43621
|
-
},
|
|
43622
|
-
{
|
|
43623
|
-
"kind": "Content",
|
|
43624
|
-
"text": ";"
|
|
43625
|
-
}
|
|
43626
|
-
],
|
|
43627
|
-
"isReadonly": false,
|
|
43628
|
-
"isOptional": false,
|
|
43629
|
-
"releaseTag": "Public",
|
|
43630
|
-
"name": "emoteUrn",
|
|
43631
|
-
"propertyTypeTokenRange": {
|
|
43632
|
-
"startIndex": 1,
|
|
43633
|
-
"endIndex": 2
|
|
43634
|
-
}
|
|
43635
|
-
},
|
|
43636
|
-
{
|
|
43637
|
-
"kind": "PropertySignature",
|
|
43638
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
|
|
43639
|
-
"docComment": "",
|
|
41933
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
|
|
41934
|
+
"docComment": "/**\n * the anchor point.\n */\n",
|
|
43640
41935
|
"excerptTokens": [
|
|
43641
41936
|
{
|
|
43642
41937
|
"kind": "Content",
|
|
43643
|
-
"text": "
|
|
41938
|
+
"text": "anchorPointId: "
|
|
43644
41939
|
},
|
|
43645
41940
|
{
|
|
43646
|
-
"kind": "
|
|
43647
|
-
"text": "
|
|
41941
|
+
"kind": "Reference",
|
|
41942
|
+
"text": "AvatarAnchorPointType",
|
|
41943
|
+
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
43648
41944
|
},
|
|
43649
41945
|
{
|
|
43650
41946
|
"kind": "Content",
|
|
@@ -43654,7 +41950,7 @@
|
|
|
43654
41950
|
"isReadonly": false,
|
|
43655
41951
|
"isOptional": false,
|
|
43656
41952
|
"releaseTag": "Public",
|
|
43657
|
-
"name": "
|
|
41953
|
+
"name": "anchorPointId",
|
|
43658
41954
|
"propertyTypeTokenRange": {
|
|
43659
41955
|
"startIndex": 1,
|
|
43660
41956
|
"endIndex": 2
|
|
@@ -43662,16 +41958,16 @@
|
|
|
43662
41958
|
},
|
|
43663
41959
|
{
|
|
43664
41960
|
"kind": "PropertySignature",
|
|
43665
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43666
|
-
"docComment": "/**\n *
|
|
41961
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
|
|
41962
|
+
"docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
|
|
43667
41963
|
"excerptTokens": [
|
|
43668
41964
|
{
|
|
43669
41965
|
"kind": "Content",
|
|
43670
|
-
"text": "
|
|
41966
|
+
"text": "avatarId?: "
|
|
43671
41967
|
},
|
|
43672
41968
|
{
|
|
43673
41969
|
"kind": "Content",
|
|
43674
|
-
"text": "
|
|
41970
|
+
"text": "string | undefined"
|
|
43675
41971
|
},
|
|
43676
41972
|
{
|
|
43677
41973
|
"kind": "Content",
|
|
@@ -43679,9 +41975,9 @@
|
|
|
43679
41975
|
}
|
|
43680
41976
|
],
|
|
43681
41977
|
"isReadonly": false,
|
|
43682
|
-
"isOptional":
|
|
41978
|
+
"isOptional": true,
|
|
43683
41979
|
"releaseTag": "Public",
|
|
43684
|
-
"name": "
|
|
41980
|
+
"name": "avatarId",
|
|
43685
41981
|
"propertyTypeTokenRange": {
|
|
43686
41982
|
"startIndex": 1,
|
|
43687
41983
|
"endIndex": 2
|
|
@@ -43692,22 +41988,22 @@
|
|
|
43692
41988
|
},
|
|
43693
41989
|
{
|
|
43694
41990
|
"kind": "Namespace",
|
|
43695
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41991
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
|
|
43696
41992
|
"docComment": "/**\n * @public\n */\n",
|
|
43697
41993
|
"excerptTokens": [
|
|
43698
41994
|
{
|
|
43699
41995
|
"kind": "Content",
|
|
43700
|
-
"text": "export declare namespace
|
|
41996
|
+
"text": "export declare namespace PBAvatarAttach "
|
|
43701
41997
|
}
|
|
43702
41998
|
],
|
|
43703
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41999
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
43704
42000
|
"releaseTag": "Public",
|
|
43705
|
-
"name": "
|
|
42001
|
+
"name": "PBAvatarAttach",
|
|
43706
42002
|
"preserveMemberOrder": false,
|
|
43707
42003
|
"members": [
|
|
43708
42004
|
{
|
|
43709
42005
|
"kind": "Function",
|
|
43710
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42006
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
|
|
43711
42007
|
"docComment": "",
|
|
43712
42008
|
"excerptTokens": [
|
|
43713
42009
|
{
|
|
@@ -43742,8 +42038,8 @@
|
|
|
43742
42038
|
},
|
|
43743
42039
|
{
|
|
43744
42040
|
"kind": "Reference",
|
|
43745
|
-
"text": "
|
|
43746
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42041
|
+
"text": "PBAvatarAttach",
|
|
42042
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
43747
42043
|
},
|
|
43748
42044
|
{
|
|
43749
42045
|
"kind": "Content",
|
|
@@ -43778,7 +42074,7 @@
|
|
|
43778
42074
|
},
|
|
43779
42075
|
{
|
|
43780
42076
|
"kind": "Function",
|
|
43781
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42077
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
|
|
43782
42078
|
"docComment": "",
|
|
43783
42079
|
"excerptTokens": [
|
|
43784
42080
|
{
|
|
@@ -43787,8 +42083,8 @@
|
|
|
43787
42083
|
},
|
|
43788
42084
|
{
|
|
43789
42085
|
"kind": "Reference",
|
|
43790
|
-
"text": "
|
|
43791
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42086
|
+
"text": "PBAvatarAttach",
|
|
42087
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
43792
42088
|
},
|
|
43793
42089
|
{
|
|
43794
42090
|
"kind": "Content",
|
|
@@ -43843,31 +42139,31 @@
|
|
|
43843
42139
|
},
|
|
43844
42140
|
{
|
|
43845
42141
|
"kind": "Interface",
|
|
43846
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42142
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
|
|
43847
42143
|
"docComment": "/**\n * @public\n */\n",
|
|
43848
42144
|
"excerptTokens": [
|
|
43849
42145
|
{
|
|
43850
42146
|
"kind": "Content",
|
|
43851
|
-
"text": "export interface
|
|
42147
|
+
"text": "export interface PBAvatarBase "
|
|
43852
42148
|
}
|
|
43853
42149
|
],
|
|
43854
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42150
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
43855
42151
|
"releaseTag": "Public",
|
|
43856
|
-
"name": "
|
|
42152
|
+
"name": "PBAvatarBase",
|
|
43857
42153
|
"preserveMemberOrder": false,
|
|
43858
42154
|
"members": [
|
|
43859
42155
|
{
|
|
43860
42156
|
"kind": "PropertySignature",
|
|
43861
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42157
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
|
|
43862
42158
|
"docComment": "",
|
|
43863
42159
|
"excerptTokens": [
|
|
43864
42160
|
{
|
|
43865
42161
|
"kind": "Content",
|
|
43866
|
-
"text": "
|
|
42162
|
+
"text": "bodyShapeUrn: "
|
|
43867
42163
|
},
|
|
43868
42164
|
{
|
|
43869
42165
|
"kind": "Content",
|
|
43870
|
-
"text": "string
|
|
42166
|
+
"text": "string"
|
|
43871
42167
|
},
|
|
43872
42168
|
{
|
|
43873
42169
|
"kind": "Content",
|
|
@@ -43877,7 +42173,7 @@
|
|
|
43877
42173
|
"isReadonly": false,
|
|
43878
42174
|
"isOptional": false,
|
|
43879
42175
|
"releaseTag": "Public",
|
|
43880
|
-
"name": "
|
|
42176
|
+
"name": "bodyShapeUrn",
|
|
43881
42177
|
"propertyTypeTokenRange": {
|
|
43882
42178
|
"startIndex": 1,
|
|
43883
42179
|
"endIndex": 2
|
|
@@ -43885,16 +42181,21 @@
|
|
|
43885
42181
|
},
|
|
43886
42182
|
{
|
|
43887
42183
|
"kind": "PropertySignature",
|
|
43888
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42184
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
|
|
43889
42185
|
"docComment": "",
|
|
43890
42186
|
"excerptTokens": [
|
|
43891
42187
|
{
|
|
43892
42188
|
"kind": "Content",
|
|
43893
|
-
"text": "
|
|
42189
|
+
"text": "eyesColor: "
|
|
42190
|
+
},
|
|
42191
|
+
{
|
|
42192
|
+
"kind": "Reference",
|
|
42193
|
+
"text": "Color3",
|
|
42194
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
43894
42195
|
},
|
|
43895
42196
|
{
|
|
43896
42197
|
"kind": "Content",
|
|
43897
|
-
"text": "
|
|
42198
|
+
"text": " | undefined"
|
|
43898
42199
|
},
|
|
43899
42200
|
{
|
|
43900
42201
|
"kind": "Content",
|
|
@@ -43904,33 +42205,124 @@
|
|
|
43904
42205
|
"isReadonly": false,
|
|
43905
42206
|
"isOptional": false,
|
|
43906
42207
|
"releaseTag": "Public",
|
|
43907
|
-
"name": "
|
|
42208
|
+
"name": "eyesColor",
|
|
42209
|
+
"propertyTypeTokenRange": {
|
|
42210
|
+
"startIndex": 1,
|
|
42211
|
+
"endIndex": 3
|
|
42212
|
+
}
|
|
42213
|
+
},
|
|
42214
|
+
{
|
|
42215
|
+
"kind": "PropertySignature",
|
|
42216
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
|
|
42217
|
+
"docComment": "",
|
|
42218
|
+
"excerptTokens": [
|
|
42219
|
+
{
|
|
42220
|
+
"kind": "Content",
|
|
42221
|
+
"text": "hairColor: "
|
|
42222
|
+
},
|
|
42223
|
+
{
|
|
42224
|
+
"kind": "Reference",
|
|
42225
|
+
"text": "Color3",
|
|
42226
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
42227
|
+
},
|
|
42228
|
+
{
|
|
42229
|
+
"kind": "Content",
|
|
42230
|
+
"text": " | undefined"
|
|
42231
|
+
},
|
|
42232
|
+
{
|
|
42233
|
+
"kind": "Content",
|
|
42234
|
+
"text": ";"
|
|
42235
|
+
}
|
|
42236
|
+
],
|
|
42237
|
+
"isReadonly": false,
|
|
42238
|
+
"isOptional": false,
|
|
42239
|
+
"releaseTag": "Public",
|
|
42240
|
+
"name": "hairColor",
|
|
42241
|
+
"propertyTypeTokenRange": {
|
|
42242
|
+
"startIndex": 1,
|
|
42243
|
+
"endIndex": 3
|
|
42244
|
+
}
|
|
42245
|
+
},
|
|
42246
|
+
{
|
|
42247
|
+
"kind": "PropertySignature",
|
|
42248
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
|
|
42249
|
+
"docComment": "",
|
|
42250
|
+
"excerptTokens": [
|
|
42251
|
+
{
|
|
42252
|
+
"kind": "Content",
|
|
42253
|
+
"text": "name: "
|
|
42254
|
+
},
|
|
42255
|
+
{
|
|
42256
|
+
"kind": "Content",
|
|
42257
|
+
"text": "string"
|
|
42258
|
+
},
|
|
42259
|
+
{
|
|
42260
|
+
"kind": "Content",
|
|
42261
|
+
"text": ";"
|
|
42262
|
+
}
|
|
42263
|
+
],
|
|
42264
|
+
"isReadonly": false,
|
|
42265
|
+
"isOptional": false,
|
|
42266
|
+
"releaseTag": "Public",
|
|
42267
|
+
"name": "name",
|
|
43908
42268
|
"propertyTypeTokenRange": {
|
|
43909
42269
|
"startIndex": 1,
|
|
43910
42270
|
"endIndex": 2
|
|
43911
42271
|
}
|
|
42272
|
+
},
|
|
42273
|
+
{
|
|
42274
|
+
"kind": "PropertySignature",
|
|
42275
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
|
|
42276
|
+
"docComment": "",
|
|
42277
|
+
"excerptTokens": [
|
|
42278
|
+
{
|
|
42279
|
+
"kind": "Content",
|
|
42280
|
+
"text": "skinColor: "
|
|
42281
|
+
},
|
|
42282
|
+
{
|
|
42283
|
+
"kind": "Reference",
|
|
42284
|
+
"text": "Color3",
|
|
42285
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
42286
|
+
},
|
|
42287
|
+
{
|
|
42288
|
+
"kind": "Content",
|
|
42289
|
+
"text": " | undefined"
|
|
42290
|
+
},
|
|
42291
|
+
{
|
|
42292
|
+
"kind": "Content",
|
|
42293
|
+
"text": ";"
|
|
42294
|
+
}
|
|
42295
|
+
],
|
|
42296
|
+
"isReadonly": false,
|
|
42297
|
+
"isOptional": false,
|
|
42298
|
+
"releaseTag": "Public",
|
|
42299
|
+
"name": "skinColor",
|
|
42300
|
+
"propertyTypeTokenRange": {
|
|
42301
|
+
"startIndex": 1,
|
|
42302
|
+
"endIndex": 3
|
|
42303
|
+
}
|
|
43912
42304
|
}
|
|
43913
42305
|
],
|
|
43914
42306
|
"extendsTokenRanges": []
|
|
43915
42307
|
},
|
|
43916
42308
|
{
|
|
43917
42309
|
"kind": "Namespace",
|
|
43918
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42310
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
|
|
43919
42311
|
"docComment": "/**\n * @public\n */\n",
|
|
43920
42312
|
"excerptTokens": [
|
|
43921
42313
|
{
|
|
43922
42314
|
"kind": "Content",
|
|
43923
|
-
"text": "export declare namespace
|
|
42315
|
+
"text": "export declare namespace PBAvatarBase "
|
|
43924
42316
|
}
|
|
43925
42317
|
],
|
|
43926
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42318
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
43927
42319
|
"releaseTag": "Public",
|
|
43928
|
-
"name": "
|
|
42320
|
+
"name": "PBAvatarBase",
|
|
43929
42321
|
"preserveMemberOrder": false,
|
|
43930
42322
|
"members": [
|
|
43931
42323
|
{
|
|
43932
42324
|
"kind": "Function",
|
|
43933
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42325
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
|
|
43934
42326
|
"docComment": "",
|
|
43935
42327
|
"excerptTokens": [
|
|
43936
42328
|
{
|
|
@@ -43965,8 +42357,8 @@
|
|
|
43965
42357
|
},
|
|
43966
42358
|
{
|
|
43967
42359
|
"kind": "Reference",
|
|
43968
|
-
"text": "
|
|
43969
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42360
|
+
"text": "PBAvatarBase",
|
|
42361
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
43970
42362
|
},
|
|
43971
42363
|
{
|
|
43972
42364
|
"kind": "Content",
|
|
@@ -44001,7 +42393,7 @@
|
|
|
44001
42393
|
},
|
|
44002
42394
|
{
|
|
44003
42395
|
"kind": "Function",
|
|
44004
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42396
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
|
|
44005
42397
|
"docComment": "",
|
|
44006
42398
|
"excerptTokens": [
|
|
44007
42399
|
{
|
|
@@ -44010,8 +42402,8 @@
|
|
|
44010
42402
|
},
|
|
44011
42403
|
{
|
|
44012
42404
|
"kind": "Reference",
|
|
44013
|
-
"text": "
|
|
44014
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42405
|
+
"text": "PBAvatarBase",
|
|
42406
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
44015
42407
|
},
|
|
44016
42408
|
{
|
|
44017
42409
|
"kind": "Content",
|
|
@@ -44066,31 +42458,31 @@
|
|
|
44066
42458
|
},
|
|
44067
42459
|
{
|
|
44068
42460
|
"kind": "Interface",
|
|
44069
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42461
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
|
|
44070
42462
|
"docComment": "/**\n * @public\n */\n",
|
|
44071
42463
|
"excerptTokens": [
|
|
44072
42464
|
{
|
|
44073
42465
|
"kind": "Content",
|
|
44074
|
-
"text": "export interface
|
|
42466
|
+
"text": "export interface PBAvatarEmoteCommand "
|
|
44075
42467
|
}
|
|
44076
42468
|
],
|
|
44077
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42469
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
44078
42470
|
"releaseTag": "Public",
|
|
44079
|
-
"name": "
|
|
42471
|
+
"name": "PBAvatarEmoteCommand",
|
|
44080
42472
|
"preserveMemberOrder": false,
|
|
44081
42473
|
"members": [
|
|
44082
42474
|
{
|
|
44083
42475
|
"kind": "PropertySignature",
|
|
44084
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44085
|
-
"docComment": "
|
|
42476
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
|
|
42477
|
+
"docComment": "",
|
|
44086
42478
|
"excerptTokens": [
|
|
44087
42479
|
{
|
|
44088
42480
|
"kind": "Content",
|
|
44089
|
-
"text": "
|
|
42481
|
+
"text": "emoteUrn: "
|
|
44090
42482
|
},
|
|
44091
42483
|
{
|
|
44092
42484
|
"kind": "Content",
|
|
44093
|
-
"text": "
|
|
42485
|
+
"text": "string"
|
|
44094
42486
|
},
|
|
44095
42487
|
{
|
|
44096
42488
|
"kind": "Content",
|
|
@@ -44098,9 +42490,9 @@
|
|
|
44098
42490
|
}
|
|
44099
42491
|
],
|
|
44100
42492
|
"isReadonly": false,
|
|
44101
|
-
"isOptional":
|
|
42493
|
+
"isOptional": false,
|
|
44102
42494
|
"releaseTag": "Public",
|
|
44103
|
-
"name": "
|
|
42495
|
+
"name": "emoteUrn",
|
|
44104
42496
|
"propertyTypeTokenRange": {
|
|
44105
42497
|
"startIndex": 1,
|
|
44106
42498
|
"endIndex": 2
|
|
@@ -44108,16 +42500,16 @@
|
|
|
44108
42500
|
},
|
|
44109
42501
|
{
|
|
44110
42502
|
"kind": "PropertySignature",
|
|
44111
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44112
|
-
"docComment": "
|
|
42503
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
|
|
42504
|
+
"docComment": "",
|
|
44113
42505
|
"excerptTokens": [
|
|
44114
42506
|
{
|
|
44115
42507
|
"kind": "Content",
|
|
44116
|
-
"text": "
|
|
42508
|
+
"text": "loop: "
|
|
44117
42509
|
},
|
|
44118
42510
|
{
|
|
44119
42511
|
"kind": "Content",
|
|
44120
|
-
"text": "
|
|
42512
|
+
"text": "boolean"
|
|
44121
42513
|
},
|
|
44122
42514
|
{
|
|
44123
42515
|
"kind": "Content",
|
|
@@ -44125,9 +42517,9 @@
|
|
|
44125
42517
|
}
|
|
44126
42518
|
],
|
|
44127
42519
|
"isReadonly": false,
|
|
44128
|
-
"isOptional":
|
|
42520
|
+
"isOptional": false,
|
|
44129
42521
|
"releaseTag": "Public",
|
|
44130
|
-
"name": "
|
|
42522
|
+
"name": "loop",
|
|
44131
42523
|
"propertyTypeTokenRange": {
|
|
44132
42524
|
"startIndex": 1,
|
|
44133
42525
|
"endIndex": 2
|
|
@@ -44135,16 +42527,16 @@
|
|
|
44135
42527
|
},
|
|
44136
42528
|
{
|
|
44137
42529
|
"kind": "PropertySignature",
|
|
44138
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44139
|
-
"docComment": "/**\n *
|
|
42530
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
|
|
42531
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
44140
42532
|
"excerptTokens": [
|
|
44141
42533
|
{
|
|
44142
42534
|
"kind": "Content",
|
|
44143
|
-
"text": "
|
|
42535
|
+
"text": "timestamp: "
|
|
44144
42536
|
},
|
|
44145
42537
|
{
|
|
44146
42538
|
"kind": "Content",
|
|
44147
|
-
"text": "number
|
|
42539
|
+
"text": "number"
|
|
44148
42540
|
},
|
|
44149
42541
|
{
|
|
44150
42542
|
"kind": "Content",
|
|
@@ -44152,134 +42544,195 @@
|
|
|
44152
42544
|
}
|
|
44153
42545
|
],
|
|
44154
42546
|
"isReadonly": false,
|
|
44155
|
-
"isOptional":
|
|
42547
|
+
"isOptional": false,
|
|
44156
42548
|
"releaseTag": "Public",
|
|
44157
|
-
"name": "
|
|
42549
|
+
"name": "timestamp",
|
|
44158
42550
|
"propertyTypeTokenRange": {
|
|
44159
42551
|
"startIndex": 1,
|
|
44160
42552
|
"endIndex": 2
|
|
44161
42553
|
}
|
|
44162
|
-
}
|
|
42554
|
+
}
|
|
42555
|
+
],
|
|
42556
|
+
"extendsTokenRanges": []
|
|
42557
|
+
},
|
|
42558
|
+
{
|
|
42559
|
+
"kind": "Namespace",
|
|
42560
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
42561
|
+
"docComment": "/**\n * @public\n */\n",
|
|
42562
|
+
"excerptTokens": [
|
|
44163
42563
|
{
|
|
44164
|
-
"kind": "
|
|
44165
|
-
"
|
|
44166
|
-
|
|
42564
|
+
"kind": "Content",
|
|
42565
|
+
"text": "export declare namespace PBAvatarEmoteCommand "
|
|
42566
|
+
}
|
|
42567
|
+
],
|
|
42568
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
42569
|
+
"releaseTag": "Public",
|
|
42570
|
+
"name": "PBAvatarEmoteCommand",
|
|
42571
|
+
"preserveMemberOrder": false,
|
|
42572
|
+
"members": [
|
|
42573
|
+
{
|
|
42574
|
+
"kind": "Function",
|
|
42575
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
|
|
42576
|
+
"docComment": "",
|
|
44167
42577
|
"excerptTokens": [
|
|
44168
42578
|
{
|
|
44169
42579
|
"kind": "Content",
|
|
44170
|
-
"text": "
|
|
42580
|
+
"text": "function decode(input: "
|
|
42581
|
+
},
|
|
42582
|
+
{
|
|
42583
|
+
"kind": "Reference",
|
|
42584
|
+
"text": "_m0.Reader",
|
|
42585
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
44171
42586
|
},
|
|
44172
42587
|
{
|
|
44173
42588
|
"kind": "Content",
|
|
44174
|
-
"text": "
|
|
42589
|
+
"text": " | "
|
|
42590
|
+
},
|
|
42591
|
+
{
|
|
42592
|
+
"kind": "Reference",
|
|
42593
|
+
"text": "Uint8Array",
|
|
42594
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
44175
42595
|
},
|
|
44176
42596
|
{
|
|
44177
42597
|
"kind": "Content",
|
|
44178
|
-
"text": "
|
|
44179
|
-
}
|
|
44180
|
-
],
|
|
44181
|
-
"isReadonly": false,
|
|
44182
|
-
"isOptional": true,
|
|
44183
|
-
"releaseTag": "Public",
|
|
44184
|
-
"name": "hardLandingCooldown",
|
|
44185
|
-
"propertyTypeTokenRange": {
|
|
44186
|
-
"startIndex": 1,
|
|
44187
|
-
"endIndex": 2
|
|
44188
|
-
}
|
|
44189
|
-
},
|
|
44190
|
-
{
|
|
44191
|
-
"kind": "PropertySignature",
|
|
44192
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
|
|
44193
|
-
"docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
|
|
44194
|
-
"excerptTokens": [
|
|
42598
|
+
"text": ", length?: "
|
|
42599
|
+
},
|
|
44195
42600
|
{
|
|
44196
42601
|
"kind": "Content",
|
|
44197
|
-
"text": "
|
|
42602
|
+
"text": "number"
|
|
44198
42603
|
},
|
|
44199
42604
|
{
|
|
44200
42605
|
"kind": "Content",
|
|
44201
|
-
"text": "
|
|
42606
|
+
"text": "): "
|
|
42607
|
+
},
|
|
42608
|
+
{
|
|
42609
|
+
"kind": "Reference",
|
|
42610
|
+
"text": "PBAvatarEmoteCommand",
|
|
42611
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
44202
42612
|
},
|
|
44203
42613
|
{
|
|
44204
42614
|
"kind": "Content",
|
|
44205
42615
|
"text": ";"
|
|
44206
42616
|
}
|
|
44207
42617
|
],
|
|
44208
|
-
"
|
|
44209
|
-
|
|
42618
|
+
"returnTypeTokenRange": {
|
|
42619
|
+
"startIndex": 7,
|
|
42620
|
+
"endIndex": 8
|
|
42621
|
+
},
|
|
44210
42622
|
"releaseTag": "Public",
|
|
44211
|
-
"
|
|
44212
|
-
"
|
|
44213
|
-
|
|
44214
|
-
|
|
44215
|
-
|
|
42623
|
+
"overloadIndex": 1,
|
|
42624
|
+
"parameters": [
|
|
42625
|
+
{
|
|
42626
|
+
"parameterName": "input",
|
|
42627
|
+
"parameterTypeTokenRange": {
|
|
42628
|
+
"startIndex": 1,
|
|
42629
|
+
"endIndex": 4
|
|
42630
|
+
},
|
|
42631
|
+
"isOptional": false
|
|
42632
|
+
},
|
|
42633
|
+
{
|
|
42634
|
+
"parameterName": "length",
|
|
42635
|
+
"parameterTypeTokenRange": {
|
|
42636
|
+
"startIndex": 5,
|
|
42637
|
+
"endIndex": 6
|
|
42638
|
+
},
|
|
42639
|
+
"isOptional": true
|
|
42640
|
+
}
|
|
42641
|
+
],
|
|
42642
|
+
"name": "decode"
|
|
44216
42643
|
},
|
|
44217
42644
|
{
|
|
44218
|
-
"kind": "
|
|
44219
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44220
|
-
"docComment": "
|
|
42645
|
+
"kind": "Function",
|
|
42646
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
|
|
42647
|
+
"docComment": "",
|
|
44221
42648
|
"excerptTokens": [
|
|
44222
42649
|
{
|
|
44223
42650
|
"kind": "Content",
|
|
44224
|
-
"text": "
|
|
42651
|
+
"text": "function encode(message: "
|
|
44225
42652
|
},
|
|
44226
42653
|
{
|
|
44227
|
-
"kind": "
|
|
44228
|
-
"text": "
|
|
42654
|
+
"kind": "Reference",
|
|
42655
|
+
"text": "PBAvatarEmoteCommand",
|
|
42656
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
44229
42657
|
},
|
|
44230
42658
|
{
|
|
44231
42659
|
"kind": "Content",
|
|
44232
|
-
"text": "
|
|
44233
|
-
}
|
|
44234
|
-
],
|
|
44235
|
-
"isReadonly": false,
|
|
44236
|
-
"isOptional": true,
|
|
44237
|
-
"releaseTag": "Public",
|
|
44238
|
-
"name": "jumpHeight",
|
|
44239
|
-
"propertyTypeTokenRange": {
|
|
44240
|
-
"startIndex": 1,
|
|
44241
|
-
"endIndex": 2
|
|
44242
|
-
}
|
|
44243
|
-
},
|
|
44244
|
-
{
|
|
44245
|
-
"kind": "PropertySignature",
|
|
44246
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
|
|
44247
|
-
"docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
|
|
44248
|
-
"excerptTokens": [
|
|
42660
|
+
"text": ", writer?: "
|
|
42661
|
+
},
|
|
44249
42662
|
{
|
|
44250
|
-
"kind": "
|
|
44251
|
-
"text": "
|
|
42663
|
+
"kind": "Reference",
|
|
42664
|
+
"text": "_m0.Writer",
|
|
42665
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
44252
42666
|
},
|
|
44253
42667
|
{
|
|
44254
42668
|
"kind": "Content",
|
|
44255
|
-
"text": "
|
|
42669
|
+
"text": "): "
|
|
42670
|
+
},
|
|
42671
|
+
{
|
|
42672
|
+
"kind": "Reference",
|
|
42673
|
+
"text": "_m0.Writer",
|
|
42674
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
44256
42675
|
},
|
|
44257
42676
|
{
|
|
44258
42677
|
"kind": "Content",
|
|
44259
42678
|
"text": ";"
|
|
44260
42679
|
}
|
|
44261
42680
|
],
|
|
44262
|
-
"
|
|
44263
|
-
|
|
42681
|
+
"returnTypeTokenRange": {
|
|
42682
|
+
"startIndex": 5,
|
|
42683
|
+
"endIndex": 6
|
|
42684
|
+
},
|
|
44264
42685
|
"releaseTag": "Public",
|
|
44265
|
-
"
|
|
44266
|
-
"
|
|
44267
|
-
|
|
44268
|
-
|
|
44269
|
-
|
|
44270
|
-
|
|
42686
|
+
"overloadIndex": 1,
|
|
42687
|
+
"parameters": [
|
|
42688
|
+
{
|
|
42689
|
+
"parameterName": "message",
|
|
42690
|
+
"parameterTypeTokenRange": {
|
|
42691
|
+
"startIndex": 1,
|
|
42692
|
+
"endIndex": 2
|
|
42693
|
+
},
|
|
42694
|
+
"isOptional": false
|
|
42695
|
+
},
|
|
42696
|
+
{
|
|
42697
|
+
"parameterName": "writer",
|
|
42698
|
+
"parameterTypeTokenRange": {
|
|
42699
|
+
"startIndex": 3,
|
|
42700
|
+
"endIndex": 4
|
|
42701
|
+
},
|
|
42702
|
+
"isOptional": true
|
|
42703
|
+
}
|
|
42704
|
+
],
|
|
42705
|
+
"name": "encode"
|
|
42706
|
+
}
|
|
42707
|
+
]
|
|
42708
|
+
},
|
|
42709
|
+
{
|
|
42710
|
+
"kind": "Interface",
|
|
42711
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
42712
|
+
"docComment": "/**\n * @public\n */\n",
|
|
42713
|
+
"excerptTokens": [
|
|
42714
|
+
{
|
|
42715
|
+
"kind": "Content",
|
|
42716
|
+
"text": "export interface PBAvatarEquippedData "
|
|
42717
|
+
}
|
|
42718
|
+
],
|
|
42719
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
42720
|
+
"releaseTag": "Public",
|
|
42721
|
+
"name": "PBAvatarEquippedData",
|
|
42722
|
+
"preserveMemberOrder": false,
|
|
42723
|
+
"members": [
|
|
44271
42724
|
{
|
|
44272
42725
|
"kind": "PropertySignature",
|
|
44273
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44274
|
-
"docComment": "
|
|
42726
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
|
|
42727
|
+
"docComment": "",
|
|
44275
42728
|
"excerptTokens": [
|
|
44276
42729
|
{
|
|
44277
42730
|
"kind": "Content",
|
|
44278
|
-
"text": "
|
|
42731
|
+
"text": "emoteUrns: "
|
|
44279
42732
|
},
|
|
44280
42733
|
{
|
|
44281
42734
|
"kind": "Content",
|
|
44282
|
-
"text": "
|
|
42735
|
+
"text": "string[]"
|
|
44283
42736
|
},
|
|
44284
42737
|
{
|
|
44285
42738
|
"kind": "Content",
|
|
@@ -44287,9 +42740,9 @@
|
|
|
44287
42740
|
}
|
|
44288
42741
|
],
|
|
44289
42742
|
"isReadonly": false,
|
|
44290
|
-
"isOptional":
|
|
42743
|
+
"isOptional": false,
|
|
44291
42744
|
"releaseTag": "Public",
|
|
44292
|
-
"name": "
|
|
42745
|
+
"name": "emoteUrns",
|
|
44293
42746
|
"propertyTypeTokenRange": {
|
|
44294
42747
|
"startIndex": 1,
|
|
44295
42748
|
"endIndex": 2
|
|
@@ -44297,16 +42750,16 @@
|
|
|
44297
42750
|
},
|
|
44298
42751
|
{
|
|
44299
42752
|
"kind": "PropertySignature",
|
|
44300
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44301
|
-
"docComment": "
|
|
42753
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
|
|
42754
|
+
"docComment": "",
|
|
44302
42755
|
"excerptTokens": [
|
|
44303
42756
|
{
|
|
44304
42757
|
"kind": "Content",
|
|
44305
|
-
"text": "
|
|
42758
|
+
"text": "wearableUrns: "
|
|
44306
42759
|
},
|
|
44307
42760
|
{
|
|
44308
42761
|
"kind": "Content",
|
|
44309
|
-
"text": "
|
|
42762
|
+
"text": "string[]"
|
|
44310
42763
|
},
|
|
44311
42764
|
{
|
|
44312
42765
|
"kind": "Content",
|
|
@@ -44314,9 +42767,9 @@
|
|
|
44314
42767
|
}
|
|
44315
42768
|
],
|
|
44316
42769
|
"isReadonly": false,
|
|
44317
|
-
"isOptional":
|
|
42770
|
+
"isOptional": false,
|
|
44318
42771
|
"releaseTag": "Public",
|
|
44319
|
-
"name": "
|
|
42772
|
+
"name": "wearableUrns",
|
|
44320
42773
|
"propertyTypeTokenRange": {
|
|
44321
42774
|
"startIndex": 1,
|
|
44322
42775
|
"endIndex": 2
|
|
@@ -44327,22 +42780,22 @@
|
|
|
44327
42780
|
},
|
|
44328
42781
|
{
|
|
44329
42782
|
"kind": "Namespace",
|
|
44330
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42783
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
|
|
44331
42784
|
"docComment": "/**\n * @public\n */\n",
|
|
44332
42785
|
"excerptTokens": [
|
|
44333
42786
|
{
|
|
44334
42787
|
"kind": "Content",
|
|
44335
|
-
"text": "export declare namespace
|
|
42788
|
+
"text": "export declare namespace PBAvatarEquippedData "
|
|
44336
42789
|
}
|
|
44337
42790
|
],
|
|
44338
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42791
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
44339
42792
|
"releaseTag": "Public",
|
|
44340
|
-
"name": "
|
|
42793
|
+
"name": "PBAvatarEquippedData",
|
|
44341
42794
|
"preserveMemberOrder": false,
|
|
44342
42795
|
"members": [
|
|
44343
42796
|
{
|
|
44344
42797
|
"kind": "Function",
|
|
44345
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42798
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
|
|
44346
42799
|
"docComment": "",
|
|
44347
42800
|
"excerptTokens": [
|
|
44348
42801
|
{
|
|
@@ -44377,8 +42830,8 @@
|
|
|
44377
42830
|
},
|
|
44378
42831
|
{
|
|
44379
42832
|
"kind": "Reference",
|
|
44380
|
-
"text": "
|
|
44381
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42833
|
+
"text": "PBAvatarEquippedData",
|
|
42834
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
44382
42835
|
},
|
|
44383
42836
|
{
|
|
44384
42837
|
"kind": "Content",
|
|
@@ -44413,7 +42866,7 @@
|
|
|
44413
42866
|
},
|
|
44414
42867
|
{
|
|
44415
42868
|
"kind": "Function",
|
|
44416
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42869
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
|
|
44417
42870
|
"docComment": "",
|
|
44418
42871
|
"excerptTokens": [
|
|
44419
42872
|
{
|
|
@@ -44422,8 +42875,8 @@
|
|
|
44422
42875
|
},
|
|
44423
42876
|
{
|
|
44424
42877
|
"kind": "Reference",
|
|
44425
|
-
"text": "
|
|
44426
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42878
|
+
"text": "PBAvatarEquippedData",
|
|
42879
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
44427
42880
|
},
|
|
44428
42881
|
{
|
|
44429
42882
|
"kind": "Content",
|
|
@@ -67795,33 +66248,6 @@
|
|
|
67795
66248
|
"endIndex": 3
|
|
67796
66249
|
}
|
|
67797
66250
|
},
|
|
67798
|
-
{
|
|
67799
|
-
"kind": "PropertySignature",
|
|
67800
|
-
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
|
67801
|
-
"docComment": "/**\n * default: 60\n */\n",
|
|
67802
|
-
"excerptTokens": [
|
|
67803
|
-
{
|
|
67804
|
-
"kind": "Content",
|
|
67805
|
-
"text": "fov?: "
|
|
67806
|
-
},
|
|
67807
|
-
{
|
|
67808
|
-
"kind": "Content",
|
|
67809
|
-
"text": "number | undefined"
|
|
67810
|
-
},
|
|
67811
|
-
{
|
|
67812
|
-
"kind": "Content",
|
|
67813
|
-
"text": ";"
|
|
67814
|
-
}
|
|
67815
|
-
],
|
|
67816
|
-
"isReadonly": false,
|
|
67817
|
-
"isOptional": true,
|
|
67818
|
-
"releaseTag": "Public",
|
|
67819
|
-
"name": "fov",
|
|
67820
|
-
"propertyTypeTokenRange": {
|
|
67821
|
-
"startIndex": 1,
|
|
67822
|
-
"endIndex": 2
|
|
67823
|
-
}
|
|
67824
|
-
},
|
|
67825
66251
|
{
|
|
67826
66252
|
"kind": "PropertySignature",
|
|
67827
66253
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|