@dcl/playground-assets 7.22.3 → 7.22.4-24244806167.commit-6559014
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 +149 -1
- package/dist/beta.d.ts +149 -1
- package/dist/index.bundled.d.ts +149 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/apis.d.ts +6 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +149 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +2513 -939
- package/etc/playground-assets.api.md +102 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.58.
|
|
4
|
+
"toolVersion": "7.58.2",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -1165,6 +1165,417 @@
|
|
|
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
|
+
},
|
|
1168
1579
|
{
|
|
1169
1580
|
"kind": "Variable",
|
|
1170
1581
|
"canonicalReference": "@dcl/playground-assets!AudioEvent:var",
|
|
@@ -2205,6 +2616,65 @@
|
|
|
2205
2616
|
"endIndex": 5
|
|
2206
2617
|
}
|
|
2207
2618
|
},
|
|
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
|
+
},
|
|
2208
2678
|
{
|
|
2209
2679
|
"kind": "Variable",
|
|
2210
2680
|
"canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
|
|
@@ -2242,6 +2712,43 @@
|
|
|
2242
2712
|
"endIndex": 5
|
|
2243
2713
|
}
|
|
2244
2714
|
},
|
|
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
|
+
},
|
|
2245
2752
|
{
|
|
2246
2753
|
"kind": "Variable",
|
|
2247
2754
|
"canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
|
|
@@ -12902,6 +13409,33 @@
|
|
|
12902
13409
|
"text": "PBAssetLoadLoadingState",
|
|
12903
13410
|
"canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
|
|
12904
13411
|
},
|
|
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
|
+
},
|
|
12905
13439
|
{
|
|
12906
13440
|
"kind": "Content",
|
|
12907
13441
|
"text": ">>;\n \"core::AudioEvent\": "
|
|
@@ -13093,7 +13627,7 @@
|
|
|
13093
13627
|
},
|
|
13094
13628
|
{
|
|
13095
13629
|
"kind": "Content",
|
|
13096
|
-
"text": ">>;\n \"core::
|
|
13630
|
+
"text": ">>;\n \"core::AvatarLocomotionSettings\": "
|
|
13097
13631
|
},
|
|
13098
13632
|
{
|
|
13099
13633
|
"kind": "Reference",
|
|
@@ -13115,174 +13649,12 @@
|
|
|
13115
13649
|
},
|
|
13116
13650
|
{
|
|
13117
13651
|
"kind": "Reference",
|
|
13118
|
-
"text": "
|
|
13119
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13652
|
+
"text": "PBAvatarLocomotionSettings",
|
|
13653
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
|
|
13120
13654
|
},
|
|
13121
13655
|
{
|
|
13122
13656
|
"kind": "Content",
|
|
13123
|
-
"text": ">>;\n \"core::
|
|
13124
|
-
},
|
|
13125
|
-
{
|
|
13126
|
-
"kind": "Reference",
|
|
13127
|
-
"text": "LwwComponentGetter",
|
|
13128
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13129
|
-
},
|
|
13130
|
-
{
|
|
13131
|
-
"kind": "Content",
|
|
13132
|
-
"text": "<"
|
|
13133
|
-
},
|
|
13134
|
-
{
|
|
13135
|
-
"kind": "Reference",
|
|
13136
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13137
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13138
|
-
},
|
|
13139
|
-
{
|
|
13140
|
-
"kind": "Content",
|
|
13141
|
-
"text": "<"
|
|
13142
|
-
},
|
|
13143
|
-
{
|
|
13144
|
-
"kind": "Reference",
|
|
13145
|
-
"text": "PBAvatarShape",
|
|
13146
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarShape"
|
|
13147
|
-
},
|
|
13148
|
-
{
|
|
13149
|
-
"kind": "Content",
|
|
13150
|
-
"text": ">>;\n \"core::Billboard\": "
|
|
13151
|
-
},
|
|
13152
|
-
{
|
|
13153
|
-
"kind": "Reference",
|
|
13154
|
-
"text": "LwwComponentGetter",
|
|
13155
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13156
|
-
},
|
|
13157
|
-
{
|
|
13158
|
-
"kind": "Content",
|
|
13159
|
-
"text": "<"
|
|
13160
|
-
},
|
|
13161
|
-
{
|
|
13162
|
-
"kind": "Reference",
|
|
13163
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13164
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13165
|
-
},
|
|
13166
|
-
{
|
|
13167
|
-
"kind": "Content",
|
|
13168
|
-
"text": "<"
|
|
13169
|
-
},
|
|
13170
|
-
{
|
|
13171
|
-
"kind": "Reference",
|
|
13172
|
-
"text": "PBBillboard",
|
|
13173
|
-
"canonicalReference": "@dcl/playground-assets!PBBillboard"
|
|
13174
|
-
},
|
|
13175
|
-
{
|
|
13176
|
-
"kind": "Content",
|
|
13177
|
-
"text": ">>;\n \"core::CameraMode\": "
|
|
13178
|
-
},
|
|
13179
|
-
{
|
|
13180
|
-
"kind": "Reference",
|
|
13181
|
-
"text": "LwwComponentGetter",
|
|
13182
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13183
|
-
},
|
|
13184
|
-
{
|
|
13185
|
-
"kind": "Content",
|
|
13186
|
-
"text": "<"
|
|
13187
|
-
},
|
|
13188
|
-
{
|
|
13189
|
-
"kind": "Reference",
|
|
13190
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13191
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13192
|
-
},
|
|
13193
|
-
{
|
|
13194
|
-
"kind": "Content",
|
|
13195
|
-
"text": "<"
|
|
13196
|
-
},
|
|
13197
|
-
{
|
|
13198
|
-
"kind": "Reference",
|
|
13199
|
-
"text": "PBCameraMode",
|
|
13200
|
-
"canonicalReference": "@dcl/playground-assets!PBCameraMode"
|
|
13201
|
-
},
|
|
13202
|
-
{
|
|
13203
|
-
"kind": "Content",
|
|
13204
|
-
"text": ">>;\n \"core::CameraModeArea\": "
|
|
13205
|
-
},
|
|
13206
|
-
{
|
|
13207
|
-
"kind": "Reference",
|
|
13208
|
-
"text": "LwwComponentGetter",
|
|
13209
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13210
|
-
},
|
|
13211
|
-
{
|
|
13212
|
-
"kind": "Content",
|
|
13213
|
-
"text": "<"
|
|
13214
|
-
},
|
|
13215
|
-
{
|
|
13216
|
-
"kind": "Reference",
|
|
13217
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13218
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13219
|
-
},
|
|
13220
|
-
{
|
|
13221
|
-
"kind": "Content",
|
|
13222
|
-
"text": "<"
|
|
13223
|
-
},
|
|
13224
|
-
{
|
|
13225
|
-
"kind": "Reference",
|
|
13226
|
-
"text": "PBCameraModeArea",
|
|
13227
|
-
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea"
|
|
13228
|
-
},
|
|
13229
|
-
{
|
|
13230
|
-
"kind": "Content",
|
|
13231
|
-
"text": ">>;\n \"core::EngineInfo\": "
|
|
13232
|
-
},
|
|
13233
|
-
{
|
|
13234
|
-
"kind": "Reference",
|
|
13235
|
-
"text": "LwwComponentGetter",
|
|
13236
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13237
|
-
},
|
|
13238
|
-
{
|
|
13239
|
-
"kind": "Content",
|
|
13240
|
-
"text": "<"
|
|
13241
|
-
},
|
|
13242
|
-
{
|
|
13243
|
-
"kind": "Reference",
|
|
13244
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13245
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13246
|
-
},
|
|
13247
|
-
{
|
|
13248
|
-
"kind": "Content",
|
|
13249
|
-
"text": "<"
|
|
13250
|
-
},
|
|
13251
|
-
{
|
|
13252
|
-
"kind": "Reference",
|
|
13253
|
-
"text": "PBEngineInfo",
|
|
13254
|
-
"canonicalReference": "@dcl/playground-assets!PBEngineInfo"
|
|
13255
|
-
},
|
|
13256
|
-
{
|
|
13257
|
-
"kind": "Content",
|
|
13258
|
-
"text": ">>;\n \"core::GltfContainer\": "
|
|
13259
|
-
},
|
|
13260
|
-
{
|
|
13261
|
-
"kind": "Reference",
|
|
13262
|
-
"text": "LwwComponentGetter",
|
|
13263
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13264
|
-
},
|
|
13265
|
-
{
|
|
13266
|
-
"kind": "Content",
|
|
13267
|
-
"text": "<"
|
|
13268
|
-
},
|
|
13269
|
-
{
|
|
13270
|
-
"kind": "Reference",
|
|
13271
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13272
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13273
|
-
},
|
|
13274
|
-
{
|
|
13275
|
-
"kind": "Content",
|
|
13276
|
-
"text": "<"
|
|
13277
|
-
},
|
|
13278
|
-
{
|
|
13279
|
-
"kind": "Reference",
|
|
13280
|
-
"text": "PBGltfContainer",
|
|
13281
|
-
"canonicalReference": "@dcl/playground-assets!PBGltfContainer"
|
|
13282
|
-
},
|
|
13283
|
-
{
|
|
13284
|
-
"kind": "Content",
|
|
13285
|
-
"text": ">>;\n \"core::GltfContainerLoadingState\": "
|
|
13657
|
+
"text": ">>;\n \"core::AvatarModifierArea\": "
|
|
13286
13658
|
},
|
|
13287
13659
|
{
|
|
13288
13660
|
"kind": "Reference",
|
|
@@ -13304,12 +13676,12 @@
|
|
|
13304
13676
|
},
|
|
13305
13677
|
{
|
|
13306
13678
|
"kind": "Reference",
|
|
13307
|
-
"text": "
|
|
13308
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13679
|
+
"text": "PBAvatarModifierArea",
|
|
13680
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea"
|
|
13309
13681
|
},
|
|
13310
13682
|
{
|
|
13311
13683
|
"kind": "Content",
|
|
13312
|
-
"text": ">>;\n \"core::
|
|
13684
|
+
"text": ">>;\n \"core::AvatarShape\": "
|
|
13313
13685
|
},
|
|
13314
13686
|
{
|
|
13315
13687
|
"kind": "Reference",
|
|
@@ -13331,12 +13703,12 @@
|
|
|
13331
13703
|
},
|
|
13332
13704
|
{
|
|
13333
13705
|
"kind": "Reference",
|
|
13334
|
-
"text": "
|
|
13335
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13706
|
+
"text": "PBAvatarShape",
|
|
13707
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarShape"
|
|
13336
13708
|
},
|
|
13337
13709
|
{
|
|
13338
13710
|
"kind": "Content",
|
|
13339
|
-
"text": ">>;\n \"core::
|
|
13711
|
+
"text": ">>;\n \"core::Billboard\": "
|
|
13340
13712
|
},
|
|
13341
13713
|
{
|
|
13342
13714
|
"kind": "Reference",
|
|
@@ -13358,12 +13730,12 @@
|
|
|
13358
13730
|
},
|
|
13359
13731
|
{
|
|
13360
13732
|
"kind": "Reference",
|
|
13361
|
-
"text": "
|
|
13362
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13733
|
+
"text": "PBBillboard",
|
|
13734
|
+
"canonicalReference": "@dcl/playground-assets!PBBillboard"
|
|
13363
13735
|
},
|
|
13364
13736
|
{
|
|
13365
13737
|
"kind": "Content",
|
|
13366
|
-
"text": ">>;\n \"core::
|
|
13738
|
+
"text": ">>;\n \"core::CameraMode\": "
|
|
13367
13739
|
},
|
|
13368
13740
|
{
|
|
13369
13741
|
"kind": "Reference",
|
|
@@ -13385,12 +13757,12 @@
|
|
|
13385
13757
|
},
|
|
13386
13758
|
{
|
|
13387
13759
|
"kind": "Reference",
|
|
13388
|
-
"text": "
|
|
13389
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13760
|
+
"text": "PBCameraMode",
|
|
13761
|
+
"canonicalReference": "@dcl/playground-assets!PBCameraMode"
|
|
13390
13762
|
},
|
|
13391
13763
|
{
|
|
13392
13764
|
"kind": "Content",
|
|
13393
|
-
"text": ">>;\n \"core::
|
|
13765
|
+
"text": ">>;\n \"core::CameraModeArea\": "
|
|
13394
13766
|
},
|
|
13395
13767
|
{
|
|
13396
13768
|
"kind": "Reference",
|
|
@@ -13412,12 +13784,12 @@
|
|
|
13412
13784
|
},
|
|
13413
13785
|
{
|
|
13414
13786
|
"kind": "Reference",
|
|
13415
|
-
"text": "
|
|
13416
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13787
|
+
"text": "PBCameraModeArea",
|
|
13788
|
+
"canonicalReference": "@dcl/playground-assets!PBCameraModeArea"
|
|
13417
13789
|
},
|
|
13418
13790
|
{
|
|
13419
13791
|
"kind": "Content",
|
|
13420
|
-
"text": ">>;\n \"core::
|
|
13792
|
+
"text": ">>;\n \"core::EngineInfo\": "
|
|
13421
13793
|
},
|
|
13422
13794
|
{
|
|
13423
13795
|
"kind": "Reference",
|
|
@@ -13439,12 +13811,12 @@
|
|
|
13439
13811
|
},
|
|
13440
13812
|
{
|
|
13441
13813
|
"kind": "Reference",
|
|
13442
|
-
"text": "
|
|
13443
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13814
|
+
"text": "PBEngineInfo",
|
|
13815
|
+
"canonicalReference": "@dcl/playground-assets!PBEngineInfo"
|
|
13444
13816
|
},
|
|
13445
13817
|
{
|
|
13446
13818
|
"kind": "Content",
|
|
13447
|
-
"text": ">>;\n \"core::
|
|
13819
|
+
"text": ">>;\n \"core::GltfContainer\": "
|
|
13448
13820
|
},
|
|
13449
13821
|
{
|
|
13450
13822
|
"kind": "Reference",
|
|
@@ -13466,39 +13838,12 @@
|
|
|
13466
13838
|
},
|
|
13467
13839
|
{
|
|
13468
13840
|
"kind": "Reference",
|
|
13469
|
-
"text": "
|
|
13470
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13471
|
-
},
|
|
13472
|
-
{
|
|
13473
|
-
"kind": "Content",
|
|
13474
|
-
"text": ">>;\n \"core::MeshRenderer\": "
|
|
13475
|
-
},
|
|
13476
|
-
{
|
|
13477
|
-
"kind": "Reference",
|
|
13478
|
-
"text": "LwwComponentGetter",
|
|
13479
|
-
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13480
|
-
},
|
|
13481
|
-
{
|
|
13482
|
-
"kind": "Content",
|
|
13483
|
-
"text": "<"
|
|
13484
|
-
},
|
|
13485
|
-
{
|
|
13486
|
-
"kind": "Reference",
|
|
13487
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13488
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13489
|
-
},
|
|
13490
|
-
{
|
|
13491
|
-
"kind": "Content",
|
|
13492
|
-
"text": "<"
|
|
13493
|
-
},
|
|
13494
|
-
{
|
|
13495
|
-
"kind": "Reference",
|
|
13496
|
-
"text": "PBMeshRenderer",
|
|
13497
|
-
"canonicalReference": "@dcl/playground-assets!PBMeshRenderer"
|
|
13841
|
+
"text": "PBGltfContainer",
|
|
13842
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainer"
|
|
13498
13843
|
},
|
|
13499
13844
|
{
|
|
13500
13845
|
"kind": "Content",
|
|
13501
|
-
"text": ">>;\n \"core::
|
|
13846
|
+
"text": ">>;\n \"core::GltfContainerLoadingState\": "
|
|
13502
13847
|
},
|
|
13503
13848
|
{
|
|
13504
13849
|
"kind": "Reference",
|
|
@@ -13520,12 +13865,12 @@
|
|
|
13520
13865
|
},
|
|
13521
13866
|
{
|
|
13522
13867
|
"kind": "Reference",
|
|
13523
|
-
"text": "
|
|
13524
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13868
|
+
"text": "PBGltfContainerLoadingState",
|
|
13869
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState"
|
|
13525
13870
|
},
|
|
13526
13871
|
{
|
|
13527
13872
|
"kind": "Content",
|
|
13528
|
-
"text": ">>;\n \"core::
|
|
13873
|
+
"text": ">>;\n \"core::GltfNodeModifiers\": "
|
|
13529
13874
|
},
|
|
13530
13875
|
{
|
|
13531
13876
|
"kind": "Reference",
|
|
@@ -13547,12 +13892,12 @@
|
|
|
13547
13892
|
},
|
|
13548
13893
|
{
|
|
13549
13894
|
"kind": "Reference",
|
|
13550
|
-
"text": "
|
|
13551
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13895
|
+
"text": "PBGltfNodeModifiers",
|
|
13896
|
+
"canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers"
|
|
13552
13897
|
},
|
|
13553
13898
|
{
|
|
13554
13899
|
"kind": "Content",
|
|
13555
|
-
"text": ">>;\n \"core::
|
|
13900
|
+
"text": ">>;\n \"core::InputModifier\": "
|
|
13556
13901
|
},
|
|
13557
13902
|
{
|
|
13558
13903
|
"kind": "Reference",
|
|
@@ -13574,12 +13919,12 @@
|
|
|
13574
13919
|
},
|
|
13575
13920
|
{
|
|
13576
13921
|
"kind": "Reference",
|
|
13577
|
-
"text": "
|
|
13578
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13922
|
+
"text": "PBInputModifier",
|
|
13923
|
+
"canonicalReference": "@dcl/playground-assets!PBInputModifier"
|
|
13579
13924
|
},
|
|
13580
13925
|
{
|
|
13581
13926
|
"kind": "Content",
|
|
13582
|
-
"text": ">>;\n \"core::
|
|
13927
|
+
"text": ">>;\n \"core::LightSource\": "
|
|
13583
13928
|
},
|
|
13584
13929
|
{
|
|
13585
13930
|
"kind": "Reference",
|
|
@@ -13601,12 +13946,12 @@
|
|
|
13601
13946
|
},
|
|
13602
13947
|
{
|
|
13603
13948
|
"kind": "Reference",
|
|
13604
|
-
"text": "
|
|
13605
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13949
|
+
"text": "PBLightSource",
|
|
13950
|
+
"canonicalReference": "@dcl/playground-assets!PBLightSource"
|
|
13606
13951
|
},
|
|
13607
13952
|
{
|
|
13608
13953
|
"kind": "Content",
|
|
13609
|
-
"text": ">>;\n \"core::
|
|
13954
|
+
"text": ">>;\n \"core::MainCamera\": "
|
|
13610
13955
|
},
|
|
13611
13956
|
{
|
|
13612
13957
|
"kind": "Reference",
|
|
@@ -13628,12 +13973,12 @@
|
|
|
13628
13973
|
},
|
|
13629
13974
|
{
|
|
13630
13975
|
"kind": "Reference",
|
|
13631
|
-
"text": "
|
|
13632
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13976
|
+
"text": "PBMainCamera",
|
|
13977
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera"
|
|
13633
13978
|
},
|
|
13634
13979
|
{
|
|
13635
13980
|
"kind": "Content",
|
|
13636
|
-
"text": ">>;\n \"core::
|
|
13981
|
+
"text": ">>;\n \"core::Material\": "
|
|
13637
13982
|
},
|
|
13638
13983
|
{
|
|
13639
13984
|
"kind": "Reference",
|
|
@@ -13655,39 +14000,12 @@
|
|
|
13655
14000
|
},
|
|
13656
14001
|
{
|
|
13657
14002
|
"kind": "Reference",
|
|
13658
|
-
"text": "
|
|
13659
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13660
|
-
},
|
|
13661
|
-
{
|
|
13662
|
-
"kind": "Content",
|
|
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"
|
|
14003
|
+
"text": "PBMaterial",
|
|
14004
|
+
"canonicalReference": "@dcl/playground-assets!PBMaterial"
|
|
13687
14005
|
},
|
|
13688
14006
|
{
|
|
13689
14007
|
"kind": "Content",
|
|
13690
|
-
"text": ">>;\n \"core::
|
|
14008
|
+
"text": ">>;\n \"core::MeshCollider\": "
|
|
13691
14009
|
},
|
|
13692
14010
|
{
|
|
13693
14011
|
"kind": "Reference",
|
|
@@ -13709,12 +14027,12 @@
|
|
|
13709
14027
|
},
|
|
13710
14028
|
{
|
|
13711
14029
|
"kind": "Reference",
|
|
13712
|
-
"text": "
|
|
13713
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14030
|
+
"text": "PBMeshCollider",
|
|
14031
|
+
"canonicalReference": "@dcl/playground-assets!PBMeshCollider"
|
|
13714
14032
|
},
|
|
13715
14033
|
{
|
|
13716
14034
|
"kind": "Content",
|
|
13717
|
-
"text": ">>;\n \"core::
|
|
14035
|
+
"text": ">>;\n \"core::MeshRenderer\": "
|
|
13718
14036
|
},
|
|
13719
14037
|
{
|
|
13720
14038
|
"kind": "Reference",
|
|
@@ -13736,12 +14054,12 @@
|
|
|
13736
14054
|
},
|
|
13737
14055
|
{
|
|
13738
14056
|
"kind": "Reference",
|
|
13739
|
-
"text": "
|
|
13740
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14057
|
+
"text": "PBMeshRenderer",
|
|
14058
|
+
"canonicalReference": "@dcl/playground-assets!PBMeshRenderer"
|
|
13741
14059
|
},
|
|
13742
14060
|
{
|
|
13743
14061
|
"kind": "Content",
|
|
13744
|
-
"text": ">>;\n \"core::
|
|
14062
|
+
"text": ">>;\n \"core::NftShape\": "
|
|
13745
14063
|
},
|
|
13746
14064
|
{
|
|
13747
14065
|
"kind": "Reference",
|
|
@@ -13763,12 +14081,12 @@
|
|
|
13763
14081
|
},
|
|
13764
14082
|
{
|
|
13765
14083
|
"kind": "Reference",
|
|
13766
|
-
"text": "
|
|
13767
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14084
|
+
"text": "PBNftShape",
|
|
14085
|
+
"canonicalReference": "@dcl/playground-assets!PBNftShape"
|
|
13768
14086
|
},
|
|
13769
14087
|
{
|
|
13770
14088
|
"kind": "Content",
|
|
13771
|
-
"text": ">>;\n \"core::
|
|
14089
|
+
"text": ">>;\n \"core::ParticleSystem\": "
|
|
13772
14090
|
},
|
|
13773
14091
|
{
|
|
13774
14092
|
"kind": "Reference",
|
|
@@ -13790,12 +14108,12 @@
|
|
|
13790
14108
|
},
|
|
13791
14109
|
{
|
|
13792
14110
|
"kind": "Reference",
|
|
13793
|
-
"text": "
|
|
13794
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14111
|
+
"text": "PBParticleSystem",
|
|
14112
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
13795
14113
|
},
|
|
13796
14114
|
{
|
|
13797
14115
|
"kind": "Content",
|
|
13798
|
-
"text": ">>;\n \"core::
|
|
14116
|
+
"text": ">>;\n \"core::PhysicsCombinedForce\": "
|
|
13799
14117
|
},
|
|
13800
14118
|
{
|
|
13801
14119
|
"kind": "Reference",
|
|
@@ -13817,12 +14135,12 @@
|
|
|
13817
14135
|
},
|
|
13818
14136
|
{
|
|
13819
14137
|
"kind": "Reference",
|
|
13820
|
-
"text": "
|
|
13821
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14138
|
+
"text": "PBPhysicsCombinedForce",
|
|
14139
|
+
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedForce"
|
|
13822
14140
|
},
|
|
13823
14141
|
{
|
|
13824
14142
|
"kind": "Content",
|
|
13825
|
-
"text": ">>;\n \"core::
|
|
14143
|
+
"text": ">>;\n \"core::PhysicsCombinedImpulse\": "
|
|
13826
14144
|
},
|
|
13827
14145
|
{
|
|
13828
14146
|
"kind": "Reference",
|
|
@@ -13844,12 +14162,12 @@
|
|
|
13844
14162
|
},
|
|
13845
14163
|
{
|
|
13846
14164
|
"kind": "Reference",
|
|
13847
|
-
"text": "
|
|
13848
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14165
|
+
"text": "PBPhysicsCombinedImpulse",
|
|
14166
|
+
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedImpulse"
|
|
13849
14167
|
},
|
|
13850
14168
|
{
|
|
13851
14169
|
"kind": "Content",
|
|
13852
|
-
"text": ">>;\n \"core::
|
|
14170
|
+
"text": ">>;\n \"core::PlayerIdentityData\": "
|
|
13853
14171
|
},
|
|
13854
14172
|
{
|
|
13855
14173
|
"kind": "Reference",
|
|
@@ -13871,12 +14189,12 @@
|
|
|
13871
14189
|
},
|
|
13872
14190
|
{
|
|
13873
14191
|
"kind": "Reference",
|
|
13874
|
-
"text": "
|
|
13875
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14192
|
+
"text": "PBPlayerIdentityData",
|
|
14193
|
+
"canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData"
|
|
13876
14194
|
},
|
|
13877
14195
|
{
|
|
13878
14196
|
"kind": "Content",
|
|
13879
|
-
"text": ">>;\n \"core::
|
|
14197
|
+
"text": ">>;\n \"core::PointerEvents\": "
|
|
13880
14198
|
},
|
|
13881
14199
|
{
|
|
13882
14200
|
"kind": "Reference",
|
|
@@ -13898,12 +14216,12 @@
|
|
|
13898
14216
|
},
|
|
13899
14217
|
{
|
|
13900
14218
|
"kind": "Reference",
|
|
13901
|
-
"text": "
|
|
13902
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14219
|
+
"text": "PBPointerEvents",
|
|
14220
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEvents"
|
|
13903
14221
|
},
|
|
13904
14222
|
{
|
|
13905
14223
|
"kind": "Content",
|
|
13906
|
-
"text": ">>;\n \"core::
|
|
14224
|
+
"text": ">>;\n \"core::PointerEventsResult\": "
|
|
13907
14225
|
},
|
|
13908
14226
|
{
|
|
13909
14227
|
"kind": "Reference",
|
|
@@ -13925,12 +14243,12 @@
|
|
|
13925
14243
|
},
|
|
13926
14244
|
{
|
|
13927
14245
|
"kind": "Reference",
|
|
13928
|
-
"text": "
|
|
13929
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14246
|
+
"text": "PBPointerEventsResult",
|
|
14247
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEventsResult"
|
|
13930
14248
|
},
|
|
13931
14249
|
{
|
|
13932
14250
|
"kind": "Content",
|
|
13933
|
-
"text": ">>;\n \"core::
|
|
14251
|
+
"text": ">>;\n \"core::PointerLock\": "
|
|
13934
14252
|
},
|
|
13935
14253
|
{
|
|
13936
14254
|
"kind": "Reference",
|
|
@@ -13952,12 +14270,12 @@
|
|
|
13952
14270
|
},
|
|
13953
14271
|
{
|
|
13954
14272
|
"kind": "Reference",
|
|
13955
|
-
"text": "
|
|
13956
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14273
|
+
"text": "PBPointerLock",
|
|
14274
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerLock"
|
|
13957
14275
|
},
|
|
13958
14276
|
{
|
|
13959
14277
|
"kind": "Content",
|
|
13960
|
-
"text": ">>;\n \"core::
|
|
14278
|
+
"text": ">>;\n \"core::PrimaryPointerInfo\": "
|
|
13961
14279
|
},
|
|
13962
14280
|
{
|
|
13963
14281
|
"kind": "Reference",
|
|
@@ -13979,12 +14297,12 @@
|
|
|
13979
14297
|
},
|
|
13980
14298
|
{
|
|
13981
14299
|
"kind": "Reference",
|
|
13982
|
-
"text": "
|
|
13983
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14300
|
+
"text": "PBPrimaryPointerInfo",
|
|
14301
|
+
"canonicalReference": "@dcl/playground-assets!PBPrimaryPointerInfo"
|
|
13984
14302
|
},
|
|
13985
14303
|
{
|
|
13986
14304
|
"kind": "Content",
|
|
13987
|
-
"text": ">>;\n \"core::
|
|
14305
|
+
"text": ">>;\n \"core::Raycast\": "
|
|
13988
14306
|
},
|
|
13989
14307
|
{
|
|
13990
14308
|
"kind": "Reference",
|
|
@@ -14006,12 +14324,12 @@
|
|
|
14006
14324
|
},
|
|
14007
14325
|
{
|
|
14008
14326
|
"kind": "Reference",
|
|
14009
|
-
"text": "
|
|
14010
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14327
|
+
"text": "PBRaycast",
|
|
14328
|
+
"canonicalReference": "@dcl/playground-assets!PBRaycast"
|
|
14011
14329
|
},
|
|
14012
14330
|
{
|
|
14013
14331
|
"kind": "Content",
|
|
14014
|
-
"text": ">>;\n \"core::
|
|
14332
|
+
"text": ">>;\n \"core::RaycastResult\": "
|
|
14015
14333
|
},
|
|
14016
14334
|
{
|
|
14017
14335
|
"kind": "Reference",
|
|
@@ -14033,12 +14351,12 @@
|
|
|
14033
14351
|
},
|
|
14034
14352
|
{
|
|
14035
14353
|
"kind": "Reference",
|
|
14036
|
-
"text": "
|
|
14037
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14354
|
+
"text": "PBRaycastResult",
|
|
14355
|
+
"canonicalReference": "@dcl/playground-assets!PBRaycastResult"
|
|
14038
14356
|
},
|
|
14039
14357
|
{
|
|
14040
14358
|
"kind": "Content",
|
|
14041
|
-
"text": ">>;\n \"core::
|
|
14359
|
+
"text": ">>;\n \"core::RealmInfo\": "
|
|
14042
14360
|
},
|
|
14043
14361
|
{
|
|
14044
14362
|
"kind": "Reference",
|
|
@@ -14060,12 +14378,12 @@
|
|
|
14060
14378
|
},
|
|
14061
14379
|
{
|
|
14062
14380
|
"kind": "Reference",
|
|
14063
|
-
"text": "
|
|
14064
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14381
|
+
"text": "PBRealmInfo",
|
|
14382
|
+
"canonicalReference": "@dcl/playground-assets!PBRealmInfo"
|
|
14065
14383
|
},
|
|
14066
14384
|
{
|
|
14067
14385
|
"kind": "Content",
|
|
14068
|
-
"text": ">>;\n \"core::
|
|
14386
|
+
"text": ">>;\n \"core::SkyboxTime\": "
|
|
14069
14387
|
},
|
|
14070
14388
|
{
|
|
14071
14389
|
"kind": "Reference",
|
|
@@ -14087,12 +14405,12 @@
|
|
|
14087
14405
|
},
|
|
14088
14406
|
{
|
|
14089
14407
|
"kind": "Reference",
|
|
14090
|
-
"text": "
|
|
14091
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14408
|
+
"text": "PBSkyboxTime",
|
|
14409
|
+
"canonicalReference": "@dcl/playground-assets!PBSkyboxTime"
|
|
14092
14410
|
},
|
|
14093
14411
|
{
|
|
14094
14412
|
"kind": "Content",
|
|
14095
|
-
"text": ">>;\n \"core::
|
|
14413
|
+
"text": ">>;\n \"core::TextShape\": "
|
|
14096
14414
|
},
|
|
14097
14415
|
{
|
|
14098
14416
|
"kind": "Reference",
|
|
@@ -14114,12 +14432,12 @@
|
|
|
14114
14432
|
},
|
|
14115
14433
|
{
|
|
14116
14434
|
"kind": "Reference",
|
|
14117
|
-
"text": "
|
|
14118
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14435
|
+
"text": "PBTextShape",
|
|
14436
|
+
"canonicalReference": "@dcl/playground-assets!PBTextShape"
|
|
14119
14437
|
},
|
|
14120
14438
|
{
|
|
14121
14439
|
"kind": "Content",
|
|
14122
|
-
"text": ">>;\n \"core::
|
|
14440
|
+
"text": ">>;\n \"core::TriggerArea\": "
|
|
14123
14441
|
},
|
|
14124
14442
|
{
|
|
14125
14443
|
"kind": "Reference",
|
|
@@ -14141,17 +14459,17 @@
|
|
|
14141
14459
|
},
|
|
14142
14460
|
{
|
|
14143
14461
|
"kind": "Reference",
|
|
14144
|
-
"text": "
|
|
14145
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14462
|
+
"text": "PBTriggerArea",
|
|
14463
|
+
"canonicalReference": "@dcl/playground-assets!PBTriggerArea"
|
|
14146
14464
|
},
|
|
14147
14465
|
{
|
|
14148
14466
|
"kind": "Content",
|
|
14149
|
-
"text": ">>;\n \"core::
|
|
14467
|
+
"text": ">>;\n \"core::TriggerAreaResult\": "
|
|
14150
14468
|
},
|
|
14151
14469
|
{
|
|
14152
14470
|
"kind": "Reference",
|
|
14153
|
-
"text": "
|
|
14154
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14471
|
+
"text": "GSetComponentGetter",
|
|
14472
|
+
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
|
14155
14473
|
},
|
|
14156
14474
|
{
|
|
14157
14475
|
"kind": "Content",
|
|
@@ -14159,8 +14477,8 @@
|
|
|
14159
14477
|
},
|
|
14160
14478
|
{
|
|
14161
14479
|
"kind": "Reference",
|
|
14162
|
-
"text": "
|
|
14163
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14480
|
+
"text": "GrowOnlyValueSetComponentDefinition",
|
|
14481
|
+
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
|
14164
14482
|
},
|
|
14165
14483
|
{
|
|
14166
14484
|
"kind": "Content",
|
|
@@ -14168,12 +14486,12 @@
|
|
|
14168
14486
|
},
|
|
14169
14487
|
{
|
|
14170
14488
|
"kind": "Reference",
|
|
14171
|
-
"text": "
|
|
14172
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14489
|
+
"text": "PBTriggerAreaResult",
|
|
14490
|
+
"canonicalReference": "@dcl/playground-assets!PBTriggerAreaResult"
|
|
14173
14491
|
},
|
|
14174
14492
|
{
|
|
14175
14493
|
"kind": "Content",
|
|
14176
|
-
"text": ">>;\n \"core::
|
|
14494
|
+
"text": ">>;\n \"core::Tween\": "
|
|
14177
14495
|
},
|
|
14178
14496
|
{
|
|
14179
14497
|
"kind": "Reference",
|
|
@@ -14195,12 +14513,12 @@
|
|
|
14195
14513
|
},
|
|
14196
14514
|
{
|
|
14197
14515
|
"kind": "Reference",
|
|
14198
|
-
"text": "
|
|
14199
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14516
|
+
"text": "PBTween",
|
|
14517
|
+
"canonicalReference": "@dcl/playground-assets!PBTween"
|
|
14200
14518
|
},
|
|
14201
14519
|
{
|
|
14202
14520
|
"kind": "Content",
|
|
14203
|
-
"text": ">>;\n \"core::
|
|
14521
|
+
"text": ">>;\n \"core::TweenSequence\": "
|
|
14204
14522
|
},
|
|
14205
14523
|
{
|
|
14206
14524
|
"kind": "Reference",
|
|
@@ -14222,39 +14540,12 @@
|
|
|
14222
14540
|
},
|
|
14223
14541
|
{
|
|
14224
14542
|
"kind": "Reference",
|
|
14225
|
-
"text": "
|
|
14226
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14227
|
-
},
|
|
14228
|
-
{
|
|
14229
|
-
"kind": "Content",
|
|
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"
|
|
14543
|
+
"text": "PBTweenSequence",
|
|
14544
|
+
"canonicalReference": "@dcl/playground-assets!PBTweenSequence"
|
|
14254
14545
|
},
|
|
14255
14546
|
{
|
|
14256
14547
|
"kind": "Content",
|
|
14257
|
-
"text": ">>;\n \"core::
|
|
14548
|
+
"text": ">>;\n \"core::TweenState\": "
|
|
14258
14549
|
},
|
|
14259
14550
|
{
|
|
14260
14551
|
"kind": "Reference",
|
|
@@ -14276,12 +14567,282 @@
|
|
|
14276
14567
|
},
|
|
14277
14568
|
{
|
|
14278
14569
|
"kind": "Reference",
|
|
14279
|
-
"text": "
|
|
14280
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
14570
|
+
"text": "PBTweenState",
|
|
14571
|
+
"canonicalReference": "@dcl/playground-assets!PBTweenState"
|
|
14281
14572
|
},
|
|
14282
14573
|
{
|
|
14283
14574
|
"kind": "Content",
|
|
14284
|
-
"text": ">>;\n \"core::
|
|
14575
|
+
"text": ">>;\n \"core::UiBackground\": "
|
|
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\": "
|
|
14285
14846
|
},
|
|
14286
14847
|
{
|
|
14287
14848
|
"kind": "Reference",
|
|
@@ -14344,7 +14905,7 @@
|
|
|
14344
14905
|
"name": "componentDefinitionByName",
|
|
14345
14906
|
"variableTypeTokenRange": {
|
|
14346
14907
|
"startIndex": 1,
|
|
14347
|
-
"endIndex":
|
|
14908
|
+
"endIndex": 350
|
|
14348
14909
|
}
|
|
14349
14910
|
},
|
|
14350
14911
|
{
|
|
@@ -24817,6 +25378,27 @@
|
|
|
24817
25378
|
"releaseTag": "Public",
|
|
24818
25379
|
"name": "IA_LEFT"
|
|
24819
25380
|
},
|
|
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
|
+
},
|
|
24820
25402
|
{
|
|
24821
25403
|
"kind": "EnumMember",
|
|
24822
25404
|
"canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
|
|
@@ -41002,32 +41584,31 @@
|
|
|
41002
41584
|
},
|
|
41003
41585
|
{
|
|
41004
41586
|
"kind": "Interface",
|
|
41005
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41587
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface",
|
|
41006
41588
|
"docComment": "/**\n * @public\n */\n",
|
|
41007
41589
|
"excerptTokens": [
|
|
41008
41590
|
{
|
|
41009
41591
|
"kind": "Content",
|
|
41010
|
-
"text": "export interface
|
|
41592
|
+
"text": "export interface PBAudioAnalysis "
|
|
41011
41593
|
}
|
|
41012
41594
|
],
|
|
41013
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41595
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
41014
41596
|
"releaseTag": "Public",
|
|
41015
|
-
"name": "
|
|
41597
|
+
"name": "PBAudioAnalysis",
|
|
41016
41598
|
"preserveMemberOrder": false,
|
|
41017
41599
|
"members": [
|
|
41018
41600
|
{
|
|
41019
41601
|
"kind": "PropertySignature",
|
|
41020
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41021
|
-
"docComment": "",
|
|
41602
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitude:member",
|
|
41603
|
+
"docComment": "/**\n * Result section\n */\n",
|
|
41022
41604
|
"excerptTokens": [
|
|
41023
41605
|
{
|
|
41024
41606
|
"kind": "Content",
|
|
41025
|
-
"text": "
|
|
41607
|
+
"text": "amplitude: "
|
|
41026
41608
|
},
|
|
41027
41609
|
{
|
|
41028
|
-
"kind": "
|
|
41029
|
-
"text": "
|
|
41030
|
-
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
41610
|
+
"kind": "Content",
|
|
41611
|
+
"text": "number"
|
|
41031
41612
|
},
|
|
41032
41613
|
{
|
|
41033
41614
|
"kind": "Content",
|
|
@@ -41037,7 +41618,7 @@
|
|
|
41037
41618
|
"isReadonly": false,
|
|
41038
41619
|
"isOptional": false,
|
|
41039
41620
|
"releaseTag": "Public",
|
|
41040
|
-
"name": "
|
|
41621
|
+
"name": "amplitude",
|
|
41041
41622
|
"propertyTypeTokenRange": {
|
|
41042
41623
|
"startIndex": 1,
|
|
41043
41624
|
"endIndex": 2
|
|
@@ -41045,16 +41626,16 @@
|
|
|
41045
41626
|
},
|
|
41046
41627
|
{
|
|
41047
41628
|
"kind": "PropertySignature",
|
|
41048
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41049
|
-
"docComment": "/**\n *
|
|
41629
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitudeGain:member",
|
|
41630
|
+
"docComment": "/**\n * Used only when mode == MODE_LOGARITHMIC\n */\n",
|
|
41050
41631
|
"excerptTokens": [
|
|
41051
41632
|
{
|
|
41052
41633
|
"kind": "Content",
|
|
41053
|
-
"text": "
|
|
41634
|
+
"text": "amplitudeGain?: "
|
|
41054
41635
|
},
|
|
41055
41636
|
{
|
|
41056
41637
|
"kind": "Content",
|
|
41057
|
-
"text": "number"
|
|
41638
|
+
"text": "number | undefined"
|
|
41058
41639
|
},
|
|
41059
41640
|
{
|
|
41060
41641
|
"kind": "Content",
|
|
@@ -41062,195 +41643,107 @@
|
|
|
41062
41643
|
}
|
|
41063
41644
|
],
|
|
41064
41645
|
"isReadonly": false,
|
|
41065
|
-
"isOptional":
|
|
41646
|
+
"isOptional": true,
|
|
41066
41647
|
"releaseTag": "Public",
|
|
41067
|
-
"name": "
|
|
41648
|
+
"name": "amplitudeGain",
|
|
41068
41649
|
"propertyTypeTokenRange": {
|
|
41069
41650
|
"startIndex": 1,
|
|
41070
41651
|
"endIndex": 2
|
|
41071
41652
|
}
|
|
41072
|
-
}
|
|
41073
|
-
],
|
|
41074
|
-
"extendsTokenRanges": []
|
|
41075
|
-
},
|
|
41076
|
-
{
|
|
41077
|
-
"kind": "Namespace",
|
|
41078
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
41079
|
-
"docComment": "/**\n * @public\n */\n",
|
|
41080
|
-
"excerptTokens": [
|
|
41081
|
-
{
|
|
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": [
|
|
41653
|
+
},
|
|
41091
41654
|
{
|
|
41092
|
-
"kind": "
|
|
41093
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41094
|
-
"docComment": "",
|
|
41655
|
+
"kind": "PropertySignature",
|
|
41656
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band0:member",
|
|
41657
|
+
"docComment": "/**\n * Protobuf doesn't support fixed arrays -> 8 band fields\n */\n",
|
|
41095
41658
|
"excerptTokens": [
|
|
41096
41659
|
{
|
|
41097
41660
|
"kind": "Content",
|
|
41098
|
-
"text": "
|
|
41099
|
-
},
|
|
41100
|
-
{
|
|
41101
|
-
"kind": "Reference",
|
|
41102
|
-
"text": "_m0.Reader",
|
|
41103
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
41661
|
+
"text": "band0: "
|
|
41104
41662
|
},
|
|
41105
41663
|
{
|
|
41106
41664
|
"kind": "Content",
|
|
41107
|
-
"text": "
|
|
41108
|
-
},
|
|
41109
|
-
{
|
|
41110
|
-
"kind": "Reference",
|
|
41111
|
-
"text": "Uint8Array",
|
|
41112
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
41665
|
+
"text": "number"
|
|
41113
41666
|
},
|
|
41114
41667
|
{
|
|
41115
41668
|
"kind": "Content",
|
|
41116
|
-
"text": "
|
|
41117
|
-
}
|
|
41669
|
+
"text": ";"
|
|
41670
|
+
}
|
|
41671
|
+
],
|
|
41672
|
+
"isReadonly": false,
|
|
41673
|
+
"isOptional": false,
|
|
41674
|
+
"releaseTag": "Public",
|
|
41675
|
+
"name": "band0",
|
|
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": [
|
|
41118
41686
|
{
|
|
41119
41687
|
"kind": "Content",
|
|
41120
|
-
"text": "
|
|
41688
|
+
"text": "band1: "
|
|
41121
41689
|
},
|
|
41122
41690
|
{
|
|
41123
41691
|
"kind": "Content",
|
|
41124
|
-
"text": "
|
|
41125
|
-
},
|
|
41126
|
-
{
|
|
41127
|
-
"kind": "Reference",
|
|
41128
|
-
"text": "PBAudioEvent",
|
|
41129
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
41692
|
+
"text": "number"
|
|
41130
41693
|
},
|
|
41131
41694
|
{
|
|
41132
41695
|
"kind": "Content",
|
|
41133
41696
|
"text": ";"
|
|
41134
41697
|
}
|
|
41135
41698
|
],
|
|
41136
|
-
"
|
|
41137
|
-
|
|
41138
|
-
"endIndex": 8
|
|
41139
|
-
},
|
|
41699
|
+
"isReadonly": false,
|
|
41700
|
+
"isOptional": false,
|
|
41140
41701
|
"releaseTag": "Public",
|
|
41141
|
-
"
|
|
41142
|
-
"
|
|
41143
|
-
|
|
41144
|
-
|
|
41145
|
-
|
|
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"
|
|
41702
|
+
"name": "band1",
|
|
41703
|
+
"propertyTypeTokenRange": {
|
|
41704
|
+
"startIndex": 1,
|
|
41705
|
+
"endIndex": 2
|
|
41706
|
+
}
|
|
41161
41707
|
},
|
|
41162
41708
|
{
|
|
41163
|
-
"kind": "
|
|
41164
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41709
|
+
"kind": "PropertySignature",
|
|
41710
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band2:member",
|
|
41165
41711
|
"docComment": "",
|
|
41166
41712
|
"excerptTokens": [
|
|
41167
41713
|
{
|
|
41168
41714
|
"kind": "Content",
|
|
41169
|
-
"text": "
|
|
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"
|
|
41715
|
+
"text": "band2: "
|
|
41184
41716
|
},
|
|
41185
41717
|
{
|
|
41186
41718
|
"kind": "Content",
|
|
41187
|
-
"text": "
|
|
41188
|
-
},
|
|
41189
|
-
{
|
|
41190
|
-
"kind": "Reference",
|
|
41191
|
-
"text": "_m0.Writer",
|
|
41192
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
41719
|
+
"text": "number"
|
|
41193
41720
|
},
|
|
41194
41721
|
{
|
|
41195
41722
|
"kind": "Content",
|
|
41196
41723
|
"text": ";"
|
|
41197
41724
|
}
|
|
41198
41725
|
],
|
|
41199
|
-
"
|
|
41200
|
-
|
|
41201
|
-
"endIndex": 6
|
|
41202
|
-
},
|
|
41726
|
+
"isReadonly": false,
|
|
41727
|
+
"isOptional": false,
|
|
41203
41728
|
"releaseTag": "Public",
|
|
41204
|
-
"
|
|
41205
|
-
"
|
|
41206
|
-
|
|
41207
|
-
|
|
41208
|
-
|
|
41209
|
-
|
|
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": [
|
|
41729
|
+
"name": "band2",
|
|
41730
|
+
"propertyTypeTokenRange": {
|
|
41731
|
+
"startIndex": 1,
|
|
41732
|
+
"endIndex": 2
|
|
41733
|
+
}
|
|
41734
|
+
},
|
|
41242
41735
|
{
|
|
41243
41736
|
"kind": "PropertySignature",
|
|
41244
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41245
|
-
"docComment": "
|
|
41737
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band3:member",
|
|
41738
|
+
"docComment": "",
|
|
41246
41739
|
"excerptTokens": [
|
|
41247
41740
|
{
|
|
41248
41741
|
"kind": "Content",
|
|
41249
|
-
"text": "
|
|
41742
|
+
"text": "band3: "
|
|
41250
41743
|
},
|
|
41251
41744
|
{
|
|
41252
41745
|
"kind": "Content",
|
|
41253
|
-
"text": "
|
|
41746
|
+
"text": "number"
|
|
41254
41747
|
},
|
|
41255
41748
|
{
|
|
41256
41749
|
"kind": "Content",
|
|
@@ -41260,7 +41753,7 @@
|
|
|
41260
41753
|
"isReadonly": false,
|
|
41261
41754
|
"isOptional": false,
|
|
41262
41755
|
"releaseTag": "Public",
|
|
41263
|
-
"name": "
|
|
41756
|
+
"name": "band3",
|
|
41264
41757
|
"propertyTypeTokenRange": {
|
|
41265
41758
|
"startIndex": 1,
|
|
41266
41759
|
"endIndex": 2
|
|
@@ -41268,16 +41761,16 @@
|
|
|
41268
41761
|
},
|
|
41269
41762
|
{
|
|
41270
41763
|
"kind": "PropertySignature",
|
|
41271
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41272
|
-
"docComment": "
|
|
41764
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band4:member",
|
|
41765
|
+
"docComment": "",
|
|
41273
41766
|
"excerptTokens": [
|
|
41274
41767
|
{
|
|
41275
41768
|
"kind": "Content",
|
|
41276
|
-
"text": "
|
|
41769
|
+
"text": "band4: "
|
|
41277
41770
|
},
|
|
41278
41771
|
{
|
|
41279
41772
|
"kind": "Content",
|
|
41280
|
-
"text": "number
|
|
41773
|
+
"text": "number"
|
|
41281
41774
|
},
|
|
41282
41775
|
{
|
|
41283
41776
|
"kind": "Content",
|
|
@@ -41285,9 +41778,9 @@
|
|
|
41285
41778
|
}
|
|
41286
41779
|
],
|
|
41287
41780
|
"isReadonly": false,
|
|
41288
|
-
"isOptional":
|
|
41781
|
+
"isOptional": false,
|
|
41289
41782
|
"releaseTag": "Public",
|
|
41290
|
-
"name": "
|
|
41783
|
+
"name": "band4",
|
|
41291
41784
|
"propertyTypeTokenRange": {
|
|
41292
41785
|
"startIndex": 1,
|
|
41293
41786
|
"endIndex": 2
|
|
@@ -41295,16 +41788,16 @@
|
|
|
41295
41788
|
},
|
|
41296
41789
|
{
|
|
41297
41790
|
"kind": "PropertySignature",
|
|
41298
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41299
|
-
"docComment": "
|
|
41791
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band5:member",
|
|
41792
|
+
"docComment": "",
|
|
41300
41793
|
"excerptTokens": [
|
|
41301
41794
|
{
|
|
41302
41795
|
"kind": "Content",
|
|
41303
|
-
"text": "
|
|
41796
|
+
"text": "band5: "
|
|
41304
41797
|
},
|
|
41305
41798
|
{
|
|
41306
41799
|
"kind": "Content",
|
|
41307
|
-
"text": "
|
|
41800
|
+
"text": "number"
|
|
41308
41801
|
},
|
|
41309
41802
|
{
|
|
41310
41803
|
"kind": "Content",
|
|
@@ -41312,9 +41805,9 @@
|
|
|
41312
41805
|
}
|
|
41313
41806
|
],
|
|
41314
41807
|
"isReadonly": false,
|
|
41315
|
-
"isOptional":
|
|
41808
|
+
"isOptional": false,
|
|
41316
41809
|
"releaseTag": "Public",
|
|
41317
|
-
"name": "
|
|
41810
|
+
"name": "band5",
|
|
41318
41811
|
"propertyTypeTokenRange": {
|
|
41319
41812
|
"startIndex": 1,
|
|
41320
41813
|
"endIndex": 2
|
|
@@ -41322,16 +41815,16 @@
|
|
|
41322
41815
|
},
|
|
41323
41816
|
{
|
|
41324
41817
|
"kind": "PropertySignature",
|
|
41325
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41326
|
-
"docComment": "
|
|
41818
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band6:member",
|
|
41819
|
+
"docComment": "",
|
|
41327
41820
|
"excerptTokens": [
|
|
41328
41821
|
{
|
|
41329
41822
|
"kind": "Content",
|
|
41330
|
-
"text": "
|
|
41823
|
+
"text": "band6: "
|
|
41331
41824
|
},
|
|
41332
41825
|
{
|
|
41333
41826
|
"kind": "Content",
|
|
41334
|
-
"text": "
|
|
41827
|
+
"text": "number"
|
|
41335
41828
|
},
|
|
41336
41829
|
{
|
|
41337
41830
|
"kind": "Content",
|
|
@@ -41339,9 +41832,9 @@
|
|
|
41339
41832
|
}
|
|
41340
41833
|
],
|
|
41341
41834
|
"isReadonly": false,
|
|
41342
|
-
"isOptional":
|
|
41835
|
+
"isOptional": false,
|
|
41343
41836
|
"releaseTag": "Public",
|
|
41344
|
-
"name": "
|
|
41837
|
+
"name": "band6",
|
|
41345
41838
|
"propertyTypeTokenRange": {
|
|
41346
41839
|
"startIndex": 1,
|
|
41347
41840
|
"endIndex": 2
|
|
@@ -41349,16 +41842,16 @@
|
|
|
41349
41842
|
},
|
|
41350
41843
|
{
|
|
41351
41844
|
"kind": "PropertySignature",
|
|
41352
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41353
|
-
"docComment": "
|
|
41845
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band7:member",
|
|
41846
|
+
"docComment": "",
|
|
41354
41847
|
"excerptTokens": [
|
|
41355
41848
|
{
|
|
41356
41849
|
"kind": "Content",
|
|
41357
|
-
"text": "
|
|
41850
|
+
"text": "band7: "
|
|
41358
41851
|
},
|
|
41359
41852
|
{
|
|
41360
41853
|
"kind": "Content",
|
|
41361
|
-
"text": "number
|
|
41854
|
+
"text": "number"
|
|
41362
41855
|
},
|
|
41363
41856
|
{
|
|
41364
41857
|
"kind": "Content",
|
|
@@ -41366,9 +41859,9 @@
|
|
|
41366
41859
|
}
|
|
41367
41860
|
],
|
|
41368
41861
|
"isReadonly": false,
|
|
41369
|
-
"isOptional":
|
|
41862
|
+
"isOptional": false,
|
|
41370
41863
|
"releaseTag": "Public",
|
|
41371
|
-
"name": "
|
|
41864
|
+
"name": "band7",
|
|
41372
41865
|
"propertyTypeTokenRange": {
|
|
41373
41866
|
"startIndex": 1,
|
|
41374
41867
|
"endIndex": 2
|
|
@@ -41376,16 +41869,16 @@
|
|
|
41376
41869
|
},
|
|
41377
41870
|
{
|
|
41378
41871
|
"kind": "PropertySignature",
|
|
41379
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41380
|
-
"docComment": "/**\n *
|
|
41872
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#bandsGain:member",
|
|
41873
|
+
"docComment": "/**\n * End when mode == MODE_LOGARITHMIC\n */\n",
|
|
41381
41874
|
"excerptTokens": [
|
|
41382
41875
|
{
|
|
41383
41876
|
"kind": "Content",
|
|
41384
|
-
"text": "
|
|
41877
|
+
"text": "bandsGain?: "
|
|
41385
41878
|
},
|
|
41386
41879
|
{
|
|
41387
41880
|
"kind": "Content",
|
|
41388
|
-
"text": "
|
|
41881
|
+
"text": "number | undefined"
|
|
41389
41882
|
},
|
|
41390
41883
|
{
|
|
41391
41884
|
"kind": "Content",
|
|
@@ -41395,7 +41888,7 @@
|
|
|
41395
41888
|
"isReadonly": false,
|
|
41396
41889
|
"isOptional": true,
|
|
41397
41890
|
"releaseTag": "Public",
|
|
41398
|
-
"name": "
|
|
41891
|
+
"name": "bandsGain",
|
|
41399
41892
|
"propertyTypeTokenRange": {
|
|
41400
41893
|
"startIndex": 1,
|
|
41401
41894
|
"endIndex": 2
|
|
@@ -41403,16 +41896,17 @@
|
|
|
41403
41896
|
},
|
|
41404
41897
|
{
|
|
41405
41898
|
"kind": "PropertySignature",
|
|
41406
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41407
|
-
"docComment": "/**\n *
|
|
41899
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#mode:member",
|
|
41900
|
+
"docComment": "/**\n * Parameters section\n */\n",
|
|
41408
41901
|
"excerptTokens": [
|
|
41409
41902
|
{
|
|
41410
41903
|
"kind": "Content",
|
|
41411
|
-
"text": "
|
|
41904
|
+
"text": "mode: "
|
|
41412
41905
|
},
|
|
41413
41906
|
{
|
|
41414
|
-
"kind": "
|
|
41415
|
-
"text": "
|
|
41907
|
+
"kind": "Reference",
|
|
41908
|
+
"text": "PBAudioAnalysisMode",
|
|
41909
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
41416
41910
|
},
|
|
41417
41911
|
{
|
|
41418
41912
|
"kind": "Content",
|
|
@@ -41420,9 +41914,9 @@
|
|
|
41420
41914
|
}
|
|
41421
41915
|
],
|
|
41422
41916
|
"isReadonly": false,
|
|
41423
|
-
"isOptional":
|
|
41917
|
+
"isOptional": false,
|
|
41424
41918
|
"releaseTag": "Public",
|
|
41425
|
-
"name": "
|
|
41919
|
+
"name": "mode",
|
|
41426
41920
|
"propertyTypeTokenRange": {
|
|
41427
41921
|
"startIndex": 1,
|
|
41428
41922
|
"endIndex": 2
|
|
@@ -41433,22 +41927,22 @@
|
|
|
41433
41927
|
},
|
|
41434
41928
|
{
|
|
41435
41929
|
"kind": "Namespace",
|
|
41436
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41930
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:namespace",
|
|
41437
41931
|
"docComment": "/**\n * @public\n */\n",
|
|
41438
41932
|
"excerptTokens": [
|
|
41439
41933
|
{
|
|
41440
41934
|
"kind": "Content",
|
|
41441
|
-
"text": "export declare namespace
|
|
41935
|
+
"text": "export declare namespace PBAudioAnalysis "
|
|
41442
41936
|
}
|
|
41443
41937
|
],
|
|
41444
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41938
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
41445
41939
|
"releaseTag": "Public",
|
|
41446
|
-
"name": "
|
|
41940
|
+
"name": "PBAudioAnalysis",
|
|
41447
41941
|
"preserveMemberOrder": false,
|
|
41448
41942
|
"members": [
|
|
41449
41943
|
{
|
|
41450
41944
|
"kind": "Function",
|
|
41451
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41945
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.decode:function(1)",
|
|
41452
41946
|
"docComment": "",
|
|
41453
41947
|
"excerptTokens": [
|
|
41454
41948
|
{
|
|
@@ -41481,11 +41975,983 @@
|
|
|
41481
41975
|
"kind": "Content",
|
|
41482
41976
|
"text": "): "
|
|
41483
41977
|
},
|
|
41978
|
+
{
|
|
41979
|
+
"kind": "Reference",
|
|
41980
|
+
"text": "PBAudioAnalysis",
|
|
41981
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
|
|
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
|
+
},
|
|
41484
42664
|
{
|
|
41485
42665
|
"kind": "Reference",
|
|
41486
42666
|
"text": "PBAudioSource",
|
|
41487
42667
|
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
41488
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
|
+
},
|
|
41489
42955
|
{
|
|
41490
42956
|
"kind": "Content",
|
|
41491
42957
|
"text": ";"
|
|
@@ -41519,7 +42985,7 @@
|
|
|
41519
42985
|
},
|
|
41520
42986
|
{
|
|
41521
42987
|
"kind": "Function",
|
|
41522
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42988
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
|
|
41523
42989
|
"docComment": "",
|
|
41524
42990
|
"excerptTokens": [
|
|
41525
42991
|
{
|
|
@@ -41528,8 +42994,232 @@
|
|
|
41528
42994
|
},
|
|
41529
42995
|
{
|
|
41530
42996
|
"kind": "Reference",
|
|
41531
|
-
"text": "
|
|
41532
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
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"
|
|
43178
|
+
},
|
|
43179
|
+
{
|
|
43180
|
+
"kind": "Content",
|
|
43181
|
+
"text": ";"
|
|
43182
|
+
}
|
|
43183
|
+
],
|
|
43184
|
+
"returnTypeTokenRange": {
|
|
43185
|
+
"startIndex": 7,
|
|
43186
|
+
"endIndex": 8
|
|
43187
|
+
},
|
|
43188
|
+
"releaseTag": "Public",
|
|
43189
|
+
"overloadIndex": 1,
|
|
43190
|
+
"parameters": [
|
|
43191
|
+
{
|
|
43192
|
+
"parameterName": "input",
|
|
43193
|
+
"parameterTypeTokenRange": {
|
|
43194
|
+
"startIndex": 1,
|
|
43195
|
+
"endIndex": 4
|
|
43196
|
+
},
|
|
43197
|
+
"isOptional": false
|
|
43198
|
+
},
|
|
43199
|
+
{
|
|
43200
|
+
"parameterName": "length",
|
|
43201
|
+
"parameterTypeTokenRange": {
|
|
43202
|
+
"startIndex": 5,
|
|
43203
|
+
"endIndex": 6
|
|
43204
|
+
},
|
|
43205
|
+
"isOptional": true
|
|
43206
|
+
}
|
|
43207
|
+
],
|
|
43208
|
+
"name": "decode"
|
|
43209
|
+
},
|
|
43210
|
+
{
|
|
43211
|
+
"kind": "Function",
|
|
43212
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
|
|
43213
|
+
"docComment": "",
|
|
43214
|
+
"excerptTokens": [
|
|
43215
|
+
{
|
|
43216
|
+
"kind": "Content",
|
|
43217
|
+
"text": "function encode(message: "
|
|
43218
|
+
},
|
|
43219
|
+
{
|
|
43220
|
+
"kind": "Reference",
|
|
43221
|
+
"text": "PBAvatarAttach",
|
|
43222
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
41533
43223
|
},
|
|
41534
43224
|
{
|
|
41535
43225
|
"kind": "Content",
|
|
@@ -41584,31 +43274,31 @@
|
|
|
41584
43274
|
},
|
|
41585
43275
|
{
|
|
41586
43276
|
"kind": "Interface",
|
|
41587
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43277
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
|
|
41588
43278
|
"docComment": "/**\n * @public\n */\n",
|
|
41589
43279
|
"excerptTokens": [
|
|
41590
43280
|
{
|
|
41591
43281
|
"kind": "Content",
|
|
41592
|
-
"text": "export interface
|
|
43282
|
+
"text": "export interface PBAvatarBase "
|
|
41593
43283
|
}
|
|
41594
43284
|
],
|
|
41595
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43285
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
41596
43286
|
"releaseTag": "Public",
|
|
41597
|
-
"name": "
|
|
43287
|
+
"name": "PBAvatarBase",
|
|
41598
43288
|
"preserveMemberOrder": false,
|
|
41599
43289
|
"members": [
|
|
41600
43290
|
{
|
|
41601
43291
|
"kind": "PropertySignature",
|
|
41602
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41603
|
-
"docComment": "
|
|
43292
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
|
|
43293
|
+
"docComment": "",
|
|
41604
43294
|
"excerptTokens": [
|
|
41605
43295
|
{
|
|
41606
43296
|
"kind": "Content",
|
|
41607
|
-
"text": "
|
|
43297
|
+
"text": "bodyShapeUrn: "
|
|
41608
43298
|
},
|
|
41609
43299
|
{
|
|
41610
43300
|
"kind": "Content",
|
|
41611
|
-
"text": "
|
|
43301
|
+
"text": "string"
|
|
41612
43302
|
},
|
|
41613
43303
|
{
|
|
41614
43304
|
"kind": "Content",
|
|
@@ -41616,9 +43306,9 @@
|
|
|
41616
43306
|
}
|
|
41617
43307
|
],
|
|
41618
43308
|
"isReadonly": false,
|
|
41619
|
-
"isOptional":
|
|
43309
|
+
"isOptional": false,
|
|
41620
43310
|
"releaseTag": "Public",
|
|
41621
|
-
"name": "
|
|
43311
|
+
"name": "bodyShapeUrn",
|
|
41622
43312
|
"propertyTypeTokenRange": {
|
|
41623
43313
|
"startIndex": 1,
|
|
41624
43314
|
"endIndex": 2
|
|
@@ -41626,43 +43316,21 @@
|
|
|
41626
43316
|
},
|
|
41627
43317
|
{
|
|
41628
43318
|
"kind": "PropertySignature",
|
|
41629
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41630
|
-
"docComment": "
|
|
43319
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
|
|
43320
|
+
"docComment": "",
|
|
41631
43321
|
"excerptTokens": [
|
|
41632
43322
|
{
|
|
41633
43323
|
"kind": "Content",
|
|
41634
|
-
"text": "
|
|
41635
|
-
},
|
|
41636
|
-
{
|
|
41637
|
-
"kind": "Content",
|
|
41638
|
-
"text": "boolean | undefined"
|
|
43324
|
+
"text": "eyesColor: "
|
|
41639
43325
|
},
|
|
41640
43326
|
{
|
|
41641
|
-
"kind": "
|
|
41642
|
-
"text": "
|
|
41643
|
-
|
|
41644
|
-
],
|
|
41645
|
-
"isReadonly": false,
|
|
41646
|
-
"isOptional": true,
|
|
41647
|
-
"releaseTag": "Public",
|
|
41648
|
-
"name": "spatial",
|
|
41649
|
-
"propertyTypeTokenRange": {
|
|
41650
|
-
"startIndex": 1,
|
|
41651
|
-
"endIndex": 2
|
|
41652
|
-
}
|
|
41653
|
-
},
|
|
41654
|
-
{
|
|
41655
|
-
"kind": "PropertySignature",
|
|
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",
|
|
41658
|
-
"excerptTokens": [
|
|
41659
|
-
{
|
|
41660
|
-
"kind": "Content",
|
|
41661
|
-
"text": "spatialMaxDistance?: "
|
|
43327
|
+
"kind": "Reference",
|
|
43328
|
+
"text": "Color3",
|
|
43329
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41662
43330
|
},
|
|
41663
43331
|
{
|
|
41664
43332
|
"kind": "Content",
|
|
41665
|
-
"text": "
|
|
43333
|
+
"text": " | undefined"
|
|
41666
43334
|
},
|
|
41667
43335
|
{
|
|
41668
43336
|
"kind": "Content",
|
|
@@ -41670,26 +43338,31 @@
|
|
|
41670
43338
|
}
|
|
41671
43339
|
],
|
|
41672
43340
|
"isReadonly": false,
|
|
41673
|
-
"isOptional":
|
|
43341
|
+
"isOptional": false,
|
|
41674
43342
|
"releaseTag": "Public",
|
|
41675
|
-
"name": "
|
|
43343
|
+
"name": "eyesColor",
|
|
41676
43344
|
"propertyTypeTokenRange": {
|
|
41677
43345
|
"startIndex": 1,
|
|
41678
|
-
"endIndex":
|
|
43346
|
+
"endIndex": 3
|
|
41679
43347
|
}
|
|
41680
43348
|
},
|
|
41681
43349
|
{
|
|
41682
43350
|
"kind": "PropertySignature",
|
|
41683
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41684
|
-
"docComment": "
|
|
43351
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
|
|
43352
|
+
"docComment": "",
|
|
41685
43353
|
"excerptTokens": [
|
|
41686
43354
|
{
|
|
41687
43355
|
"kind": "Content",
|
|
41688
|
-
"text": "
|
|
43356
|
+
"text": "hairColor: "
|
|
43357
|
+
},
|
|
43358
|
+
{
|
|
43359
|
+
"kind": "Reference",
|
|
43360
|
+
"text": "Color3",
|
|
43361
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41689
43362
|
},
|
|
41690
43363
|
{
|
|
41691
43364
|
"kind": "Content",
|
|
41692
|
-
"text": "
|
|
43365
|
+
"text": " | undefined"
|
|
41693
43366
|
},
|
|
41694
43367
|
{
|
|
41695
43368
|
"kind": "Content",
|
|
@@ -41697,22 +43370,22 @@
|
|
|
41697
43370
|
}
|
|
41698
43371
|
],
|
|
41699
43372
|
"isReadonly": false,
|
|
41700
|
-
"isOptional":
|
|
43373
|
+
"isOptional": false,
|
|
41701
43374
|
"releaseTag": "Public",
|
|
41702
|
-
"name": "
|
|
43375
|
+
"name": "hairColor",
|
|
41703
43376
|
"propertyTypeTokenRange": {
|
|
41704
43377
|
"startIndex": 1,
|
|
41705
|
-
"endIndex":
|
|
43378
|
+
"endIndex": 3
|
|
41706
43379
|
}
|
|
41707
43380
|
},
|
|
41708
43381
|
{
|
|
41709
43382
|
"kind": "PropertySignature",
|
|
41710
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41711
|
-
"docComment": "
|
|
43383
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
|
|
43384
|
+
"docComment": "",
|
|
41712
43385
|
"excerptTokens": [
|
|
41713
43386
|
{
|
|
41714
43387
|
"kind": "Content",
|
|
41715
|
-
"text": "
|
|
43388
|
+
"text": "name: "
|
|
41716
43389
|
},
|
|
41717
43390
|
{
|
|
41718
43391
|
"kind": "Content",
|
|
@@ -41726,7 +43399,7 @@
|
|
|
41726
43399
|
"isReadonly": false,
|
|
41727
43400
|
"isOptional": false,
|
|
41728
43401
|
"releaseTag": "Public",
|
|
41729
|
-
"name": "
|
|
43402
|
+
"name": "name",
|
|
41730
43403
|
"propertyTypeTokenRange": {
|
|
41731
43404
|
"startIndex": 1,
|
|
41732
43405
|
"endIndex": 2
|
|
@@ -41734,16 +43407,21 @@
|
|
|
41734
43407
|
},
|
|
41735
43408
|
{
|
|
41736
43409
|
"kind": "PropertySignature",
|
|
41737
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41738
|
-
"docComment": "
|
|
43410
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
|
|
43411
|
+
"docComment": "",
|
|
41739
43412
|
"excerptTokens": [
|
|
41740
43413
|
{
|
|
41741
43414
|
"kind": "Content",
|
|
41742
|
-
"text": "
|
|
43415
|
+
"text": "skinColor: "
|
|
43416
|
+
},
|
|
43417
|
+
{
|
|
43418
|
+
"kind": "Reference",
|
|
43419
|
+
"text": "Color3",
|
|
43420
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41743
43421
|
},
|
|
41744
43422
|
{
|
|
41745
43423
|
"kind": "Content",
|
|
41746
|
-
"text": "
|
|
43424
|
+
"text": " | undefined"
|
|
41747
43425
|
},
|
|
41748
43426
|
{
|
|
41749
43427
|
"kind": "Content",
|
|
@@ -41751,12 +43429,12 @@
|
|
|
41751
43429
|
}
|
|
41752
43430
|
],
|
|
41753
43431
|
"isReadonly": false,
|
|
41754
|
-
"isOptional":
|
|
43432
|
+
"isOptional": false,
|
|
41755
43433
|
"releaseTag": "Public",
|
|
41756
|
-
"name": "
|
|
43434
|
+
"name": "skinColor",
|
|
41757
43435
|
"propertyTypeTokenRange": {
|
|
41758
43436
|
"startIndex": 1,
|
|
41759
|
-
"endIndex":
|
|
43437
|
+
"endIndex": 3
|
|
41760
43438
|
}
|
|
41761
43439
|
}
|
|
41762
43440
|
],
|
|
@@ -41764,22 +43442,22 @@
|
|
|
41764
43442
|
},
|
|
41765
43443
|
{
|
|
41766
43444
|
"kind": "Namespace",
|
|
41767
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43445
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
|
|
41768
43446
|
"docComment": "/**\n * @public\n */\n",
|
|
41769
43447
|
"excerptTokens": [
|
|
41770
43448
|
{
|
|
41771
43449
|
"kind": "Content",
|
|
41772
|
-
"text": "export declare namespace
|
|
43450
|
+
"text": "export declare namespace PBAvatarBase "
|
|
41773
43451
|
}
|
|
41774
43452
|
],
|
|
41775
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43453
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
41776
43454
|
"releaseTag": "Public",
|
|
41777
|
-
"name": "
|
|
43455
|
+
"name": "PBAvatarBase",
|
|
41778
43456
|
"preserveMemberOrder": false,
|
|
41779
43457
|
"members": [
|
|
41780
43458
|
{
|
|
41781
43459
|
"kind": "Function",
|
|
41782
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43460
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
|
|
41783
43461
|
"docComment": "",
|
|
41784
43462
|
"excerptTokens": [
|
|
41785
43463
|
{
|
|
@@ -41814,8 +43492,8 @@
|
|
|
41814
43492
|
},
|
|
41815
43493
|
{
|
|
41816
43494
|
"kind": "Reference",
|
|
41817
|
-
"text": "
|
|
41818
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43495
|
+
"text": "PBAvatarBase",
|
|
43496
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
41819
43497
|
},
|
|
41820
43498
|
{
|
|
41821
43499
|
"kind": "Content",
|
|
@@ -41850,7 +43528,7 @@
|
|
|
41850
43528
|
},
|
|
41851
43529
|
{
|
|
41852
43530
|
"kind": "Function",
|
|
41853
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43531
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
|
|
41854
43532
|
"docComment": "",
|
|
41855
43533
|
"excerptTokens": [
|
|
41856
43534
|
{
|
|
@@ -41859,8 +43537,8 @@
|
|
|
41859
43537
|
},
|
|
41860
43538
|
{
|
|
41861
43539
|
"kind": "Reference",
|
|
41862
|
-
"text": "
|
|
41863
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43540
|
+
"text": "PBAvatarBase",
|
|
43541
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
41864
43542
|
},
|
|
41865
43543
|
{
|
|
41866
43544
|
"kind": "Content",
|
|
@@ -41915,32 +43593,31 @@
|
|
|
41915
43593
|
},
|
|
41916
43594
|
{
|
|
41917
43595
|
"kind": "Interface",
|
|
41918
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43596
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
|
|
41919
43597
|
"docComment": "/**\n * @public\n */\n",
|
|
41920
43598
|
"excerptTokens": [
|
|
41921
43599
|
{
|
|
41922
43600
|
"kind": "Content",
|
|
41923
|
-
"text": "export interface
|
|
43601
|
+
"text": "export interface PBAvatarEmoteCommand "
|
|
41924
43602
|
}
|
|
41925
43603
|
],
|
|
41926
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43604
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
41927
43605
|
"releaseTag": "Public",
|
|
41928
|
-
"name": "
|
|
43606
|
+
"name": "PBAvatarEmoteCommand",
|
|
41929
43607
|
"preserveMemberOrder": false,
|
|
41930
43608
|
"members": [
|
|
41931
43609
|
{
|
|
41932
43610
|
"kind": "PropertySignature",
|
|
41933
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41934
|
-
"docComment": "
|
|
43611
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
|
|
43612
|
+
"docComment": "",
|
|
41935
43613
|
"excerptTokens": [
|
|
41936
43614
|
{
|
|
41937
43615
|
"kind": "Content",
|
|
41938
|
-
"text": "
|
|
43616
|
+
"text": "emoteUrn: "
|
|
41939
43617
|
},
|
|
41940
43618
|
{
|
|
41941
|
-
"kind": "
|
|
41942
|
-
"text": "
|
|
41943
|
-
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
43619
|
+
"kind": "Content",
|
|
43620
|
+
"text": "string"
|
|
41944
43621
|
},
|
|
41945
43622
|
{
|
|
41946
43623
|
"kind": "Content",
|
|
@@ -41950,7 +43627,7 @@
|
|
|
41950
43627
|
"isReadonly": false,
|
|
41951
43628
|
"isOptional": false,
|
|
41952
43629
|
"releaseTag": "Public",
|
|
41953
|
-
"name": "
|
|
43630
|
+
"name": "emoteUrn",
|
|
41954
43631
|
"propertyTypeTokenRange": {
|
|
41955
43632
|
"startIndex": 1,
|
|
41956
43633
|
"endIndex": 2
|
|
@@ -41958,16 +43635,16 @@
|
|
|
41958
43635
|
},
|
|
41959
43636
|
{
|
|
41960
43637
|
"kind": "PropertySignature",
|
|
41961
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41962
|
-
"docComment": "
|
|
43638
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
|
|
43639
|
+
"docComment": "",
|
|
41963
43640
|
"excerptTokens": [
|
|
41964
43641
|
{
|
|
41965
43642
|
"kind": "Content",
|
|
41966
|
-
"text": "
|
|
43643
|
+
"text": "loop: "
|
|
41967
43644
|
},
|
|
41968
43645
|
{
|
|
41969
43646
|
"kind": "Content",
|
|
41970
|
-
"text": "
|
|
43647
|
+
"text": "boolean"
|
|
41971
43648
|
},
|
|
41972
43649
|
{
|
|
41973
43650
|
"kind": "Content",
|
|
@@ -41975,9 +43652,36 @@
|
|
|
41975
43652
|
}
|
|
41976
43653
|
],
|
|
41977
43654
|
"isReadonly": false,
|
|
41978
|
-
"isOptional":
|
|
43655
|
+
"isOptional": false,
|
|
41979
43656
|
"releaseTag": "Public",
|
|
41980
|
-
"name": "
|
|
43657
|
+
"name": "loop",
|
|
43658
|
+
"propertyTypeTokenRange": {
|
|
43659
|
+
"startIndex": 1,
|
|
43660
|
+
"endIndex": 2
|
|
43661
|
+
}
|
|
43662
|
+
},
|
|
43663
|
+
{
|
|
43664
|
+
"kind": "PropertySignature",
|
|
43665
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
|
|
43666
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
43667
|
+
"excerptTokens": [
|
|
43668
|
+
{
|
|
43669
|
+
"kind": "Content",
|
|
43670
|
+
"text": "timestamp: "
|
|
43671
|
+
},
|
|
43672
|
+
{
|
|
43673
|
+
"kind": "Content",
|
|
43674
|
+
"text": "number"
|
|
43675
|
+
},
|
|
43676
|
+
{
|
|
43677
|
+
"kind": "Content",
|
|
43678
|
+
"text": ";"
|
|
43679
|
+
}
|
|
43680
|
+
],
|
|
43681
|
+
"isReadonly": false,
|
|
43682
|
+
"isOptional": false,
|
|
43683
|
+
"releaseTag": "Public",
|
|
43684
|
+
"name": "timestamp",
|
|
41981
43685
|
"propertyTypeTokenRange": {
|
|
41982
43686
|
"startIndex": 1,
|
|
41983
43687
|
"endIndex": 2
|
|
@@ -41988,22 +43692,22 @@
|
|
|
41988
43692
|
},
|
|
41989
43693
|
{
|
|
41990
43694
|
"kind": "Namespace",
|
|
41991
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43695
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
41992
43696
|
"docComment": "/**\n * @public\n */\n",
|
|
41993
43697
|
"excerptTokens": [
|
|
41994
43698
|
{
|
|
41995
43699
|
"kind": "Content",
|
|
41996
|
-
"text": "export declare namespace
|
|
43700
|
+
"text": "export declare namespace PBAvatarEmoteCommand "
|
|
41997
43701
|
}
|
|
41998
43702
|
],
|
|
41999
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43703
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
42000
43704
|
"releaseTag": "Public",
|
|
42001
|
-
"name": "
|
|
43705
|
+
"name": "PBAvatarEmoteCommand",
|
|
42002
43706
|
"preserveMemberOrder": false,
|
|
42003
43707
|
"members": [
|
|
42004
43708
|
{
|
|
42005
43709
|
"kind": "Function",
|
|
42006
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43710
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
|
|
42007
43711
|
"docComment": "",
|
|
42008
43712
|
"excerptTokens": [
|
|
42009
43713
|
{
|
|
@@ -42038,8 +43742,8 @@
|
|
|
42038
43742
|
},
|
|
42039
43743
|
{
|
|
42040
43744
|
"kind": "Reference",
|
|
42041
|
-
"text": "
|
|
42042
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43745
|
+
"text": "PBAvatarEmoteCommand",
|
|
43746
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
42043
43747
|
},
|
|
42044
43748
|
{
|
|
42045
43749
|
"kind": "Content",
|
|
@@ -42074,7 +43778,7 @@
|
|
|
42074
43778
|
},
|
|
42075
43779
|
{
|
|
42076
43780
|
"kind": "Function",
|
|
42077
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43781
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
|
|
42078
43782
|
"docComment": "",
|
|
42079
43783
|
"excerptTokens": [
|
|
42080
43784
|
{
|
|
@@ -42083,8 +43787,8 @@
|
|
|
42083
43787
|
},
|
|
42084
43788
|
{
|
|
42085
43789
|
"kind": "Reference",
|
|
42086
|
-
"text": "
|
|
42087
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43790
|
+
"text": "PBAvatarEmoteCommand",
|
|
43791
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
42088
43792
|
},
|
|
42089
43793
|
{
|
|
42090
43794
|
"kind": "Content",
|
|
@@ -42139,31 +43843,31 @@
|
|
|
42139
43843
|
},
|
|
42140
43844
|
{
|
|
42141
43845
|
"kind": "Interface",
|
|
42142
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43846
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
42143
43847
|
"docComment": "/**\n * @public\n */\n",
|
|
42144
43848
|
"excerptTokens": [
|
|
42145
43849
|
{
|
|
42146
43850
|
"kind": "Content",
|
|
42147
|
-
"text": "export interface
|
|
43851
|
+
"text": "export interface PBAvatarEquippedData "
|
|
42148
43852
|
}
|
|
42149
43853
|
],
|
|
42150
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43854
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
42151
43855
|
"releaseTag": "Public",
|
|
42152
|
-
"name": "
|
|
43856
|
+
"name": "PBAvatarEquippedData",
|
|
42153
43857
|
"preserveMemberOrder": false,
|
|
42154
43858
|
"members": [
|
|
42155
43859
|
{
|
|
42156
43860
|
"kind": "PropertySignature",
|
|
42157
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43861
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
|
|
42158
43862
|
"docComment": "",
|
|
42159
43863
|
"excerptTokens": [
|
|
42160
43864
|
{
|
|
42161
43865
|
"kind": "Content",
|
|
42162
|
-
"text": "
|
|
43866
|
+
"text": "emoteUrns: "
|
|
42163
43867
|
},
|
|
42164
43868
|
{
|
|
42165
43869
|
"kind": "Content",
|
|
42166
|
-
"text": "string"
|
|
43870
|
+
"text": "string[]"
|
|
42167
43871
|
},
|
|
42168
43872
|
{
|
|
42169
43873
|
"kind": "Content",
|
|
@@ -42173,7 +43877,7 @@
|
|
|
42173
43877
|
"isReadonly": false,
|
|
42174
43878
|
"isOptional": false,
|
|
42175
43879
|
"releaseTag": "Public",
|
|
42176
|
-
"name": "
|
|
43880
|
+
"name": "emoteUrns",
|
|
42177
43881
|
"propertyTypeTokenRange": {
|
|
42178
43882
|
"startIndex": 1,
|
|
42179
43883
|
"endIndex": 2
|
|
@@ -42181,80 +43885,16 @@
|
|
|
42181
43885
|
},
|
|
42182
43886
|
{
|
|
42183
43887
|
"kind": "PropertySignature",
|
|
42184
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42185
|
-
"docComment": "",
|
|
42186
|
-
"excerptTokens": [
|
|
42187
|
-
{
|
|
42188
|
-
"kind": "Content",
|
|
42189
|
-
"text": "eyesColor: "
|
|
42190
|
-
},
|
|
42191
|
-
{
|
|
42192
|
-
"kind": "Reference",
|
|
42193
|
-
"text": "Color3",
|
|
42194
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
42195
|
-
},
|
|
42196
|
-
{
|
|
42197
|
-
"kind": "Content",
|
|
42198
|
-
"text": " | undefined"
|
|
42199
|
-
},
|
|
42200
|
-
{
|
|
42201
|
-
"kind": "Content",
|
|
42202
|
-
"text": ";"
|
|
42203
|
-
}
|
|
42204
|
-
],
|
|
42205
|
-
"isReadonly": false,
|
|
42206
|
-
"isOptional": false,
|
|
42207
|
-
"releaseTag": "Public",
|
|
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",
|
|
43888
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
|
|
42249
43889
|
"docComment": "",
|
|
42250
43890
|
"excerptTokens": [
|
|
42251
43891
|
{
|
|
42252
43892
|
"kind": "Content",
|
|
42253
|
-
"text": "
|
|
43893
|
+
"text": "wearableUrns: "
|
|
42254
43894
|
},
|
|
42255
43895
|
{
|
|
42256
43896
|
"kind": "Content",
|
|
42257
|
-
"text": "string"
|
|
43897
|
+
"text": "string[]"
|
|
42258
43898
|
},
|
|
42259
43899
|
{
|
|
42260
43900
|
"kind": "Content",
|
|
@@ -42264,65 +43904,33 @@
|
|
|
42264
43904
|
"isReadonly": false,
|
|
42265
43905
|
"isOptional": false,
|
|
42266
43906
|
"releaseTag": "Public",
|
|
42267
|
-
"name": "
|
|
43907
|
+
"name": "wearableUrns",
|
|
42268
43908
|
"propertyTypeTokenRange": {
|
|
42269
43909
|
"startIndex": 1,
|
|
42270
43910
|
"endIndex": 2
|
|
42271
43911
|
}
|
|
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
|
-
}
|
|
42304
43912
|
}
|
|
42305
43913
|
],
|
|
42306
43914
|
"extendsTokenRanges": []
|
|
42307
43915
|
},
|
|
42308
43916
|
{
|
|
42309
43917
|
"kind": "Namespace",
|
|
42310
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43918
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
|
|
42311
43919
|
"docComment": "/**\n * @public\n */\n",
|
|
42312
43920
|
"excerptTokens": [
|
|
42313
43921
|
{
|
|
42314
43922
|
"kind": "Content",
|
|
42315
|
-
"text": "export declare namespace
|
|
43923
|
+
"text": "export declare namespace PBAvatarEquippedData "
|
|
42316
43924
|
}
|
|
42317
43925
|
],
|
|
42318
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43926
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
42319
43927
|
"releaseTag": "Public",
|
|
42320
|
-
"name": "
|
|
43928
|
+
"name": "PBAvatarEquippedData",
|
|
42321
43929
|
"preserveMemberOrder": false,
|
|
42322
43930
|
"members": [
|
|
42323
43931
|
{
|
|
42324
43932
|
"kind": "Function",
|
|
42325
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43933
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
|
|
42326
43934
|
"docComment": "",
|
|
42327
43935
|
"excerptTokens": [
|
|
42328
43936
|
{
|
|
@@ -42357,8 +43965,8 @@
|
|
|
42357
43965
|
},
|
|
42358
43966
|
{
|
|
42359
43967
|
"kind": "Reference",
|
|
42360
|
-
"text": "
|
|
42361
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43968
|
+
"text": "PBAvatarEquippedData",
|
|
43969
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
42362
43970
|
},
|
|
42363
43971
|
{
|
|
42364
43972
|
"kind": "Content",
|
|
@@ -42393,7 +44001,7 @@
|
|
|
42393
44001
|
},
|
|
42394
44002
|
{
|
|
42395
44003
|
"kind": "Function",
|
|
42396
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44004
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
|
|
42397
44005
|
"docComment": "",
|
|
42398
44006
|
"excerptTokens": [
|
|
42399
44007
|
{
|
|
@@ -42402,8 +44010,8 @@
|
|
|
42402
44010
|
},
|
|
42403
44011
|
{
|
|
42404
44012
|
"kind": "Reference",
|
|
42405
|
-
"text": "
|
|
42406
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44013
|
+
"text": "PBAvatarEquippedData",
|
|
44014
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
42407
44015
|
},
|
|
42408
44016
|
{
|
|
42409
44017
|
"kind": "Content",
|
|
@@ -42458,31 +44066,31 @@
|
|
|
42458
44066
|
},
|
|
42459
44067
|
{
|
|
42460
44068
|
"kind": "Interface",
|
|
42461
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44069
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
|
|
42462
44070
|
"docComment": "/**\n * @public\n */\n",
|
|
42463
44071
|
"excerptTokens": [
|
|
42464
44072
|
{
|
|
42465
44073
|
"kind": "Content",
|
|
42466
|
-
"text": "export interface
|
|
44074
|
+
"text": "export interface PBAvatarLocomotionSettings "
|
|
42467
44075
|
}
|
|
42468
44076
|
],
|
|
42469
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
44077
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
42470
44078
|
"releaseTag": "Public",
|
|
42471
|
-
"name": "
|
|
44079
|
+
"name": "PBAvatarLocomotionSettings",
|
|
42472
44080
|
"preserveMemberOrder": false,
|
|
42473
44081
|
"members": [
|
|
42474
44082
|
{
|
|
42475
44083
|
"kind": "PropertySignature",
|
|
42476
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42477
|
-
"docComment": "",
|
|
44084
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
|
|
44085
|
+
"docComment": "/**\n * Height of the double jump (in meters)\n */\n",
|
|
42478
44086
|
"excerptTokens": [
|
|
42479
44087
|
{
|
|
42480
44088
|
"kind": "Content",
|
|
42481
|
-
"text": "
|
|
44089
|
+
"text": "doubleJumpHeight?: "
|
|
42482
44090
|
},
|
|
42483
44091
|
{
|
|
42484
44092
|
"kind": "Content",
|
|
42485
|
-
"text": "
|
|
44093
|
+
"text": "number | undefined"
|
|
42486
44094
|
},
|
|
42487
44095
|
{
|
|
42488
44096
|
"kind": "Content",
|
|
@@ -42490,9 +44098,9 @@
|
|
|
42490
44098
|
}
|
|
42491
44099
|
],
|
|
42492
44100
|
"isReadonly": false,
|
|
42493
|
-
"isOptional":
|
|
44101
|
+
"isOptional": true,
|
|
42494
44102
|
"releaseTag": "Public",
|
|
42495
|
-
"name": "
|
|
44103
|
+
"name": "doubleJumpHeight",
|
|
42496
44104
|
"propertyTypeTokenRange": {
|
|
42497
44105
|
"startIndex": 1,
|
|
42498
44106
|
"endIndex": 2
|
|
@@ -42500,16 +44108,16 @@
|
|
|
42500
44108
|
},
|
|
42501
44109
|
{
|
|
42502
44110
|
"kind": "PropertySignature",
|
|
42503
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42504
|
-
"docComment": "",
|
|
44111
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
|
|
44112
|
+
"docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
|
|
42505
44113
|
"excerptTokens": [
|
|
42506
44114
|
{
|
|
42507
44115
|
"kind": "Content",
|
|
42508
|
-
"text": "
|
|
44116
|
+
"text": "glidingFallingSpeed?: "
|
|
42509
44117
|
},
|
|
42510
44118
|
{
|
|
42511
44119
|
"kind": "Content",
|
|
42512
|
-
"text": "
|
|
44120
|
+
"text": "number | undefined"
|
|
42513
44121
|
},
|
|
42514
44122
|
{
|
|
42515
44123
|
"kind": "Content",
|
|
@@ -42517,9 +44125,9 @@
|
|
|
42517
44125
|
}
|
|
42518
44126
|
],
|
|
42519
44127
|
"isReadonly": false,
|
|
42520
|
-
"isOptional":
|
|
44128
|
+
"isOptional": true,
|
|
42521
44129
|
"releaseTag": "Public",
|
|
42522
|
-
"name": "
|
|
44130
|
+
"name": "glidingFallingSpeed",
|
|
42523
44131
|
"propertyTypeTokenRange": {
|
|
42524
44132
|
"startIndex": 1,
|
|
42525
44133
|
"endIndex": 2
|
|
@@ -42527,16 +44135,16 @@
|
|
|
42527
44135
|
},
|
|
42528
44136
|
{
|
|
42529
44137
|
"kind": "PropertySignature",
|
|
42530
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42531
|
-
"docComment": "/**\n *
|
|
44138
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
|
|
44139
|
+
"docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
|
|
42532
44140
|
"excerptTokens": [
|
|
42533
44141
|
{
|
|
42534
44142
|
"kind": "Content",
|
|
42535
|
-
"text": "
|
|
44143
|
+
"text": "glidingSpeed?: "
|
|
42536
44144
|
},
|
|
42537
44145
|
{
|
|
42538
44146
|
"kind": "Content",
|
|
42539
|
-
"text": "number"
|
|
44147
|
+
"text": "number | undefined"
|
|
42540
44148
|
},
|
|
42541
44149
|
{
|
|
42542
44150
|
"kind": "Content",
|
|
@@ -42544,195 +44152,134 @@
|
|
|
42544
44152
|
}
|
|
42545
44153
|
],
|
|
42546
44154
|
"isReadonly": false,
|
|
42547
|
-
"isOptional":
|
|
44155
|
+
"isOptional": true,
|
|
42548
44156
|
"releaseTag": "Public",
|
|
42549
|
-
"name": "
|
|
44157
|
+
"name": "glidingSpeed",
|
|
42550
44158
|
"propertyTypeTokenRange": {
|
|
42551
44159
|
"startIndex": 1,
|
|
42552
44160
|
"endIndex": 2
|
|
42553
44161
|
}
|
|
42554
|
-
}
|
|
42555
|
-
],
|
|
42556
|
-
"extendsTokenRanges": []
|
|
42557
|
-
},
|
|
42558
|
-
{
|
|
42559
|
-
"kind": "Namespace",
|
|
42560
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
42561
|
-
"docComment": "/**\n * @public\n */\n",
|
|
42562
|
-
"excerptTokens": [
|
|
42563
|
-
{
|
|
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": [
|
|
44162
|
+
},
|
|
42573
44163
|
{
|
|
42574
|
-
"kind": "
|
|
42575
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42576
|
-
"docComment": "",
|
|
44164
|
+
"kind": "PropertySignature",
|
|
44165
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
|
|
44166
|
+
"docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
|
|
42577
44167
|
"excerptTokens": [
|
|
42578
44168
|
{
|
|
42579
44169
|
"kind": "Content",
|
|
42580
|
-
"text": "
|
|
42581
|
-
},
|
|
42582
|
-
{
|
|
42583
|
-
"kind": "Reference",
|
|
42584
|
-
"text": "_m0.Reader",
|
|
42585
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
44170
|
+
"text": "hardLandingCooldown?: "
|
|
42586
44171
|
},
|
|
42587
44172
|
{
|
|
42588
44173
|
"kind": "Content",
|
|
42589
|
-
"text": " | "
|
|
42590
|
-
},
|
|
42591
|
-
{
|
|
42592
|
-
"kind": "Reference",
|
|
42593
|
-
"text": "Uint8Array",
|
|
42594
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
44174
|
+
"text": "number | undefined"
|
|
42595
44175
|
},
|
|
42596
44176
|
{
|
|
42597
44177
|
"kind": "Content",
|
|
42598
|
-
"text": "
|
|
42599
|
-
}
|
|
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": [
|
|
42600
44195
|
{
|
|
42601
44196
|
"kind": "Content",
|
|
42602
|
-
"text": "
|
|
44197
|
+
"text": "jogSpeed?: "
|
|
42603
44198
|
},
|
|
42604
44199
|
{
|
|
42605
44200
|
"kind": "Content",
|
|
42606
|
-
"text": "
|
|
42607
|
-
},
|
|
42608
|
-
{
|
|
42609
|
-
"kind": "Reference",
|
|
42610
|
-
"text": "PBAvatarEmoteCommand",
|
|
42611
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
44201
|
+
"text": "number | undefined"
|
|
42612
44202
|
},
|
|
42613
44203
|
{
|
|
42614
44204
|
"kind": "Content",
|
|
42615
44205
|
"text": ";"
|
|
42616
44206
|
}
|
|
42617
44207
|
],
|
|
42618
|
-
"
|
|
42619
|
-
|
|
42620
|
-
"endIndex": 8
|
|
42621
|
-
},
|
|
44208
|
+
"isReadonly": false,
|
|
44209
|
+
"isOptional": true,
|
|
42622
44210
|
"releaseTag": "Public",
|
|
42623
|
-
"
|
|
42624
|
-
"
|
|
42625
|
-
|
|
42626
|
-
|
|
42627
|
-
|
|
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"
|
|
44211
|
+
"name": "jogSpeed",
|
|
44212
|
+
"propertyTypeTokenRange": {
|
|
44213
|
+
"startIndex": 1,
|
|
44214
|
+
"endIndex": 2
|
|
44215
|
+
}
|
|
42643
44216
|
},
|
|
42644
44217
|
{
|
|
42645
|
-
"kind": "
|
|
42646
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42647
|
-
"docComment": "",
|
|
44218
|
+
"kind": "PropertySignature",
|
|
44219
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
|
|
44220
|
+
"docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
|
|
42648
44221
|
"excerptTokens": [
|
|
42649
44222
|
{
|
|
42650
44223
|
"kind": "Content",
|
|
42651
|
-
"text": "
|
|
42652
|
-
},
|
|
42653
|
-
{
|
|
42654
|
-
"kind": "Reference",
|
|
42655
|
-
"text": "PBAvatarEmoteCommand",
|
|
42656
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
44224
|
+
"text": "jumpHeight?: "
|
|
42657
44225
|
},
|
|
42658
44226
|
{
|
|
42659
44227
|
"kind": "Content",
|
|
42660
|
-
"text": "
|
|
44228
|
+
"text": "number | undefined"
|
|
42661
44229
|
},
|
|
42662
44230
|
{
|
|
42663
|
-
"kind": "
|
|
42664
|
-
"text": "
|
|
42665
|
-
|
|
42666
|
-
|
|
44231
|
+
"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": [
|
|
42667
44249
|
{
|
|
42668
44250
|
"kind": "Content",
|
|
42669
|
-
"text": "
|
|
44251
|
+
"text": "runJumpHeight?: "
|
|
42670
44252
|
},
|
|
42671
44253
|
{
|
|
42672
|
-
"kind": "
|
|
42673
|
-
"text": "
|
|
42674
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
44254
|
+
"kind": "Content",
|
|
44255
|
+
"text": "number | undefined"
|
|
42675
44256
|
},
|
|
42676
44257
|
{
|
|
42677
44258
|
"kind": "Content",
|
|
42678
44259
|
"text": ";"
|
|
42679
44260
|
}
|
|
42680
44261
|
],
|
|
42681
|
-
"
|
|
42682
|
-
|
|
42683
|
-
"endIndex": 6
|
|
42684
|
-
},
|
|
44262
|
+
"isReadonly": false,
|
|
44263
|
+
"isOptional": true,
|
|
42685
44264
|
"releaseTag": "Public",
|
|
42686
|
-
"
|
|
42687
|
-
"
|
|
42688
|
-
|
|
42689
|
-
|
|
42690
|
-
|
|
42691
|
-
|
|
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": [
|
|
44265
|
+
"name": "runJumpHeight",
|
|
44266
|
+
"propertyTypeTokenRange": {
|
|
44267
|
+
"startIndex": 1,
|
|
44268
|
+
"endIndex": 2
|
|
44269
|
+
}
|
|
44270
|
+
},
|
|
42724
44271
|
{
|
|
42725
44272
|
"kind": "PropertySignature",
|
|
42726
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42727
|
-
"docComment": "",
|
|
44273
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
|
|
44274
|
+
"docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
|
|
42728
44275
|
"excerptTokens": [
|
|
42729
44276
|
{
|
|
42730
44277
|
"kind": "Content",
|
|
42731
|
-
"text": "
|
|
44278
|
+
"text": "runSpeed?: "
|
|
42732
44279
|
},
|
|
42733
44280
|
{
|
|
42734
44281
|
"kind": "Content",
|
|
42735
|
-
"text": "
|
|
44282
|
+
"text": "number | undefined"
|
|
42736
44283
|
},
|
|
42737
44284
|
{
|
|
42738
44285
|
"kind": "Content",
|
|
@@ -42740,9 +44287,9 @@
|
|
|
42740
44287
|
}
|
|
42741
44288
|
],
|
|
42742
44289
|
"isReadonly": false,
|
|
42743
|
-
"isOptional":
|
|
44290
|
+
"isOptional": true,
|
|
42744
44291
|
"releaseTag": "Public",
|
|
42745
|
-
"name": "
|
|
44292
|
+
"name": "runSpeed",
|
|
42746
44293
|
"propertyTypeTokenRange": {
|
|
42747
44294
|
"startIndex": 1,
|
|
42748
44295
|
"endIndex": 2
|
|
@@ -42750,16 +44297,16 @@
|
|
|
42750
44297
|
},
|
|
42751
44298
|
{
|
|
42752
44299
|
"kind": "PropertySignature",
|
|
42753
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42754
|
-
"docComment": "",
|
|
44300
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
|
|
44301
|
+
"docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
|
|
42755
44302
|
"excerptTokens": [
|
|
42756
44303
|
{
|
|
42757
44304
|
"kind": "Content",
|
|
42758
|
-
"text": "
|
|
44305
|
+
"text": "walkSpeed?: "
|
|
42759
44306
|
},
|
|
42760
44307
|
{
|
|
42761
44308
|
"kind": "Content",
|
|
42762
|
-
"text": "
|
|
44309
|
+
"text": "number | undefined"
|
|
42763
44310
|
},
|
|
42764
44311
|
{
|
|
42765
44312
|
"kind": "Content",
|
|
@@ -42767,9 +44314,9 @@
|
|
|
42767
44314
|
}
|
|
42768
44315
|
],
|
|
42769
44316
|
"isReadonly": false,
|
|
42770
|
-
"isOptional":
|
|
44317
|
+
"isOptional": true,
|
|
42771
44318
|
"releaseTag": "Public",
|
|
42772
|
-
"name": "
|
|
44319
|
+
"name": "walkSpeed",
|
|
42773
44320
|
"propertyTypeTokenRange": {
|
|
42774
44321
|
"startIndex": 1,
|
|
42775
44322
|
"endIndex": 2
|
|
@@ -42780,22 +44327,22 @@
|
|
|
42780
44327
|
},
|
|
42781
44328
|
{
|
|
42782
44329
|
"kind": "Namespace",
|
|
42783
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44330
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
|
|
42784
44331
|
"docComment": "/**\n * @public\n */\n",
|
|
42785
44332
|
"excerptTokens": [
|
|
42786
44333
|
{
|
|
42787
44334
|
"kind": "Content",
|
|
42788
|
-
"text": "export declare namespace
|
|
44335
|
+
"text": "export declare namespace PBAvatarLocomotionSettings "
|
|
42789
44336
|
}
|
|
42790
44337
|
],
|
|
42791
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
44338
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
42792
44339
|
"releaseTag": "Public",
|
|
42793
|
-
"name": "
|
|
44340
|
+
"name": "PBAvatarLocomotionSettings",
|
|
42794
44341
|
"preserveMemberOrder": false,
|
|
42795
44342
|
"members": [
|
|
42796
44343
|
{
|
|
42797
44344
|
"kind": "Function",
|
|
42798
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44345
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
|
|
42799
44346
|
"docComment": "",
|
|
42800
44347
|
"excerptTokens": [
|
|
42801
44348
|
{
|
|
@@ -42830,8 +44377,8 @@
|
|
|
42830
44377
|
},
|
|
42831
44378
|
{
|
|
42832
44379
|
"kind": "Reference",
|
|
42833
|
-
"text": "
|
|
42834
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44380
|
+
"text": "PBAvatarLocomotionSettings",
|
|
44381
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
|
|
42835
44382
|
},
|
|
42836
44383
|
{
|
|
42837
44384
|
"kind": "Content",
|
|
@@ -42866,7 +44413,7 @@
|
|
|
42866
44413
|
},
|
|
42867
44414
|
{
|
|
42868
44415
|
"kind": "Function",
|
|
42869
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44416
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
|
|
42870
44417
|
"docComment": "",
|
|
42871
44418
|
"excerptTokens": [
|
|
42872
44419
|
{
|
|
@@ -42875,8 +44422,8 @@
|
|
|
42875
44422
|
},
|
|
42876
44423
|
{
|
|
42877
44424
|
"kind": "Reference",
|
|
42878
|
-
"text": "
|
|
42879
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44425
|
+
"text": "PBAvatarLocomotionSettings",
|
|
44426
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
|
|
42880
44427
|
},
|
|
42881
44428
|
{
|
|
42882
44429
|
"kind": "Content",
|
|
@@ -66047,6 +67594,33 @@
|
|
|
66047
67594
|
"endIndex": 3
|
|
66048
67595
|
}
|
|
66049
67596
|
},
|
|
67597
|
+
{
|
|
67598
|
+
"kind": "PropertySignature",
|
|
67599
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
|
67600
|
+
"docComment": "/**\n * default: 60\n */\n",
|
|
67601
|
+
"excerptTokens": [
|
|
67602
|
+
{
|
|
67603
|
+
"kind": "Content",
|
|
67604
|
+
"text": "fov?: "
|
|
67605
|
+
},
|
|
67606
|
+
{
|
|
67607
|
+
"kind": "Content",
|
|
67608
|
+
"text": "number | undefined"
|
|
67609
|
+
},
|
|
67610
|
+
{
|
|
67611
|
+
"kind": "Content",
|
|
67612
|
+
"text": ";"
|
|
67613
|
+
}
|
|
67614
|
+
],
|
|
67615
|
+
"isReadonly": false,
|
|
67616
|
+
"isOptional": true,
|
|
67617
|
+
"releaseTag": "Public",
|
|
67618
|
+
"name": "fov",
|
|
67619
|
+
"propertyTypeTokenRange": {
|
|
67620
|
+
"startIndex": 1,
|
|
67621
|
+
"endIndex": 2
|
|
67622
|
+
}
|
|
67623
|
+
},
|
|
66050
67624
|
{
|
|
66051
67625
|
"kind": "PropertySignature",
|
|
66052
67626
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|