@dcl/playground-assets 7.22.2-23600507492.commit-5f7f8a0 → 7.22.2-23601767788.commit-ff97f2f
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 +140 -1
- package/dist/beta.d.ts +140 -1
- package/dist/index.bundled.d.ts +140 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +140 -1
- package/etc/playground-assets.api.json +2100 -585
- package/etc/playground-assets.api.md +94 -0
- package/package.json +4 -4
|
@@ -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",
|
|
@@ -2242,6 +2653,43 @@
|
|
|
2242
2653
|
"endIndex": 5
|
|
2243
2654
|
}
|
|
2244
2655
|
},
|
|
2656
|
+
{
|
|
2657
|
+
"kind": "Variable",
|
|
2658
|
+
"canonicalReference": "@dcl/playground-assets!AvatarLocomotionSettings:var",
|
|
2659
|
+
"docComment": "/**\n * @public\n */\n",
|
|
2660
|
+
"excerptTokens": [
|
|
2661
|
+
{
|
|
2662
|
+
"kind": "Content",
|
|
2663
|
+
"text": "AvatarLocomotionSettings: "
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"kind": "Reference",
|
|
2667
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
2668
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "Content",
|
|
2672
|
+
"text": "<"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"kind": "Reference",
|
|
2676
|
+
"text": "PBAvatarLocomotionSettings",
|
|
2677
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"kind": "Content",
|
|
2681
|
+
"text": ">"
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
|
|
2685
|
+
"isReadonly": true,
|
|
2686
|
+
"releaseTag": "Public",
|
|
2687
|
+
"name": "AvatarLocomotionSettings",
|
|
2688
|
+
"variableTypeTokenRange": {
|
|
2689
|
+
"startIndex": 1,
|
|
2690
|
+
"endIndex": 5
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2245
2693
|
{
|
|
2246
2694
|
"kind": "Variable",
|
|
2247
2695
|
"canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
|
|
@@ -12669,6 +13117,33 @@
|
|
|
12669
13117
|
"text": "PBAssetLoadLoadingState",
|
|
12670
13118
|
"canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
|
|
12671
13119
|
},
|
|
13120
|
+
{
|
|
13121
|
+
"kind": "Content",
|
|
13122
|
+
"text": ">>;\n \"core::AudioAnalysis\": "
|
|
13123
|
+
},
|
|
13124
|
+
{
|
|
13125
|
+
"kind": "Reference",
|
|
13126
|
+
"text": "LwwComponentGetter",
|
|
13127
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13128
|
+
},
|
|
13129
|
+
{
|
|
13130
|
+
"kind": "Content",
|
|
13131
|
+
"text": "<"
|
|
13132
|
+
},
|
|
13133
|
+
{
|
|
13134
|
+
"kind": "Reference",
|
|
13135
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13136
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13137
|
+
},
|
|
13138
|
+
{
|
|
13139
|
+
"kind": "Content",
|
|
13140
|
+
"text": "<"
|
|
13141
|
+
},
|
|
13142
|
+
{
|
|
13143
|
+
"kind": "Reference",
|
|
13144
|
+
"text": "PBAudioAnalysis",
|
|
13145
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
|
|
13146
|
+
},
|
|
12672
13147
|
{
|
|
12673
13148
|
"kind": "Content",
|
|
12674
13149
|
"text": ">>;\n \"core::AudioEvent\": "
|
|
@@ -12858,6 +13333,33 @@
|
|
|
12858
13333
|
"text": "PBAvatarEquippedData",
|
|
12859
13334
|
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
|
|
12860
13335
|
},
|
|
13336
|
+
{
|
|
13337
|
+
"kind": "Content",
|
|
13338
|
+
"text": ">>;\n \"core::AvatarLocomotionSettings\": "
|
|
13339
|
+
},
|
|
13340
|
+
{
|
|
13341
|
+
"kind": "Reference",
|
|
13342
|
+
"text": "LwwComponentGetter",
|
|
13343
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13344
|
+
},
|
|
13345
|
+
{
|
|
13346
|
+
"kind": "Content",
|
|
13347
|
+
"text": "<"
|
|
13348
|
+
},
|
|
13349
|
+
{
|
|
13350
|
+
"kind": "Reference",
|
|
13351
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13352
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13353
|
+
},
|
|
13354
|
+
{
|
|
13355
|
+
"kind": "Content",
|
|
13356
|
+
"text": "<"
|
|
13357
|
+
},
|
|
13358
|
+
{
|
|
13359
|
+
"kind": "Reference",
|
|
13360
|
+
"text": "PBAvatarLocomotionSettings",
|
|
13361
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
|
|
13362
|
+
},
|
|
12861
13363
|
{
|
|
12862
13364
|
"kind": "Content",
|
|
12863
13365
|
"text": ">>;\n \"core::AvatarModifierArea\": "
|
|
@@ -14084,7 +14586,7 @@
|
|
|
14084
14586
|
"name": "componentDefinitionByName",
|
|
14085
14587
|
"variableTypeTokenRange": {
|
|
14086
14588
|
"startIndex": 1,
|
|
14087
|
-
"endIndex":
|
|
14589
|
+
"endIndex": 344
|
|
14088
14590
|
}
|
|
14089
14591
|
},
|
|
14090
14592
|
{
|
|
@@ -24334,6 +24836,27 @@
|
|
|
24334
24836
|
"releaseTag": "Public",
|
|
24335
24837
|
"name": "IA_LEFT"
|
|
24336
24838
|
},
|
|
24839
|
+
{
|
|
24840
|
+
"kind": "EnumMember",
|
|
24841
|
+
"canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
|
|
24842
|
+
"docComment": "",
|
|
24843
|
+
"excerptTokens": [
|
|
24844
|
+
{
|
|
24845
|
+
"kind": "Content",
|
|
24846
|
+
"text": "IA_MODIFIER = "
|
|
24847
|
+
},
|
|
24848
|
+
{
|
|
24849
|
+
"kind": "Content",
|
|
24850
|
+
"text": "14"
|
|
24851
|
+
}
|
|
24852
|
+
],
|
|
24853
|
+
"initializerTokenRange": {
|
|
24854
|
+
"startIndex": 1,
|
|
24855
|
+
"endIndex": 2
|
|
24856
|
+
},
|
|
24857
|
+
"releaseTag": "Public",
|
|
24858
|
+
"name": "IA_MODIFIER"
|
|
24859
|
+
},
|
|
24337
24860
|
{
|
|
24338
24861
|
"kind": "EnumMember",
|
|
24339
24862
|
"canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
|
|
@@ -40224,32 +40747,31 @@
|
|
|
40224
40747
|
},
|
|
40225
40748
|
{
|
|
40226
40749
|
"kind": "Interface",
|
|
40227
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40750
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface",
|
|
40228
40751
|
"docComment": "/**\n * @public\n */\n",
|
|
40229
40752
|
"excerptTokens": [
|
|
40230
40753
|
{
|
|
40231
40754
|
"kind": "Content",
|
|
40232
|
-
"text": "export interface
|
|
40755
|
+
"text": "export interface PBAudioAnalysis "
|
|
40233
40756
|
}
|
|
40234
40757
|
],
|
|
40235
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
40758
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
40236
40759
|
"releaseTag": "Public",
|
|
40237
|
-
"name": "
|
|
40760
|
+
"name": "PBAudioAnalysis",
|
|
40238
40761
|
"preserveMemberOrder": false,
|
|
40239
40762
|
"members": [
|
|
40240
40763
|
{
|
|
40241
40764
|
"kind": "PropertySignature",
|
|
40242
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40243
|
-
"docComment": "",
|
|
40765
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitude:member",
|
|
40766
|
+
"docComment": "/**\n * Result section\n */\n",
|
|
40244
40767
|
"excerptTokens": [
|
|
40245
40768
|
{
|
|
40246
40769
|
"kind": "Content",
|
|
40247
|
-
"text": "
|
|
40770
|
+
"text": "amplitude: "
|
|
40248
40771
|
},
|
|
40249
40772
|
{
|
|
40250
|
-
"kind": "
|
|
40251
|
-
"text": "
|
|
40252
|
-
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
40773
|
+
"kind": "Content",
|
|
40774
|
+
"text": "number"
|
|
40253
40775
|
},
|
|
40254
40776
|
{
|
|
40255
40777
|
"kind": "Content",
|
|
@@ -40259,7 +40781,7 @@
|
|
|
40259
40781
|
"isReadonly": false,
|
|
40260
40782
|
"isOptional": false,
|
|
40261
40783
|
"releaseTag": "Public",
|
|
40262
|
-
"name": "
|
|
40784
|
+
"name": "amplitude",
|
|
40263
40785
|
"propertyTypeTokenRange": {
|
|
40264
40786
|
"startIndex": 1,
|
|
40265
40787
|
"endIndex": 2
|
|
@@ -40267,16 +40789,16 @@
|
|
|
40267
40789
|
},
|
|
40268
40790
|
{
|
|
40269
40791
|
"kind": "PropertySignature",
|
|
40270
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40271
|
-
"docComment": "/**\n *
|
|
40792
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitudeGain:member",
|
|
40793
|
+
"docComment": "/**\n * Used only when mode == MODE_LOGARITHMIC\n */\n",
|
|
40272
40794
|
"excerptTokens": [
|
|
40273
40795
|
{
|
|
40274
40796
|
"kind": "Content",
|
|
40275
|
-
"text": "
|
|
40797
|
+
"text": "amplitudeGain?: "
|
|
40276
40798
|
},
|
|
40277
40799
|
{
|
|
40278
40800
|
"kind": "Content",
|
|
40279
|
-
"text": "number"
|
|
40801
|
+
"text": "number | undefined"
|
|
40280
40802
|
},
|
|
40281
40803
|
{
|
|
40282
40804
|
"kind": "Content",
|
|
@@ -40284,195 +40806,107 @@
|
|
|
40284
40806
|
}
|
|
40285
40807
|
],
|
|
40286
40808
|
"isReadonly": false,
|
|
40287
|
-
"isOptional":
|
|
40809
|
+
"isOptional": true,
|
|
40288
40810
|
"releaseTag": "Public",
|
|
40289
|
-
"name": "
|
|
40811
|
+
"name": "amplitudeGain",
|
|
40290
40812
|
"propertyTypeTokenRange": {
|
|
40291
40813
|
"startIndex": 1,
|
|
40292
40814
|
"endIndex": 2
|
|
40293
40815
|
}
|
|
40294
|
-
}
|
|
40295
|
-
],
|
|
40296
|
-
"extendsTokenRanges": []
|
|
40297
|
-
},
|
|
40298
|
-
{
|
|
40299
|
-
"kind": "Namespace",
|
|
40300
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
40301
|
-
"docComment": "/**\n * @public\n */\n",
|
|
40302
|
-
"excerptTokens": [
|
|
40303
|
-
{
|
|
40304
|
-
"kind": "Content",
|
|
40305
|
-
"text": "export declare namespace PBAudioEvent "
|
|
40306
|
-
}
|
|
40307
|
-
],
|
|
40308
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
40309
|
-
"releaseTag": "Public",
|
|
40310
|
-
"name": "PBAudioEvent",
|
|
40311
|
-
"preserveMemberOrder": false,
|
|
40312
|
-
"members": [
|
|
40816
|
+
},
|
|
40313
40817
|
{
|
|
40314
|
-
"kind": "
|
|
40315
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40316
|
-
"docComment": "",
|
|
40818
|
+
"kind": "PropertySignature",
|
|
40819
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band0:member",
|
|
40820
|
+
"docComment": "/**\n * Protobuf doesn't support fixed arrays -> 8 band fields\n */\n",
|
|
40317
40821
|
"excerptTokens": [
|
|
40318
40822
|
{
|
|
40319
40823
|
"kind": "Content",
|
|
40320
|
-
"text": "
|
|
40321
|
-
},
|
|
40322
|
-
{
|
|
40323
|
-
"kind": "Reference",
|
|
40324
|
-
"text": "_m0.Reader",
|
|
40325
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
40824
|
+
"text": "band0: "
|
|
40326
40825
|
},
|
|
40327
40826
|
{
|
|
40328
40827
|
"kind": "Content",
|
|
40329
|
-
"text": "
|
|
40330
|
-
},
|
|
40331
|
-
{
|
|
40332
|
-
"kind": "Reference",
|
|
40333
|
-
"text": "Uint8Array",
|
|
40334
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
40828
|
+
"text": "number"
|
|
40335
40829
|
},
|
|
40336
40830
|
{
|
|
40337
40831
|
"kind": "Content",
|
|
40338
|
-
"text": "
|
|
40339
|
-
}
|
|
40832
|
+
"text": ";"
|
|
40833
|
+
}
|
|
40834
|
+
],
|
|
40835
|
+
"isReadonly": false,
|
|
40836
|
+
"isOptional": false,
|
|
40837
|
+
"releaseTag": "Public",
|
|
40838
|
+
"name": "band0",
|
|
40839
|
+
"propertyTypeTokenRange": {
|
|
40840
|
+
"startIndex": 1,
|
|
40841
|
+
"endIndex": 2
|
|
40842
|
+
}
|
|
40843
|
+
},
|
|
40844
|
+
{
|
|
40845
|
+
"kind": "PropertySignature",
|
|
40846
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band1:member",
|
|
40847
|
+
"docComment": "",
|
|
40848
|
+
"excerptTokens": [
|
|
40340
40849
|
{
|
|
40341
40850
|
"kind": "Content",
|
|
40342
|
-
"text": "
|
|
40851
|
+
"text": "band1: "
|
|
40343
40852
|
},
|
|
40344
40853
|
{
|
|
40345
40854
|
"kind": "Content",
|
|
40346
|
-
"text": "
|
|
40347
|
-
},
|
|
40348
|
-
{
|
|
40349
|
-
"kind": "Reference",
|
|
40350
|
-
"text": "PBAudioEvent",
|
|
40351
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
40855
|
+
"text": "number"
|
|
40352
40856
|
},
|
|
40353
40857
|
{
|
|
40354
40858
|
"kind": "Content",
|
|
40355
40859
|
"text": ";"
|
|
40356
40860
|
}
|
|
40357
40861
|
],
|
|
40358
|
-
"
|
|
40359
|
-
|
|
40360
|
-
"endIndex": 8
|
|
40361
|
-
},
|
|
40862
|
+
"isReadonly": false,
|
|
40863
|
+
"isOptional": false,
|
|
40362
40864
|
"releaseTag": "Public",
|
|
40363
|
-
"
|
|
40364
|
-
"
|
|
40365
|
-
|
|
40366
|
-
|
|
40367
|
-
|
|
40368
|
-
"startIndex": 1,
|
|
40369
|
-
"endIndex": 4
|
|
40370
|
-
},
|
|
40371
|
-
"isOptional": false
|
|
40372
|
-
},
|
|
40373
|
-
{
|
|
40374
|
-
"parameterName": "length",
|
|
40375
|
-
"parameterTypeTokenRange": {
|
|
40376
|
-
"startIndex": 5,
|
|
40377
|
-
"endIndex": 6
|
|
40378
|
-
},
|
|
40379
|
-
"isOptional": true
|
|
40380
|
-
}
|
|
40381
|
-
],
|
|
40382
|
-
"name": "decode"
|
|
40865
|
+
"name": "band1",
|
|
40866
|
+
"propertyTypeTokenRange": {
|
|
40867
|
+
"startIndex": 1,
|
|
40868
|
+
"endIndex": 2
|
|
40869
|
+
}
|
|
40383
40870
|
},
|
|
40384
40871
|
{
|
|
40385
|
-
"kind": "
|
|
40386
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40872
|
+
"kind": "PropertySignature",
|
|
40873
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band2:member",
|
|
40387
40874
|
"docComment": "",
|
|
40388
40875
|
"excerptTokens": [
|
|
40389
40876
|
{
|
|
40390
40877
|
"kind": "Content",
|
|
40391
|
-
"text": "
|
|
40392
|
-
},
|
|
40393
|
-
{
|
|
40394
|
-
"kind": "Reference",
|
|
40395
|
-
"text": "PBAudioEvent",
|
|
40396
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
40397
|
-
},
|
|
40398
|
-
{
|
|
40399
|
-
"kind": "Content",
|
|
40400
|
-
"text": ", writer?: "
|
|
40401
|
-
},
|
|
40402
|
-
{
|
|
40403
|
-
"kind": "Reference",
|
|
40404
|
-
"text": "_m0.Writer",
|
|
40405
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
40878
|
+
"text": "band2: "
|
|
40406
40879
|
},
|
|
40407
40880
|
{
|
|
40408
40881
|
"kind": "Content",
|
|
40409
|
-
"text": "
|
|
40410
|
-
},
|
|
40411
|
-
{
|
|
40412
|
-
"kind": "Reference",
|
|
40413
|
-
"text": "_m0.Writer",
|
|
40414
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
40882
|
+
"text": "number"
|
|
40415
40883
|
},
|
|
40416
40884
|
{
|
|
40417
40885
|
"kind": "Content",
|
|
40418
40886
|
"text": ";"
|
|
40419
40887
|
}
|
|
40420
40888
|
],
|
|
40421
|
-
"
|
|
40422
|
-
|
|
40423
|
-
"endIndex": 6
|
|
40424
|
-
},
|
|
40889
|
+
"isReadonly": false,
|
|
40890
|
+
"isOptional": false,
|
|
40425
40891
|
"releaseTag": "Public",
|
|
40426
|
-
"
|
|
40427
|
-
"
|
|
40428
|
-
|
|
40429
|
-
|
|
40430
|
-
|
|
40431
|
-
|
|
40432
|
-
"endIndex": 2
|
|
40433
|
-
},
|
|
40434
|
-
"isOptional": false
|
|
40435
|
-
},
|
|
40436
|
-
{
|
|
40437
|
-
"parameterName": "writer",
|
|
40438
|
-
"parameterTypeTokenRange": {
|
|
40439
|
-
"startIndex": 3,
|
|
40440
|
-
"endIndex": 4
|
|
40441
|
-
},
|
|
40442
|
-
"isOptional": true
|
|
40443
|
-
}
|
|
40444
|
-
],
|
|
40445
|
-
"name": "encode"
|
|
40446
|
-
}
|
|
40447
|
-
]
|
|
40448
|
-
},
|
|
40449
|
-
{
|
|
40450
|
-
"kind": "Interface",
|
|
40451
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
|
|
40452
|
-
"docComment": "/**\n * @public\n */\n",
|
|
40453
|
-
"excerptTokens": [
|
|
40454
|
-
{
|
|
40455
|
-
"kind": "Content",
|
|
40456
|
-
"text": "export interface PBAudioSource "
|
|
40457
|
-
}
|
|
40458
|
-
],
|
|
40459
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
40460
|
-
"releaseTag": "Public",
|
|
40461
|
-
"name": "PBAudioSource",
|
|
40462
|
-
"preserveMemberOrder": false,
|
|
40463
|
-
"members": [
|
|
40892
|
+
"name": "band2",
|
|
40893
|
+
"propertyTypeTokenRange": {
|
|
40894
|
+
"startIndex": 1,
|
|
40895
|
+
"endIndex": 2
|
|
40896
|
+
}
|
|
40897
|
+
},
|
|
40464
40898
|
{
|
|
40465
40899
|
"kind": "PropertySignature",
|
|
40466
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40467
|
-
"docComment": "
|
|
40900
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band3:member",
|
|
40901
|
+
"docComment": "",
|
|
40468
40902
|
"excerptTokens": [
|
|
40469
40903
|
{
|
|
40470
40904
|
"kind": "Content",
|
|
40471
|
-
"text": "
|
|
40905
|
+
"text": "band3: "
|
|
40472
40906
|
},
|
|
40473
40907
|
{
|
|
40474
40908
|
"kind": "Content",
|
|
40475
|
-
"text": "
|
|
40909
|
+
"text": "number"
|
|
40476
40910
|
},
|
|
40477
40911
|
{
|
|
40478
40912
|
"kind": "Content",
|
|
@@ -40482,7 +40916,7 @@
|
|
|
40482
40916
|
"isReadonly": false,
|
|
40483
40917
|
"isOptional": false,
|
|
40484
40918
|
"releaseTag": "Public",
|
|
40485
|
-
"name": "
|
|
40919
|
+
"name": "band3",
|
|
40486
40920
|
"propertyTypeTokenRange": {
|
|
40487
40921
|
"startIndex": 1,
|
|
40488
40922
|
"endIndex": 2
|
|
@@ -40490,16 +40924,16 @@
|
|
|
40490
40924
|
},
|
|
40491
40925
|
{
|
|
40492
40926
|
"kind": "PropertySignature",
|
|
40493
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40494
|
-
"docComment": "
|
|
40927
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band4:member",
|
|
40928
|
+
"docComment": "",
|
|
40495
40929
|
"excerptTokens": [
|
|
40496
40930
|
{
|
|
40497
40931
|
"kind": "Content",
|
|
40498
|
-
"text": "
|
|
40932
|
+
"text": "band4: "
|
|
40499
40933
|
},
|
|
40500
40934
|
{
|
|
40501
40935
|
"kind": "Content",
|
|
40502
|
-
"text": "number
|
|
40936
|
+
"text": "number"
|
|
40503
40937
|
},
|
|
40504
40938
|
{
|
|
40505
40939
|
"kind": "Content",
|
|
@@ -40507,9 +40941,9 @@
|
|
|
40507
40941
|
}
|
|
40508
40942
|
],
|
|
40509
40943
|
"isReadonly": false,
|
|
40510
|
-
"isOptional":
|
|
40944
|
+
"isOptional": false,
|
|
40511
40945
|
"releaseTag": "Public",
|
|
40512
|
-
"name": "
|
|
40946
|
+
"name": "band4",
|
|
40513
40947
|
"propertyTypeTokenRange": {
|
|
40514
40948
|
"startIndex": 1,
|
|
40515
40949
|
"endIndex": 2
|
|
@@ -40517,16 +40951,16 @@
|
|
|
40517
40951
|
},
|
|
40518
40952
|
{
|
|
40519
40953
|
"kind": "PropertySignature",
|
|
40520
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40521
|
-
"docComment": "
|
|
40954
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band5:member",
|
|
40955
|
+
"docComment": "",
|
|
40522
40956
|
"excerptTokens": [
|
|
40523
40957
|
{
|
|
40524
40958
|
"kind": "Content",
|
|
40525
|
-
"text": "
|
|
40959
|
+
"text": "band5: "
|
|
40526
40960
|
},
|
|
40527
40961
|
{
|
|
40528
40962
|
"kind": "Content",
|
|
40529
|
-
"text": "
|
|
40963
|
+
"text": "number"
|
|
40530
40964
|
},
|
|
40531
40965
|
{
|
|
40532
40966
|
"kind": "Content",
|
|
@@ -40534,9 +40968,9 @@
|
|
|
40534
40968
|
}
|
|
40535
40969
|
],
|
|
40536
40970
|
"isReadonly": false,
|
|
40537
|
-
"isOptional":
|
|
40971
|
+
"isOptional": false,
|
|
40538
40972
|
"releaseTag": "Public",
|
|
40539
|
-
"name": "
|
|
40973
|
+
"name": "band5",
|
|
40540
40974
|
"propertyTypeTokenRange": {
|
|
40541
40975
|
"startIndex": 1,
|
|
40542
40976
|
"endIndex": 2
|
|
@@ -40544,16 +40978,16 @@
|
|
|
40544
40978
|
},
|
|
40545
40979
|
{
|
|
40546
40980
|
"kind": "PropertySignature",
|
|
40547
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40548
|
-
"docComment": "
|
|
40981
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band6:member",
|
|
40982
|
+
"docComment": "",
|
|
40549
40983
|
"excerptTokens": [
|
|
40550
40984
|
{
|
|
40551
40985
|
"kind": "Content",
|
|
40552
|
-
"text": "
|
|
40986
|
+
"text": "band6: "
|
|
40553
40987
|
},
|
|
40554
40988
|
{
|
|
40555
40989
|
"kind": "Content",
|
|
40556
|
-
"text": "
|
|
40990
|
+
"text": "number"
|
|
40557
40991
|
},
|
|
40558
40992
|
{
|
|
40559
40993
|
"kind": "Content",
|
|
@@ -40561,9 +40995,9 @@
|
|
|
40561
40995
|
}
|
|
40562
40996
|
],
|
|
40563
40997
|
"isReadonly": false,
|
|
40564
|
-
"isOptional":
|
|
40998
|
+
"isOptional": false,
|
|
40565
40999
|
"releaseTag": "Public",
|
|
40566
|
-
"name": "
|
|
41000
|
+
"name": "band6",
|
|
40567
41001
|
"propertyTypeTokenRange": {
|
|
40568
41002
|
"startIndex": 1,
|
|
40569
41003
|
"endIndex": 2
|
|
@@ -40571,16 +41005,16 @@
|
|
|
40571
41005
|
},
|
|
40572
41006
|
{
|
|
40573
41007
|
"kind": "PropertySignature",
|
|
40574
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40575
|
-
"docComment": "
|
|
41008
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band7:member",
|
|
41009
|
+
"docComment": "",
|
|
40576
41010
|
"excerptTokens": [
|
|
40577
41011
|
{
|
|
40578
41012
|
"kind": "Content",
|
|
40579
|
-
"text": "
|
|
41013
|
+
"text": "band7: "
|
|
40580
41014
|
},
|
|
40581
41015
|
{
|
|
40582
41016
|
"kind": "Content",
|
|
40583
|
-
"text": "number
|
|
41017
|
+
"text": "number"
|
|
40584
41018
|
},
|
|
40585
41019
|
{
|
|
40586
41020
|
"kind": "Content",
|
|
@@ -40588,9 +41022,9 @@
|
|
|
40588
41022
|
}
|
|
40589
41023
|
],
|
|
40590
41024
|
"isReadonly": false,
|
|
40591
|
-
"isOptional":
|
|
41025
|
+
"isOptional": false,
|
|
40592
41026
|
"releaseTag": "Public",
|
|
40593
|
-
"name": "
|
|
41027
|
+
"name": "band7",
|
|
40594
41028
|
"propertyTypeTokenRange": {
|
|
40595
41029
|
"startIndex": 1,
|
|
40596
41030
|
"endIndex": 2
|
|
@@ -40598,16 +41032,16 @@
|
|
|
40598
41032
|
},
|
|
40599
41033
|
{
|
|
40600
41034
|
"kind": "PropertySignature",
|
|
40601
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40602
|
-
"docComment": "/**\n *
|
|
41035
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#bandsGain:member",
|
|
41036
|
+
"docComment": "/**\n * End when mode == MODE_LOGARITHMIC\n */\n",
|
|
40603
41037
|
"excerptTokens": [
|
|
40604
41038
|
{
|
|
40605
41039
|
"kind": "Content",
|
|
40606
|
-
"text": "
|
|
41040
|
+
"text": "bandsGain?: "
|
|
40607
41041
|
},
|
|
40608
41042
|
{
|
|
40609
41043
|
"kind": "Content",
|
|
40610
|
-
"text": "
|
|
41044
|
+
"text": "number | undefined"
|
|
40611
41045
|
},
|
|
40612
41046
|
{
|
|
40613
41047
|
"kind": "Content",
|
|
@@ -40617,7 +41051,7 @@
|
|
|
40617
41051
|
"isReadonly": false,
|
|
40618
41052
|
"isOptional": true,
|
|
40619
41053
|
"releaseTag": "Public",
|
|
40620
|
-
"name": "
|
|
41054
|
+
"name": "bandsGain",
|
|
40621
41055
|
"propertyTypeTokenRange": {
|
|
40622
41056
|
"startIndex": 1,
|
|
40623
41057
|
"endIndex": 2
|
|
@@ -40625,16 +41059,17 @@
|
|
|
40625
41059
|
},
|
|
40626
41060
|
{
|
|
40627
41061
|
"kind": "PropertySignature",
|
|
40628
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40629
|
-
"docComment": "/**\n *
|
|
41062
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#mode:member",
|
|
41063
|
+
"docComment": "/**\n * Parameters section\n */\n",
|
|
40630
41064
|
"excerptTokens": [
|
|
40631
41065
|
{
|
|
40632
41066
|
"kind": "Content",
|
|
40633
|
-
"text": "
|
|
41067
|
+
"text": "mode: "
|
|
40634
41068
|
},
|
|
40635
41069
|
{
|
|
40636
|
-
"kind": "
|
|
40637
|
-
"text": "
|
|
41070
|
+
"kind": "Reference",
|
|
41071
|
+
"text": "PBAudioAnalysisMode",
|
|
41072
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
|
|
40638
41073
|
},
|
|
40639
41074
|
{
|
|
40640
41075
|
"kind": "Content",
|
|
@@ -40642,9 +41077,9 @@
|
|
|
40642
41077
|
}
|
|
40643
41078
|
],
|
|
40644
41079
|
"isReadonly": false,
|
|
40645
|
-
"isOptional":
|
|
41080
|
+
"isOptional": false,
|
|
40646
41081
|
"releaseTag": "Public",
|
|
40647
|
-
"name": "
|
|
41082
|
+
"name": "mode",
|
|
40648
41083
|
"propertyTypeTokenRange": {
|
|
40649
41084
|
"startIndex": 1,
|
|
40650
41085
|
"endIndex": 2
|
|
@@ -40655,22 +41090,22 @@
|
|
|
40655
41090
|
},
|
|
40656
41091
|
{
|
|
40657
41092
|
"kind": "Namespace",
|
|
40658
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41093
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:namespace",
|
|
40659
41094
|
"docComment": "/**\n * @public\n */\n",
|
|
40660
41095
|
"excerptTokens": [
|
|
40661
41096
|
{
|
|
40662
41097
|
"kind": "Content",
|
|
40663
|
-
"text": "export declare namespace
|
|
41098
|
+
"text": "export declare namespace PBAudioAnalysis "
|
|
40664
41099
|
}
|
|
40665
41100
|
],
|
|
40666
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
41101
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
40667
41102
|
"releaseTag": "Public",
|
|
40668
|
-
"name": "
|
|
41103
|
+
"name": "PBAudioAnalysis",
|
|
40669
41104
|
"preserveMemberOrder": false,
|
|
40670
41105
|
"members": [
|
|
40671
41106
|
{
|
|
40672
41107
|
"kind": "Function",
|
|
40673
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41108
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.decode:function(1)",
|
|
40674
41109
|
"docComment": "",
|
|
40675
41110
|
"excerptTokens": [
|
|
40676
41111
|
{
|
|
@@ -40703,11 +41138,983 @@
|
|
|
40703
41138
|
"kind": "Content",
|
|
40704
41139
|
"text": "): "
|
|
40705
41140
|
},
|
|
41141
|
+
{
|
|
41142
|
+
"kind": "Reference",
|
|
41143
|
+
"text": "PBAudioAnalysis",
|
|
41144
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
|
|
41145
|
+
},
|
|
41146
|
+
{
|
|
41147
|
+
"kind": "Content",
|
|
41148
|
+
"text": ";"
|
|
41149
|
+
}
|
|
41150
|
+
],
|
|
41151
|
+
"returnTypeTokenRange": {
|
|
41152
|
+
"startIndex": 7,
|
|
41153
|
+
"endIndex": 8
|
|
41154
|
+
},
|
|
41155
|
+
"releaseTag": "Public",
|
|
41156
|
+
"overloadIndex": 1,
|
|
41157
|
+
"parameters": [
|
|
41158
|
+
{
|
|
41159
|
+
"parameterName": "input",
|
|
41160
|
+
"parameterTypeTokenRange": {
|
|
41161
|
+
"startIndex": 1,
|
|
41162
|
+
"endIndex": 4
|
|
41163
|
+
},
|
|
41164
|
+
"isOptional": false
|
|
41165
|
+
},
|
|
41166
|
+
{
|
|
41167
|
+
"parameterName": "length",
|
|
41168
|
+
"parameterTypeTokenRange": {
|
|
41169
|
+
"startIndex": 5,
|
|
41170
|
+
"endIndex": 6
|
|
41171
|
+
},
|
|
41172
|
+
"isOptional": true
|
|
41173
|
+
}
|
|
41174
|
+
],
|
|
41175
|
+
"name": "decode"
|
|
41176
|
+
},
|
|
41177
|
+
{
|
|
41178
|
+
"kind": "Function",
|
|
41179
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.encode:function(1)",
|
|
41180
|
+
"docComment": "",
|
|
41181
|
+
"excerptTokens": [
|
|
41182
|
+
{
|
|
41183
|
+
"kind": "Content",
|
|
41184
|
+
"text": "function encode(message: "
|
|
41185
|
+
},
|
|
41186
|
+
{
|
|
41187
|
+
"kind": "Reference",
|
|
41188
|
+
"text": "PBAudioAnalysis",
|
|
41189
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
|
|
41190
|
+
},
|
|
41191
|
+
{
|
|
41192
|
+
"kind": "Content",
|
|
41193
|
+
"text": ", writer?: "
|
|
41194
|
+
},
|
|
41195
|
+
{
|
|
41196
|
+
"kind": "Reference",
|
|
41197
|
+
"text": "_m0.Writer",
|
|
41198
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41199
|
+
},
|
|
41200
|
+
{
|
|
41201
|
+
"kind": "Content",
|
|
41202
|
+
"text": "): "
|
|
41203
|
+
},
|
|
41204
|
+
{
|
|
41205
|
+
"kind": "Reference",
|
|
41206
|
+
"text": "_m0.Writer",
|
|
41207
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41208
|
+
},
|
|
41209
|
+
{
|
|
41210
|
+
"kind": "Content",
|
|
41211
|
+
"text": ";"
|
|
41212
|
+
}
|
|
41213
|
+
],
|
|
41214
|
+
"returnTypeTokenRange": {
|
|
41215
|
+
"startIndex": 5,
|
|
41216
|
+
"endIndex": 6
|
|
41217
|
+
},
|
|
41218
|
+
"releaseTag": "Public",
|
|
41219
|
+
"overloadIndex": 1,
|
|
41220
|
+
"parameters": [
|
|
41221
|
+
{
|
|
41222
|
+
"parameterName": "message",
|
|
41223
|
+
"parameterTypeTokenRange": {
|
|
41224
|
+
"startIndex": 1,
|
|
41225
|
+
"endIndex": 2
|
|
41226
|
+
},
|
|
41227
|
+
"isOptional": false
|
|
41228
|
+
},
|
|
41229
|
+
{
|
|
41230
|
+
"parameterName": "writer",
|
|
41231
|
+
"parameterTypeTokenRange": {
|
|
41232
|
+
"startIndex": 3,
|
|
41233
|
+
"endIndex": 4
|
|
41234
|
+
},
|
|
41235
|
+
"isOptional": true
|
|
41236
|
+
}
|
|
41237
|
+
],
|
|
41238
|
+
"name": "encode"
|
|
41239
|
+
}
|
|
41240
|
+
]
|
|
41241
|
+
},
|
|
41242
|
+
{
|
|
41243
|
+
"kind": "Enum",
|
|
41244
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum",
|
|
41245
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41246
|
+
"excerptTokens": [
|
|
41247
|
+
{
|
|
41248
|
+
"kind": "Content",
|
|
41249
|
+
"text": "export declare const enum PBAudioAnalysisMode "
|
|
41250
|
+
}
|
|
41251
|
+
],
|
|
41252
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
|
|
41253
|
+
"releaseTag": "Public",
|
|
41254
|
+
"name": "PBAudioAnalysisMode",
|
|
41255
|
+
"preserveMemberOrder": false,
|
|
41256
|
+
"members": [
|
|
41257
|
+
{
|
|
41258
|
+
"kind": "EnumMember",
|
|
41259
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_LOGARITHMIC:member",
|
|
41260
|
+
"docComment": "",
|
|
41261
|
+
"excerptTokens": [
|
|
41262
|
+
{
|
|
41263
|
+
"kind": "Content",
|
|
41264
|
+
"text": "MODE_LOGARITHMIC = "
|
|
41265
|
+
},
|
|
41266
|
+
{
|
|
41267
|
+
"kind": "Content",
|
|
41268
|
+
"text": "1"
|
|
41269
|
+
}
|
|
41270
|
+
],
|
|
41271
|
+
"initializerTokenRange": {
|
|
41272
|
+
"startIndex": 1,
|
|
41273
|
+
"endIndex": 2
|
|
41274
|
+
},
|
|
41275
|
+
"releaseTag": "Public",
|
|
41276
|
+
"name": "MODE_LOGARITHMIC"
|
|
41277
|
+
},
|
|
41278
|
+
{
|
|
41279
|
+
"kind": "EnumMember",
|
|
41280
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_RAW:member",
|
|
41281
|
+
"docComment": "",
|
|
41282
|
+
"excerptTokens": [
|
|
41283
|
+
{
|
|
41284
|
+
"kind": "Content",
|
|
41285
|
+
"text": "MODE_RAW = "
|
|
41286
|
+
},
|
|
41287
|
+
{
|
|
41288
|
+
"kind": "Content",
|
|
41289
|
+
"text": "0"
|
|
41290
|
+
}
|
|
41291
|
+
],
|
|
41292
|
+
"initializerTokenRange": {
|
|
41293
|
+
"startIndex": 1,
|
|
41294
|
+
"endIndex": 2
|
|
41295
|
+
},
|
|
41296
|
+
"releaseTag": "Public",
|
|
41297
|
+
"name": "MODE_RAW"
|
|
41298
|
+
}
|
|
41299
|
+
]
|
|
41300
|
+
},
|
|
41301
|
+
{
|
|
41302
|
+
"kind": "Interface",
|
|
41303
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
|
|
41304
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41305
|
+
"excerptTokens": [
|
|
41306
|
+
{
|
|
41307
|
+
"kind": "Content",
|
|
41308
|
+
"text": "export interface PBAudioEvent "
|
|
41309
|
+
}
|
|
41310
|
+
],
|
|
41311
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
41312
|
+
"releaseTag": "Public",
|
|
41313
|
+
"name": "PBAudioEvent",
|
|
41314
|
+
"preserveMemberOrder": false,
|
|
41315
|
+
"members": [
|
|
41316
|
+
{
|
|
41317
|
+
"kind": "PropertySignature",
|
|
41318
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
|
|
41319
|
+
"docComment": "",
|
|
41320
|
+
"excerptTokens": [
|
|
41321
|
+
{
|
|
41322
|
+
"kind": "Content",
|
|
41323
|
+
"text": "state: "
|
|
41324
|
+
},
|
|
41325
|
+
{
|
|
41326
|
+
"kind": "Reference",
|
|
41327
|
+
"text": "MediaState",
|
|
41328
|
+
"canonicalReference": "@dcl/playground-assets!MediaState:enum"
|
|
41329
|
+
},
|
|
41330
|
+
{
|
|
41331
|
+
"kind": "Content",
|
|
41332
|
+
"text": ";"
|
|
41333
|
+
}
|
|
41334
|
+
],
|
|
41335
|
+
"isReadonly": false,
|
|
41336
|
+
"isOptional": false,
|
|
41337
|
+
"releaseTag": "Public",
|
|
41338
|
+
"name": "state",
|
|
41339
|
+
"propertyTypeTokenRange": {
|
|
41340
|
+
"startIndex": 1,
|
|
41341
|
+
"endIndex": 2
|
|
41342
|
+
}
|
|
41343
|
+
},
|
|
41344
|
+
{
|
|
41345
|
+
"kind": "PropertySignature",
|
|
41346
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
|
|
41347
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
41348
|
+
"excerptTokens": [
|
|
41349
|
+
{
|
|
41350
|
+
"kind": "Content",
|
|
41351
|
+
"text": "timestamp: "
|
|
41352
|
+
},
|
|
41353
|
+
{
|
|
41354
|
+
"kind": "Content",
|
|
41355
|
+
"text": "number"
|
|
41356
|
+
},
|
|
41357
|
+
{
|
|
41358
|
+
"kind": "Content",
|
|
41359
|
+
"text": ";"
|
|
41360
|
+
}
|
|
41361
|
+
],
|
|
41362
|
+
"isReadonly": false,
|
|
41363
|
+
"isOptional": false,
|
|
41364
|
+
"releaseTag": "Public",
|
|
41365
|
+
"name": "timestamp",
|
|
41366
|
+
"propertyTypeTokenRange": {
|
|
41367
|
+
"startIndex": 1,
|
|
41368
|
+
"endIndex": 2
|
|
41369
|
+
}
|
|
41370
|
+
}
|
|
41371
|
+
],
|
|
41372
|
+
"extendsTokenRanges": []
|
|
41373
|
+
},
|
|
41374
|
+
{
|
|
41375
|
+
"kind": "Namespace",
|
|
41376
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
|
|
41377
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41378
|
+
"excerptTokens": [
|
|
41379
|
+
{
|
|
41380
|
+
"kind": "Content",
|
|
41381
|
+
"text": "export declare namespace PBAudioEvent "
|
|
41382
|
+
}
|
|
41383
|
+
],
|
|
41384
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
|
|
41385
|
+
"releaseTag": "Public",
|
|
41386
|
+
"name": "PBAudioEvent",
|
|
41387
|
+
"preserveMemberOrder": false,
|
|
41388
|
+
"members": [
|
|
41389
|
+
{
|
|
41390
|
+
"kind": "Function",
|
|
41391
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
|
|
41392
|
+
"docComment": "",
|
|
41393
|
+
"excerptTokens": [
|
|
41394
|
+
{
|
|
41395
|
+
"kind": "Content",
|
|
41396
|
+
"text": "function decode(input: "
|
|
41397
|
+
},
|
|
41398
|
+
{
|
|
41399
|
+
"kind": "Reference",
|
|
41400
|
+
"text": "_m0.Reader",
|
|
41401
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
41402
|
+
},
|
|
41403
|
+
{
|
|
41404
|
+
"kind": "Content",
|
|
41405
|
+
"text": " | "
|
|
41406
|
+
},
|
|
41407
|
+
{
|
|
41408
|
+
"kind": "Reference",
|
|
41409
|
+
"text": "Uint8Array",
|
|
41410
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
41411
|
+
},
|
|
41412
|
+
{
|
|
41413
|
+
"kind": "Content",
|
|
41414
|
+
"text": ", length?: "
|
|
41415
|
+
},
|
|
41416
|
+
{
|
|
41417
|
+
"kind": "Content",
|
|
41418
|
+
"text": "number"
|
|
41419
|
+
},
|
|
41420
|
+
{
|
|
41421
|
+
"kind": "Content",
|
|
41422
|
+
"text": "): "
|
|
41423
|
+
},
|
|
41424
|
+
{
|
|
41425
|
+
"kind": "Reference",
|
|
41426
|
+
"text": "PBAudioEvent",
|
|
41427
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
41428
|
+
},
|
|
41429
|
+
{
|
|
41430
|
+
"kind": "Content",
|
|
41431
|
+
"text": ";"
|
|
41432
|
+
}
|
|
41433
|
+
],
|
|
41434
|
+
"returnTypeTokenRange": {
|
|
41435
|
+
"startIndex": 7,
|
|
41436
|
+
"endIndex": 8
|
|
41437
|
+
},
|
|
41438
|
+
"releaseTag": "Public",
|
|
41439
|
+
"overloadIndex": 1,
|
|
41440
|
+
"parameters": [
|
|
41441
|
+
{
|
|
41442
|
+
"parameterName": "input",
|
|
41443
|
+
"parameterTypeTokenRange": {
|
|
41444
|
+
"startIndex": 1,
|
|
41445
|
+
"endIndex": 4
|
|
41446
|
+
},
|
|
41447
|
+
"isOptional": false
|
|
41448
|
+
},
|
|
41449
|
+
{
|
|
41450
|
+
"parameterName": "length",
|
|
41451
|
+
"parameterTypeTokenRange": {
|
|
41452
|
+
"startIndex": 5,
|
|
41453
|
+
"endIndex": 6
|
|
41454
|
+
},
|
|
41455
|
+
"isOptional": true
|
|
41456
|
+
}
|
|
41457
|
+
],
|
|
41458
|
+
"name": "decode"
|
|
41459
|
+
},
|
|
41460
|
+
{
|
|
41461
|
+
"kind": "Function",
|
|
41462
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
|
|
41463
|
+
"docComment": "",
|
|
41464
|
+
"excerptTokens": [
|
|
41465
|
+
{
|
|
41466
|
+
"kind": "Content",
|
|
41467
|
+
"text": "function encode(message: "
|
|
41468
|
+
},
|
|
41469
|
+
{
|
|
41470
|
+
"kind": "Reference",
|
|
41471
|
+
"text": "PBAudioEvent",
|
|
41472
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
|
|
41473
|
+
},
|
|
41474
|
+
{
|
|
41475
|
+
"kind": "Content",
|
|
41476
|
+
"text": ", writer?: "
|
|
41477
|
+
},
|
|
41478
|
+
{
|
|
41479
|
+
"kind": "Reference",
|
|
41480
|
+
"text": "_m0.Writer",
|
|
41481
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41482
|
+
},
|
|
41483
|
+
{
|
|
41484
|
+
"kind": "Content",
|
|
41485
|
+
"text": "): "
|
|
41486
|
+
},
|
|
41487
|
+
{
|
|
41488
|
+
"kind": "Reference",
|
|
41489
|
+
"text": "_m0.Writer",
|
|
41490
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41491
|
+
},
|
|
41492
|
+
{
|
|
41493
|
+
"kind": "Content",
|
|
41494
|
+
"text": ";"
|
|
41495
|
+
}
|
|
41496
|
+
],
|
|
41497
|
+
"returnTypeTokenRange": {
|
|
41498
|
+
"startIndex": 5,
|
|
41499
|
+
"endIndex": 6
|
|
41500
|
+
},
|
|
41501
|
+
"releaseTag": "Public",
|
|
41502
|
+
"overloadIndex": 1,
|
|
41503
|
+
"parameters": [
|
|
41504
|
+
{
|
|
41505
|
+
"parameterName": "message",
|
|
41506
|
+
"parameterTypeTokenRange": {
|
|
41507
|
+
"startIndex": 1,
|
|
41508
|
+
"endIndex": 2
|
|
41509
|
+
},
|
|
41510
|
+
"isOptional": false
|
|
41511
|
+
},
|
|
41512
|
+
{
|
|
41513
|
+
"parameterName": "writer",
|
|
41514
|
+
"parameterTypeTokenRange": {
|
|
41515
|
+
"startIndex": 3,
|
|
41516
|
+
"endIndex": 4
|
|
41517
|
+
},
|
|
41518
|
+
"isOptional": true
|
|
41519
|
+
}
|
|
41520
|
+
],
|
|
41521
|
+
"name": "encode"
|
|
41522
|
+
}
|
|
41523
|
+
]
|
|
41524
|
+
},
|
|
41525
|
+
{
|
|
41526
|
+
"kind": "Interface",
|
|
41527
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
|
|
41528
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41529
|
+
"excerptTokens": [
|
|
41530
|
+
{
|
|
41531
|
+
"kind": "Content",
|
|
41532
|
+
"text": "export interface PBAudioSource "
|
|
41533
|
+
}
|
|
41534
|
+
],
|
|
41535
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
41536
|
+
"releaseTag": "Public",
|
|
41537
|
+
"name": "PBAudioSource",
|
|
41538
|
+
"preserveMemberOrder": false,
|
|
41539
|
+
"members": [
|
|
41540
|
+
{
|
|
41541
|
+
"kind": "PropertySignature",
|
|
41542
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
|
|
41543
|
+
"docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
|
|
41544
|
+
"excerptTokens": [
|
|
41545
|
+
{
|
|
41546
|
+
"kind": "Content",
|
|
41547
|
+
"text": "audioClipUrl: "
|
|
41548
|
+
},
|
|
41549
|
+
{
|
|
41550
|
+
"kind": "Content",
|
|
41551
|
+
"text": "string"
|
|
41552
|
+
},
|
|
41553
|
+
{
|
|
41554
|
+
"kind": "Content",
|
|
41555
|
+
"text": ";"
|
|
41556
|
+
}
|
|
41557
|
+
],
|
|
41558
|
+
"isReadonly": false,
|
|
41559
|
+
"isOptional": false,
|
|
41560
|
+
"releaseTag": "Public",
|
|
41561
|
+
"name": "audioClipUrl",
|
|
41562
|
+
"propertyTypeTokenRange": {
|
|
41563
|
+
"startIndex": 1,
|
|
41564
|
+
"endIndex": 2
|
|
41565
|
+
}
|
|
41566
|
+
},
|
|
41567
|
+
{
|
|
41568
|
+
"kind": "PropertySignature",
|
|
41569
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
|
|
41570
|
+
"docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
|
|
41571
|
+
"excerptTokens": [
|
|
41572
|
+
{
|
|
41573
|
+
"kind": "Content",
|
|
41574
|
+
"text": "currentTime?: "
|
|
41575
|
+
},
|
|
41576
|
+
{
|
|
41577
|
+
"kind": "Content",
|
|
41578
|
+
"text": "number | undefined"
|
|
41579
|
+
},
|
|
41580
|
+
{
|
|
41581
|
+
"kind": "Content",
|
|
41582
|
+
"text": ";"
|
|
41583
|
+
}
|
|
41584
|
+
],
|
|
41585
|
+
"isReadonly": false,
|
|
41586
|
+
"isOptional": true,
|
|
41587
|
+
"releaseTag": "Public",
|
|
41588
|
+
"name": "currentTime",
|
|
41589
|
+
"propertyTypeTokenRange": {
|
|
41590
|
+
"startIndex": 1,
|
|
41591
|
+
"endIndex": 2
|
|
41592
|
+
}
|
|
41593
|
+
},
|
|
41594
|
+
{
|
|
41595
|
+
"kind": "PropertySignature",
|
|
41596
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
|
|
41597
|
+
"docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
|
|
41598
|
+
"excerptTokens": [
|
|
41599
|
+
{
|
|
41600
|
+
"kind": "Content",
|
|
41601
|
+
"text": "global?: "
|
|
41602
|
+
},
|
|
41603
|
+
{
|
|
41604
|
+
"kind": "Content",
|
|
41605
|
+
"text": "boolean | undefined"
|
|
41606
|
+
},
|
|
41607
|
+
{
|
|
41608
|
+
"kind": "Content",
|
|
41609
|
+
"text": ";"
|
|
41610
|
+
}
|
|
41611
|
+
],
|
|
41612
|
+
"isReadonly": false,
|
|
41613
|
+
"isOptional": true,
|
|
41614
|
+
"releaseTag": "Public",
|
|
41615
|
+
"name": "global",
|
|
41616
|
+
"propertyTypeTokenRange": {
|
|
41617
|
+
"startIndex": 1,
|
|
41618
|
+
"endIndex": 2
|
|
41619
|
+
}
|
|
41620
|
+
},
|
|
41621
|
+
{
|
|
41622
|
+
"kind": "PropertySignature",
|
|
41623
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
|
|
41624
|
+
"docComment": "/**\n * whether the clip should restart when finished.\n */\n",
|
|
41625
|
+
"excerptTokens": [
|
|
41626
|
+
{
|
|
41627
|
+
"kind": "Content",
|
|
41628
|
+
"text": "loop?: "
|
|
41629
|
+
},
|
|
41630
|
+
{
|
|
41631
|
+
"kind": "Content",
|
|
41632
|
+
"text": "boolean | undefined"
|
|
41633
|
+
},
|
|
41634
|
+
{
|
|
41635
|
+
"kind": "Content",
|
|
41636
|
+
"text": ";"
|
|
41637
|
+
}
|
|
41638
|
+
],
|
|
41639
|
+
"isReadonly": false,
|
|
41640
|
+
"isOptional": true,
|
|
41641
|
+
"releaseTag": "Public",
|
|
41642
|
+
"name": "loop",
|
|
41643
|
+
"propertyTypeTokenRange": {
|
|
41644
|
+
"startIndex": 1,
|
|
41645
|
+
"endIndex": 2
|
|
41646
|
+
}
|
|
41647
|
+
},
|
|
41648
|
+
{
|
|
41649
|
+
"kind": "PropertySignature",
|
|
41650
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
|
|
41651
|
+
"docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
|
|
41652
|
+
"excerptTokens": [
|
|
41653
|
+
{
|
|
41654
|
+
"kind": "Content",
|
|
41655
|
+
"text": "pitch?: "
|
|
41656
|
+
},
|
|
41657
|
+
{
|
|
41658
|
+
"kind": "Content",
|
|
41659
|
+
"text": "number | undefined"
|
|
41660
|
+
},
|
|
41661
|
+
{
|
|
41662
|
+
"kind": "Content",
|
|
41663
|
+
"text": ";"
|
|
41664
|
+
}
|
|
41665
|
+
],
|
|
41666
|
+
"isReadonly": false,
|
|
41667
|
+
"isOptional": true,
|
|
41668
|
+
"releaseTag": "Public",
|
|
41669
|
+
"name": "pitch",
|
|
41670
|
+
"propertyTypeTokenRange": {
|
|
41671
|
+
"startIndex": 1,
|
|
41672
|
+
"endIndex": 2
|
|
41673
|
+
}
|
|
41674
|
+
},
|
|
41675
|
+
{
|
|
41676
|
+
"kind": "PropertySignature",
|
|
41677
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
|
|
41678
|
+
"docComment": "/**\n * whether the clip is currently playing.\n */\n",
|
|
41679
|
+
"excerptTokens": [
|
|
41680
|
+
{
|
|
41681
|
+
"kind": "Content",
|
|
41682
|
+
"text": "playing?: "
|
|
41683
|
+
},
|
|
41684
|
+
{
|
|
41685
|
+
"kind": "Content",
|
|
41686
|
+
"text": "boolean | undefined"
|
|
41687
|
+
},
|
|
41688
|
+
{
|
|
41689
|
+
"kind": "Content",
|
|
41690
|
+
"text": ";"
|
|
41691
|
+
}
|
|
41692
|
+
],
|
|
41693
|
+
"isReadonly": false,
|
|
41694
|
+
"isOptional": true,
|
|
41695
|
+
"releaseTag": "Public",
|
|
41696
|
+
"name": "playing",
|
|
41697
|
+
"propertyTypeTokenRange": {
|
|
41698
|
+
"startIndex": 1,
|
|
41699
|
+
"endIndex": 2
|
|
41700
|
+
}
|
|
41701
|
+
},
|
|
41702
|
+
{
|
|
41703
|
+
"kind": "PropertySignature",
|
|
41704
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
|
|
41705
|
+
"docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
|
|
41706
|
+
"excerptTokens": [
|
|
41707
|
+
{
|
|
41708
|
+
"kind": "Content",
|
|
41709
|
+
"text": "volume?: "
|
|
41710
|
+
},
|
|
41711
|
+
{
|
|
41712
|
+
"kind": "Content",
|
|
41713
|
+
"text": "number | undefined"
|
|
41714
|
+
},
|
|
41715
|
+
{
|
|
41716
|
+
"kind": "Content",
|
|
41717
|
+
"text": ";"
|
|
41718
|
+
}
|
|
41719
|
+
],
|
|
41720
|
+
"isReadonly": false,
|
|
41721
|
+
"isOptional": true,
|
|
41722
|
+
"releaseTag": "Public",
|
|
41723
|
+
"name": "volume",
|
|
41724
|
+
"propertyTypeTokenRange": {
|
|
41725
|
+
"startIndex": 1,
|
|
41726
|
+
"endIndex": 2
|
|
41727
|
+
}
|
|
41728
|
+
}
|
|
41729
|
+
],
|
|
41730
|
+
"extendsTokenRanges": []
|
|
41731
|
+
},
|
|
41732
|
+
{
|
|
41733
|
+
"kind": "Namespace",
|
|
41734
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
|
|
41735
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41736
|
+
"excerptTokens": [
|
|
41737
|
+
{
|
|
41738
|
+
"kind": "Content",
|
|
41739
|
+
"text": "export declare namespace PBAudioSource "
|
|
41740
|
+
}
|
|
41741
|
+
],
|
|
41742
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
|
|
41743
|
+
"releaseTag": "Public",
|
|
41744
|
+
"name": "PBAudioSource",
|
|
41745
|
+
"preserveMemberOrder": false,
|
|
41746
|
+
"members": [
|
|
41747
|
+
{
|
|
41748
|
+
"kind": "Function",
|
|
41749
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
|
|
41750
|
+
"docComment": "",
|
|
41751
|
+
"excerptTokens": [
|
|
41752
|
+
{
|
|
41753
|
+
"kind": "Content",
|
|
41754
|
+
"text": "function decode(input: "
|
|
41755
|
+
},
|
|
41756
|
+
{
|
|
41757
|
+
"kind": "Reference",
|
|
41758
|
+
"text": "_m0.Reader",
|
|
41759
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
41760
|
+
},
|
|
41761
|
+
{
|
|
41762
|
+
"kind": "Content",
|
|
41763
|
+
"text": " | "
|
|
41764
|
+
},
|
|
41765
|
+
{
|
|
41766
|
+
"kind": "Reference",
|
|
41767
|
+
"text": "Uint8Array",
|
|
41768
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
41769
|
+
},
|
|
41770
|
+
{
|
|
41771
|
+
"kind": "Content",
|
|
41772
|
+
"text": ", length?: "
|
|
41773
|
+
},
|
|
41774
|
+
{
|
|
41775
|
+
"kind": "Content",
|
|
41776
|
+
"text": "number"
|
|
41777
|
+
},
|
|
41778
|
+
{
|
|
41779
|
+
"kind": "Content",
|
|
41780
|
+
"text": "): "
|
|
41781
|
+
},
|
|
41782
|
+
{
|
|
41783
|
+
"kind": "Reference",
|
|
41784
|
+
"text": "PBAudioSource",
|
|
41785
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
41786
|
+
},
|
|
41787
|
+
{
|
|
41788
|
+
"kind": "Content",
|
|
41789
|
+
"text": ";"
|
|
41790
|
+
}
|
|
41791
|
+
],
|
|
41792
|
+
"returnTypeTokenRange": {
|
|
41793
|
+
"startIndex": 7,
|
|
41794
|
+
"endIndex": 8
|
|
41795
|
+
},
|
|
41796
|
+
"releaseTag": "Public",
|
|
41797
|
+
"overloadIndex": 1,
|
|
41798
|
+
"parameters": [
|
|
41799
|
+
{
|
|
41800
|
+
"parameterName": "input",
|
|
41801
|
+
"parameterTypeTokenRange": {
|
|
41802
|
+
"startIndex": 1,
|
|
41803
|
+
"endIndex": 4
|
|
41804
|
+
},
|
|
41805
|
+
"isOptional": false
|
|
41806
|
+
},
|
|
41807
|
+
{
|
|
41808
|
+
"parameterName": "length",
|
|
41809
|
+
"parameterTypeTokenRange": {
|
|
41810
|
+
"startIndex": 5,
|
|
41811
|
+
"endIndex": 6
|
|
41812
|
+
},
|
|
41813
|
+
"isOptional": true
|
|
41814
|
+
}
|
|
41815
|
+
],
|
|
41816
|
+
"name": "decode"
|
|
41817
|
+
},
|
|
41818
|
+
{
|
|
41819
|
+
"kind": "Function",
|
|
41820
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
|
|
41821
|
+
"docComment": "",
|
|
41822
|
+
"excerptTokens": [
|
|
41823
|
+
{
|
|
41824
|
+
"kind": "Content",
|
|
41825
|
+
"text": "function encode(message: "
|
|
41826
|
+
},
|
|
40706
41827
|
{
|
|
40707
41828
|
"kind": "Reference",
|
|
40708
41829
|
"text": "PBAudioSource",
|
|
40709
41830
|
"canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
|
|
40710
41831
|
},
|
|
41832
|
+
{
|
|
41833
|
+
"kind": "Content",
|
|
41834
|
+
"text": ", writer?: "
|
|
41835
|
+
},
|
|
41836
|
+
{
|
|
41837
|
+
"kind": "Reference",
|
|
41838
|
+
"text": "_m0.Writer",
|
|
41839
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41840
|
+
},
|
|
41841
|
+
{
|
|
41842
|
+
"kind": "Content",
|
|
41843
|
+
"text": "): "
|
|
41844
|
+
},
|
|
41845
|
+
{
|
|
41846
|
+
"kind": "Reference",
|
|
41847
|
+
"text": "_m0.Writer",
|
|
41848
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
41849
|
+
},
|
|
41850
|
+
{
|
|
41851
|
+
"kind": "Content",
|
|
41852
|
+
"text": ";"
|
|
41853
|
+
}
|
|
41854
|
+
],
|
|
41855
|
+
"returnTypeTokenRange": {
|
|
41856
|
+
"startIndex": 5,
|
|
41857
|
+
"endIndex": 6
|
|
41858
|
+
},
|
|
41859
|
+
"releaseTag": "Public",
|
|
41860
|
+
"overloadIndex": 1,
|
|
41861
|
+
"parameters": [
|
|
41862
|
+
{
|
|
41863
|
+
"parameterName": "message",
|
|
41864
|
+
"parameterTypeTokenRange": {
|
|
41865
|
+
"startIndex": 1,
|
|
41866
|
+
"endIndex": 2
|
|
41867
|
+
},
|
|
41868
|
+
"isOptional": false
|
|
41869
|
+
},
|
|
41870
|
+
{
|
|
41871
|
+
"parameterName": "writer",
|
|
41872
|
+
"parameterTypeTokenRange": {
|
|
41873
|
+
"startIndex": 3,
|
|
41874
|
+
"endIndex": 4
|
|
41875
|
+
},
|
|
41876
|
+
"isOptional": true
|
|
41877
|
+
}
|
|
41878
|
+
],
|
|
41879
|
+
"name": "encode"
|
|
41880
|
+
}
|
|
41881
|
+
]
|
|
41882
|
+
},
|
|
41883
|
+
{
|
|
41884
|
+
"kind": "Interface",
|
|
41885
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
|
|
41886
|
+
"docComment": "/**\n * @public\n */\n",
|
|
41887
|
+
"excerptTokens": [
|
|
41888
|
+
{
|
|
41889
|
+
"kind": "Content",
|
|
41890
|
+
"text": "export interface PBAudioStream "
|
|
41891
|
+
}
|
|
41892
|
+
],
|
|
41893
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
41894
|
+
"releaseTag": "Public",
|
|
41895
|
+
"name": "PBAudioStream",
|
|
41896
|
+
"preserveMemberOrder": false,
|
|
41897
|
+
"members": [
|
|
41898
|
+
{
|
|
41899
|
+
"kind": "PropertySignature",
|
|
41900
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
|
|
41901
|
+
"docComment": "/**\n * whether the clip is currently playing\n */\n",
|
|
41902
|
+
"excerptTokens": [
|
|
41903
|
+
{
|
|
41904
|
+
"kind": "Content",
|
|
41905
|
+
"text": "playing?: "
|
|
41906
|
+
},
|
|
41907
|
+
{
|
|
41908
|
+
"kind": "Content",
|
|
41909
|
+
"text": "boolean | undefined"
|
|
41910
|
+
},
|
|
41911
|
+
{
|
|
41912
|
+
"kind": "Content",
|
|
41913
|
+
"text": ";"
|
|
41914
|
+
}
|
|
41915
|
+
],
|
|
41916
|
+
"isReadonly": false,
|
|
41917
|
+
"isOptional": true,
|
|
41918
|
+
"releaseTag": "Public",
|
|
41919
|
+
"name": "playing",
|
|
41920
|
+
"propertyTypeTokenRange": {
|
|
41921
|
+
"startIndex": 1,
|
|
41922
|
+
"endIndex": 2
|
|
41923
|
+
}
|
|
41924
|
+
},
|
|
41925
|
+
{
|
|
41926
|
+
"kind": "PropertySignature",
|
|
41927
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
|
|
41928
|
+
"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",
|
|
41929
|
+
"excerptTokens": [
|
|
41930
|
+
{
|
|
41931
|
+
"kind": "Content",
|
|
41932
|
+
"text": "spatial?: "
|
|
41933
|
+
},
|
|
41934
|
+
{
|
|
41935
|
+
"kind": "Content",
|
|
41936
|
+
"text": "boolean | undefined"
|
|
41937
|
+
},
|
|
41938
|
+
{
|
|
41939
|
+
"kind": "Content",
|
|
41940
|
+
"text": ";"
|
|
41941
|
+
}
|
|
41942
|
+
],
|
|
41943
|
+
"isReadonly": false,
|
|
41944
|
+
"isOptional": true,
|
|
41945
|
+
"releaseTag": "Public",
|
|
41946
|
+
"name": "spatial",
|
|
41947
|
+
"propertyTypeTokenRange": {
|
|
41948
|
+
"startIndex": 1,
|
|
41949
|
+
"endIndex": 2
|
|
41950
|
+
}
|
|
41951
|
+
},
|
|
41952
|
+
{
|
|
41953
|
+
"kind": "PropertySignature",
|
|
41954
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
|
|
41955
|
+
"docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
|
|
41956
|
+
"excerptTokens": [
|
|
41957
|
+
{
|
|
41958
|
+
"kind": "Content",
|
|
41959
|
+
"text": "spatialMaxDistance?: "
|
|
41960
|
+
},
|
|
41961
|
+
{
|
|
41962
|
+
"kind": "Content",
|
|
41963
|
+
"text": "number | undefined"
|
|
41964
|
+
},
|
|
41965
|
+
{
|
|
41966
|
+
"kind": "Content",
|
|
41967
|
+
"text": ";"
|
|
41968
|
+
}
|
|
41969
|
+
],
|
|
41970
|
+
"isReadonly": false,
|
|
41971
|
+
"isOptional": true,
|
|
41972
|
+
"releaseTag": "Public",
|
|
41973
|
+
"name": "spatialMaxDistance",
|
|
41974
|
+
"propertyTypeTokenRange": {
|
|
41975
|
+
"startIndex": 1,
|
|
41976
|
+
"endIndex": 2
|
|
41977
|
+
}
|
|
41978
|
+
},
|
|
41979
|
+
{
|
|
41980
|
+
"kind": "PropertySignature",
|
|
41981
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
|
|
41982
|
+
"docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
|
|
41983
|
+
"excerptTokens": [
|
|
41984
|
+
{
|
|
41985
|
+
"kind": "Content",
|
|
41986
|
+
"text": "spatialMinDistance?: "
|
|
41987
|
+
},
|
|
41988
|
+
{
|
|
41989
|
+
"kind": "Content",
|
|
41990
|
+
"text": "number | undefined"
|
|
41991
|
+
},
|
|
41992
|
+
{
|
|
41993
|
+
"kind": "Content",
|
|
41994
|
+
"text": ";"
|
|
41995
|
+
}
|
|
41996
|
+
],
|
|
41997
|
+
"isReadonly": false,
|
|
41998
|
+
"isOptional": true,
|
|
41999
|
+
"releaseTag": "Public",
|
|
42000
|
+
"name": "spatialMinDistance",
|
|
42001
|
+
"propertyTypeTokenRange": {
|
|
42002
|
+
"startIndex": 1,
|
|
42003
|
+
"endIndex": 2
|
|
42004
|
+
}
|
|
42005
|
+
},
|
|
42006
|
+
{
|
|
42007
|
+
"kind": "PropertySignature",
|
|
42008
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
|
|
42009
|
+
"docComment": "/**\n * the audio stream HTTP URL\n */\n",
|
|
42010
|
+
"excerptTokens": [
|
|
42011
|
+
{
|
|
42012
|
+
"kind": "Content",
|
|
42013
|
+
"text": "url: "
|
|
42014
|
+
},
|
|
42015
|
+
{
|
|
42016
|
+
"kind": "Content",
|
|
42017
|
+
"text": "string"
|
|
42018
|
+
},
|
|
42019
|
+
{
|
|
42020
|
+
"kind": "Content",
|
|
42021
|
+
"text": ";"
|
|
42022
|
+
}
|
|
42023
|
+
],
|
|
42024
|
+
"isReadonly": false,
|
|
42025
|
+
"isOptional": false,
|
|
42026
|
+
"releaseTag": "Public",
|
|
42027
|
+
"name": "url",
|
|
42028
|
+
"propertyTypeTokenRange": {
|
|
42029
|
+
"startIndex": 1,
|
|
42030
|
+
"endIndex": 2
|
|
42031
|
+
}
|
|
42032
|
+
},
|
|
42033
|
+
{
|
|
42034
|
+
"kind": "PropertySignature",
|
|
42035
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
|
|
42036
|
+
"docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
|
|
42037
|
+
"excerptTokens": [
|
|
42038
|
+
{
|
|
42039
|
+
"kind": "Content",
|
|
42040
|
+
"text": "volume?: "
|
|
42041
|
+
},
|
|
42042
|
+
{
|
|
42043
|
+
"kind": "Content",
|
|
42044
|
+
"text": "number | undefined"
|
|
42045
|
+
},
|
|
42046
|
+
{
|
|
42047
|
+
"kind": "Content",
|
|
42048
|
+
"text": ";"
|
|
42049
|
+
}
|
|
42050
|
+
],
|
|
42051
|
+
"isReadonly": false,
|
|
42052
|
+
"isOptional": true,
|
|
42053
|
+
"releaseTag": "Public",
|
|
42054
|
+
"name": "volume",
|
|
42055
|
+
"propertyTypeTokenRange": {
|
|
42056
|
+
"startIndex": 1,
|
|
42057
|
+
"endIndex": 2
|
|
42058
|
+
}
|
|
42059
|
+
}
|
|
42060
|
+
],
|
|
42061
|
+
"extendsTokenRanges": []
|
|
42062
|
+
},
|
|
42063
|
+
{
|
|
42064
|
+
"kind": "Namespace",
|
|
42065
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
|
|
42066
|
+
"docComment": "/**\n * @public\n */\n",
|
|
42067
|
+
"excerptTokens": [
|
|
42068
|
+
{
|
|
42069
|
+
"kind": "Content",
|
|
42070
|
+
"text": "export declare namespace PBAudioStream "
|
|
42071
|
+
}
|
|
42072
|
+
],
|
|
42073
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
|
|
42074
|
+
"releaseTag": "Public",
|
|
42075
|
+
"name": "PBAudioStream",
|
|
42076
|
+
"preserveMemberOrder": false,
|
|
42077
|
+
"members": [
|
|
42078
|
+
{
|
|
42079
|
+
"kind": "Function",
|
|
42080
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
|
|
42081
|
+
"docComment": "",
|
|
42082
|
+
"excerptTokens": [
|
|
42083
|
+
{
|
|
42084
|
+
"kind": "Content",
|
|
42085
|
+
"text": "function decode(input: "
|
|
42086
|
+
},
|
|
42087
|
+
{
|
|
42088
|
+
"kind": "Reference",
|
|
42089
|
+
"text": "_m0.Reader",
|
|
42090
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
42091
|
+
},
|
|
42092
|
+
{
|
|
42093
|
+
"kind": "Content",
|
|
42094
|
+
"text": " | "
|
|
42095
|
+
},
|
|
42096
|
+
{
|
|
42097
|
+
"kind": "Reference",
|
|
42098
|
+
"text": "Uint8Array",
|
|
42099
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
42100
|
+
},
|
|
42101
|
+
{
|
|
42102
|
+
"kind": "Content",
|
|
42103
|
+
"text": ", length?: "
|
|
42104
|
+
},
|
|
42105
|
+
{
|
|
42106
|
+
"kind": "Content",
|
|
42107
|
+
"text": "number"
|
|
42108
|
+
},
|
|
42109
|
+
{
|
|
42110
|
+
"kind": "Content",
|
|
42111
|
+
"text": "): "
|
|
42112
|
+
},
|
|
42113
|
+
{
|
|
42114
|
+
"kind": "Reference",
|
|
42115
|
+
"text": "PBAudioStream",
|
|
42116
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
42117
|
+
},
|
|
40711
42118
|
{
|
|
40712
42119
|
"kind": "Content",
|
|
40713
42120
|
"text": ";"
|
|
@@ -40741,7 +42148,7 @@
|
|
|
40741
42148
|
},
|
|
40742
42149
|
{
|
|
40743
42150
|
"kind": "Function",
|
|
40744
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42151
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
|
|
40745
42152
|
"docComment": "",
|
|
40746
42153
|
"excerptTokens": [
|
|
40747
42154
|
{
|
|
@@ -40750,8 +42157,232 @@
|
|
|
40750
42157
|
},
|
|
40751
42158
|
{
|
|
40752
42159
|
"kind": "Reference",
|
|
40753
|
-
"text": "
|
|
40754
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42160
|
+
"text": "PBAudioStream",
|
|
42161
|
+
"canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
|
|
42162
|
+
},
|
|
42163
|
+
{
|
|
42164
|
+
"kind": "Content",
|
|
42165
|
+
"text": ", writer?: "
|
|
42166
|
+
},
|
|
42167
|
+
{
|
|
42168
|
+
"kind": "Reference",
|
|
42169
|
+
"text": "_m0.Writer",
|
|
42170
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
42171
|
+
},
|
|
42172
|
+
{
|
|
42173
|
+
"kind": "Content",
|
|
42174
|
+
"text": "): "
|
|
42175
|
+
},
|
|
42176
|
+
{
|
|
42177
|
+
"kind": "Reference",
|
|
42178
|
+
"text": "_m0.Writer",
|
|
42179
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
42180
|
+
},
|
|
42181
|
+
{
|
|
42182
|
+
"kind": "Content",
|
|
42183
|
+
"text": ";"
|
|
42184
|
+
}
|
|
42185
|
+
],
|
|
42186
|
+
"returnTypeTokenRange": {
|
|
42187
|
+
"startIndex": 5,
|
|
42188
|
+
"endIndex": 6
|
|
42189
|
+
},
|
|
42190
|
+
"releaseTag": "Public",
|
|
42191
|
+
"overloadIndex": 1,
|
|
42192
|
+
"parameters": [
|
|
42193
|
+
{
|
|
42194
|
+
"parameterName": "message",
|
|
42195
|
+
"parameterTypeTokenRange": {
|
|
42196
|
+
"startIndex": 1,
|
|
42197
|
+
"endIndex": 2
|
|
42198
|
+
},
|
|
42199
|
+
"isOptional": false
|
|
42200
|
+
},
|
|
42201
|
+
{
|
|
42202
|
+
"parameterName": "writer",
|
|
42203
|
+
"parameterTypeTokenRange": {
|
|
42204
|
+
"startIndex": 3,
|
|
42205
|
+
"endIndex": 4
|
|
42206
|
+
},
|
|
42207
|
+
"isOptional": true
|
|
42208
|
+
}
|
|
42209
|
+
],
|
|
42210
|
+
"name": "encode"
|
|
42211
|
+
}
|
|
42212
|
+
]
|
|
42213
|
+
},
|
|
42214
|
+
{
|
|
42215
|
+
"kind": "Interface",
|
|
42216
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
|
|
42217
|
+
"docComment": "/**\n * @public\n */\n",
|
|
42218
|
+
"excerptTokens": [
|
|
42219
|
+
{
|
|
42220
|
+
"kind": "Content",
|
|
42221
|
+
"text": "export interface PBAvatarAttach "
|
|
42222
|
+
}
|
|
42223
|
+
],
|
|
42224
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
42225
|
+
"releaseTag": "Public",
|
|
42226
|
+
"name": "PBAvatarAttach",
|
|
42227
|
+
"preserveMemberOrder": false,
|
|
42228
|
+
"members": [
|
|
42229
|
+
{
|
|
42230
|
+
"kind": "PropertySignature",
|
|
42231
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
|
|
42232
|
+
"docComment": "/**\n * the anchor point.\n */\n",
|
|
42233
|
+
"excerptTokens": [
|
|
42234
|
+
{
|
|
42235
|
+
"kind": "Content",
|
|
42236
|
+
"text": "anchorPointId: "
|
|
42237
|
+
},
|
|
42238
|
+
{
|
|
42239
|
+
"kind": "Reference",
|
|
42240
|
+
"text": "AvatarAnchorPointType",
|
|
42241
|
+
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
42242
|
+
},
|
|
42243
|
+
{
|
|
42244
|
+
"kind": "Content",
|
|
42245
|
+
"text": ";"
|
|
42246
|
+
}
|
|
42247
|
+
],
|
|
42248
|
+
"isReadonly": false,
|
|
42249
|
+
"isOptional": false,
|
|
42250
|
+
"releaseTag": "Public",
|
|
42251
|
+
"name": "anchorPointId",
|
|
42252
|
+
"propertyTypeTokenRange": {
|
|
42253
|
+
"startIndex": 1,
|
|
42254
|
+
"endIndex": 2
|
|
42255
|
+
}
|
|
42256
|
+
},
|
|
42257
|
+
{
|
|
42258
|
+
"kind": "PropertySignature",
|
|
42259
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
|
|
42260
|
+
"docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
|
|
42261
|
+
"excerptTokens": [
|
|
42262
|
+
{
|
|
42263
|
+
"kind": "Content",
|
|
42264
|
+
"text": "avatarId?: "
|
|
42265
|
+
},
|
|
42266
|
+
{
|
|
42267
|
+
"kind": "Content",
|
|
42268
|
+
"text": "string | undefined"
|
|
42269
|
+
},
|
|
42270
|
+
{
|
|
42271
|
+
"kind": "Content",
|
|
42272
|
+
"text": ";"
|
|
42273
|
+
}
|
|
42274
|
+
],
|
|
42275
|
+
"isReadonly": false,
|
|
42276
|
+
"isOptional": true,
|
|
42277
|
+
"releaseTag": "Public",
|
|
42278
|
+
"name": "avatarId",
|
|
42279
|
+
"propertyTypeTokenRange": {
|
|
42280
|
+
"startIndex": 1,
|
|
42281
|
+
"endIndex": 2
|
|
42282
|
+
}
|
|
42283
|
+
}
|
|
42284
|
+
],
|
|
42285
|
+
"extendsTokenRanges": []
|
|
42286
|
+
},
|
|
42287
|
+
{
|
|
42288
|
+
"kind": "Namespace",
|
|
42289
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
|
|
42290
|
+
"docComment": "/**\n * @public\n */\n",
|
|
42291
|
+
"excerptTokens": [
|
|
42292
|
+
{
|
|
42293
|
+
"kind": "Content",
|
|
42294
|
+
"text": "export declare namespace PBAvatarAttach "
|
|
42295
|
+
}
|
|
42296
|
+
],
|
|
42297
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
|
|
42298
|
+
"releaseTag": "Public",
|
|
42299
|
+
"name": "PBAvatarAttach",
|
|
42300
|
+
"preserveMemberOrder": false,
|
|
42301
|
+
"members": [
|
|
42302
|
+
{
|
|
42303
|
+
"kind": "Function",
|
|
42304
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
|
|
42305
|
+
"docComment": "",
|
|
42306
|
+
"excerptTokens": [
|
|
42307
|
+
{
|
|
42308
|
+
"kind": "Content",
|
|
42309
|
+
"text": "function decode(input: "
|
|
42310
|
+
},
|
|
42311
|
+
{
|
|
42312
|
+
"kind": "Reference",
|
|
42313
|
+
"text": "_m0.Reader",
|
|
42314
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
42315
|
+
},
|
|
42316
|
+
{
|
|
42317
|
+
"kind": "Content",
|
|
42318
|
+
"text": " | "
|
|
42319
|
+
},
|
|
42320
|
+
{
|
|
42321
|
+
"kind": "Reference",
|
|
42322
|
+
"text": "Uint8Array",
|
|
42323
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
42324
|
+
},
|
|
42325
|
+
{
|
|
42326
|
+
"kind": "Content",
|
|
42327
|
+
"text": ", length?: "
|
|
42328
|
+
},
|
|
42329
|
+
{
|
|
42330
|
+
"kind": "Content",
|
|
42331
|
+
"text": "number"
|
|
42332
|
+
},
|
|
42333
|
+
{
|
|
42334
|
+
"kind": "Content",
|
|
42335
|
+
"text": "): "
|
|
42336
|
+
},
|
|
42337
|
+
{
|
|
42338
|
+
"kind": "Reference",
|
|
42339
|
+
"text": "PBAvatarAttach",
|
|
42340
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
42341
|
+
},
|
|
42342
|
+
{
|
|
42343
|
+
"kind": "Content",
|
|
42344
|
+
"text": ";"
|
|
42345
|
+
}
|
|
42346
|
+
],
|
|
42347
|
+
"returnTypeTokenRange": {
|
|
42348
|
+
"startIndex": 7,
|
|
42349
|
+
"endIndex": 8
|
|
42350
|
+
},
|
|
42351
|
+
"releaseTag": "Public",
|
|
42352
|
+
"overloadIndex": 1,
|
|
42353
|
+
"parameters": [
|
|
42354
|
+
{
|
|
42355
|
+
"parameterName": "input",
|
|
42356
|
+
"parameterTypeTokenRange": {
|
|
42357
|
+
"startIndex": 1,
|
|
42358
|
+
"endIndex": 4
|
|
42359
|
+
},
|
|
42360
|
+
"isOptional": false
|
|
42361
|
+
},
|
|
42362
|
+
{
|
|
42363
|
+
"parameterName": "length",
|
|
42364
|
+
"parameterTypeTokenRange": {
|
|
42365
|
+
"startIndex": 5,
|
|
42366
|
+
"endIndex": 6
|
|
42367
|
+
},
|
|
42368
|
+
"isOptional": true
|
|
42369
|
+
}
|
|
42370
|
+
],
|
|
42371
|
+
"name": "decode"
|
|
42372
|
+
},
|
|
42373
|
+
{
|
|
42374
|
+
"kind": "Function",
|
|
42375
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
|
|
42376
|
+
"docComment": "",
|
|
42377
|
+
"excerptTokens": [
|
|
42378
|
+
{
|
|
42379
|
+
"kind": "Content",
|
|
42380
|
+
"text": "function encode(message: "
|
|
42381
|
+
},
|
|
42382
|
+
{
|
|
42383
|
+
"kind": "Reference",
|
|
42384
|
+
"text": "PBAvatarAttach",
|
|
42385
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
|
|
40755
42386
|
},
|
|
40756
42387
|
{
|
|
40757
42388
|
"kind": "Content",
|
|
@@ -40806,31 +42437,31 @@
|
|
|
40806
42437
|
},
|
|
40807
42438
|
{
|
|
40808
42439
|
"kind": "Interface",
|
|
40809
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42440
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
|
|
40810
42441
|
"docComment": "/**\n * @public\n */\n",
|
|
40811
42442
|
"excerptTokens": [
|
|
40812
42443
|
{
|
|
40813
42444
|
"kind": "Content",
|
|
40814
|
-
"text": "export interface
|
|
42445
|
+
"text": "export interface PBAvatarBase "
|
|
40815
42446
|
}
|
|
40816
42447
|
],
|
|
40817
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42448
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
40818
42449
|
"releaseTag": "Public",
|
|
40819
|
-
"name": "
|
|
42450
|
+
"name": "PBAvatarBase",
|
|
40820
42451
|
"preserveMemberOrder": false,
|
|
40821
42452
|
"members": [
|
|
40822
42453
|
{
|
|
40823
42454
|
"kind": "PropertySignature",
|
|
40824
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40825
|
-
"docComment": "
|
|
42455
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
|
|
42456
|
+
"docComment": "",
|
|
40826
42457
|
"excerptTokens": [
|
|
40827
42458
|
{
|
|
40828
42459
|
"kind": "Content",
|
|
40829
|
-
"text": "
|
|
42460
|
+
"text": "bodyShapeUrn: "
|
|
40830
42461
|
},
|
|
40831
42462
|
{
|
|
40832
42463
|
"kind": "Content",
|
|
40833
|
-
"text": "
|
|
42464
|
+
"text": "string"
|
|
40834
42465
|
},
|
|
40835
42466
|
{
|
|
40836
42467
|
"kind": "Content",
|
|
@@ -40838,9 +42469,9 @@
|
|
|
40838
42469
|
}
|
|
40839
42470
|
],
|
|
40840
42471
|
"isReadonly": false,
|
|
40841
|
-
"isOptional":
|
|
42472
|
+
"isOptional": false,
|
|
40842
42473
|
"releaseTag": "Public",
|
|
40843
|
-
"name": "
|
|
42474
|
+
"name": "bodyShapeUrn",
|
|
40844
42475
|
"propertyTypeTokenRange": {
|
|
40845
42476
|
"startIndex": 1,
|
|
40846
42477
|
"endIndex": 2
|
|
@@ -40848,43 +42479,21 @@
|
|
|
40848
42479
|
},
|
|
40849
42480
|
{
|
|
40850
42481
|
"kind": "PropertySignature",
|
|
40851
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40852
|
-
"docComment": "
|
|
42482
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
|
|
42483
|
+
"docComment": "",
|
|
40853
42484
|
"excerptTokens": [
|
|
40854
42485
|
{
|
|
40855
42486
|
"kind": "Content",
|
|
40856
|
-
"text": "
|
|
40857
|
-
},
|
|
40858
|
-
{
|
|
40859
|
-
"kind": "Content",
|
|
40860
|
-
"text": "boolean | undefined"
|
|
42487
|
+
"text": "eyesColor: "
|
|
40861
42488
|
},
|
|
40862
42489
|
{
|
|
40863
|
-
"kind": "
|
|
40864
|
-
"text": "
|
|
40865
|
-
|
|
40866
|
-
],
|
|
40867
|
-
"isReadonly": false,
|
|
40868
|
-
"isOptional": true,
|
|
40869
|
-
"releaseTag": "Public",
|
|
40870
|
-
"name": "spatial",
|
|
40871
|
-
"propertyTypeTokenRange": {
|
|
40872
|
-
"startIndex": 1,
|
|
40873
|
-
"endIndex": 2
|
|
40874
|
-
}
|
|
40875
|
-
},
|
|
40876
|
-
{
|
|
40877
|
-
"kind": "PropertySignature",
|
|
40878
|
-
"canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
|
|
40879
|
-
"docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
|
|
40880
|
-
"excerptTokens": [
|
|
40881
|
-
{
|
|
40882
|
-
"kind": "Content",
|
|
40883
|
-
"text": "spatialMaxDistance?: "
|
|
42490
|
+
"kind": "Reference",
|
|
42491
|
+
"text": "Color3",
|
|
42492
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
40884
42493
|
},
|
|
40885
42494
|
{
|
|
40886
42495
|
"kind": "Content",
|
|
40887
|
-
"text": "
|
|
42496
|
+
"text": " | undefined"
|
|
40888
42497
|
},
|
|
40889
42498
|
{
|
|
40890
42499
|
"kind": "Content",
|
|
@@ -40892,26 +42501,31 @@
|
|
|
40892
42501
|
}
|
|
40893
42502
|
],
|
|
40894
42503
|
"isReadonly": false,
|
|
40895
|
-
"isOptional":
|
|
42504
|
+
"isOptional": false,
|
|
40896
42505
|
"releaseTag": "Public",
|
|
40897
|
-
"name": "
|
|
42506
|
+
"name": "eyesColor",
|
|
40898
42507
|
"propertyTypeTokenRange": {
|
|
40899
42508
|
"startIndex": 1,
|
|
40900
|
-
"endIndex":
|
|
42509
|
+
"endIndex": 3
|
|
40901
42510
|
}
|
|
40902
42511
|
},
|
|
40903
42512
|
{
|
|
40904
42513
|
"kind": "PropertySignature",
|
|
40905
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40906
|
-
"docComment": "
|
|
42514
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
|
|
42515
|
+
"docComment": "",
|
|
40907
42516
|
"excerptTokens": [
|
|
40908
42517
|
{
|
|
40909
42518
|
"kind": "Content",
|
|
40910
|
-
"text": "
|
|
42519
|
+
"text": "hairColor: "
|
|
42520
|
+
},
|
|
42521
|
+
{
|
|
42522
|
+
"kind": "Reference",
|
|
42523
|
+
"text": "Color3",
|
|
42524
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
40911
42525
|
},
|
|
40912
42526
|
{
|
|
40913
42527
|
"kind": "Content",
|
|
40914
|
-
"text": "
|
|
42528
|
+
"text": " | undefined"
|
|
40915
42529
|
},
|
|
40916
42530
|
{
|
|
40917
42531
|
"kind": "Content",
|
|
@@ -40919,22 +42533,22 @@
|
|
|
40919
42533
|
}
|
|
40920
42534
|
],
|
|
40921
42535
|
"isReadonly": false,
|
|
40922
|
-
"isOptional":
|
|
42536
|
+
"isOptional": false,
|
|
40923
42537
|
"releaseTag": "Public",
|
|
40924
|
-
"name": "
|
|
42538
|
+
"name": "hairColor",
|
|
40925
42539
|
"propertyTypeTokenRange": {
|
|
40926
42540
|
"startIndex": 1,
|
|
40927
|
-
"endIndex":
|
|
42541
|
+
"endIndex": 3
|
|
40928
42542
|
}
|
|
40929
42543
|
},
|
|
40930
42544
|
{
|
|
40931
42545
|
"kind": "PropertySignature",
|
|
40932
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40933
|
-
"docComment": "
|
|
42546
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
|
|
42547
|
+
"docComment": "",
|
|
40934
42548
|
"excerptTokens": [
|
|
40935
42549
|
{
|
|
40936
42550
|
"kind": "Content",
|
|
40937
|
-
"text": "
|
|
42551
|
+
"text": "name: "
|
|
40938
42552
|
},
|
|
40939
42553
|
{
|
|
40940
42554
|
"kind": "Content",
|
|
@@ -40948,7 +42562,7 @@
|
|
|
40948
42562
|
"isReadonly": false,
|
|
40949
42563
|
"isOptional": false,
|
|
40950
42564
|
"releaseTag": "Public",
|
|
40951
|
-
"name": "
|
|
42565
|
+
"name": "name",
|
|
40952
42566
|
"propertyTypeTokenRange": {
|
|
40953
42567
|
"startIndex": 1,
|
|
40954
42568
|
"endIndex": 2
|
|
@@ -40956,16 +42570,21 @@
|
|
|
40956
42570
|
},
|
|
40957
42571
|
{
|
|
40958
42572
|
"kind": "PropertySignature",
|
|
40959
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
40960
|
-
"docComment": "
|
|
42573
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
|
|
42574
|
+
"docComment": "",
|
|
40961
42575
|
"excerptTokens": [
|
|
40962
42576
|
{
|
|
40963
42577
|
"kind": "Content",
|
|
40964
|
-
"text": "
|
|
42578
|
+
"text": "skinColor: "
|
|
42579
|
+
},
|
|
42580
|
+
{
|
|
42581
|
+
"kind": "Reference",
|
|
42582
|
+
"text": "Color3",
|
|
42583
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
40965
42584
|
},
|
|
40966
42585
|
{
|
|
40967
42586
|
"kind": "Content",
|
|
40968
|
-
"text": "
|
|
42587
|
+
"text": " | undefined"
|
|
40969
42588
|
},
|
|
40970
42589
|
{
|
|
40971
42590
|
"kind": "Content",
|
|
@@ -40973,12 +42592,12 @@
|
|
|
40973
42592
|
}
|
|
40974
42593
|
],
|
|
40975
42594
|
"isReadonly": false,
|
|
40976
|
-
"isOptional":
|
|
42595
|
+
"isOptional": false,
|
|
40977
42596
|
"releaseTag": "Public",
|
|
40978
|
-
"name": "
|
|
42597
|
+
"name": "skinColor",
|
|
40979
42598
|
"propertyTypeTokenRange": {
|
|
40980
42599
|
"startIndex": 1,
|
|
40981
|
-
"endIndex":
|
|
42600
|
+
"endIndex": 3
|
|
40982
42601
|
}
|
|
40983
42602
|
}
|
|
40984
42603
|
],
|
|
@@ -40986,22 +42605,22 @@
|
|
|
40986
42605
|
},
|
|
40987
42606
|
{
|
|
40988
42607
|
"kind": "Namespace",
|
|
40989
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42608
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
|
|
40990
42609
|
"docComment": "/**\n * @public\n */\n",
|
|
40991
42610
|
"excerptTokens": [
|
|
40992
42611
|
{
|
|
40993
42612
|
"kind": "Content",
|
|
40994
|
-
"text": "export declare namespace
|
|
42613
|
+
"text": "export declare namespace PBAvatarBase "
|
|
40995
42614
|
}
|
|
40996
42615
|
],
|
|
40997
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42616
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
|
|
40998
42617
|
"releaseTag": "Public",
|
|
40999
|
-
"name": "
|
|
42618
|
+
"name": "PBAvatarBase",
|
|
41000
42619
|
"preserveMemberOrder": false,
|
|
41001
42620
|
"members": [
|
|
41002
42621
|
{
|
|
41003
42622
|
"kind": "Function",
|
|
41004
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42623
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
|
|
41005
42624
|
"docComment": "",
|
|
41006
42625
|
"excerptTokens": [
|
|
41007
42626
|
{
|
|
@@ -41036,8 +42655,8 @@
|
|
|
41036
42655
|
},
|
|
41037
42656
|
{
|
|
41038
42657
|
"kind": "Reference",
|
|
41039
|
-
"text": "
|
|
41040
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42658
|
+
"text": "PBAvatarBase",
|
|
42659
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
41041
42660
|
},
|
|
41042
42661
|
{
|
|
41043
42662
|
"kind": "Content",
|
|
@@ -41072,7 +42691,7 @@
|
|
|
41072
42691
|
},
|
|
41073
42692
|
{
|
|
41074
42693
|
"kind": "Function",
|
|
41075
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42694
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
|
|
41076
42695
|
"docComment": "",
|
|
41077
42696
|
"excerptTokens": [
|
|
41078
42697
|
{
|
|
@@ -41081,8 +42700,8 @@
|
|
|
41081
42700
|
},
|
|
41082
42701
|
{
|
|
41083
42702
|
"kind": "Reference",
|
|
41084
|
-
"text": "
|
|
41085
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42703
|
+
"text": "PBAvatarBase",
|
|
42704
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
|
|
41086
42705
|
},
|
|
41087
42706
|
{
|
|
41088
42707
|
"kind": "Content",
|
|
@@ -41137,32 +42756,31 @@
|
|
|
41137
42756
|
},
|
|
41138
42757
|
{
|
|
41139
42758
|
"kind": "Interface",
|
|
41140
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42759
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
|
|
41141
42760
|
"docComment": "/**\n * @public\n */\n",
|
|
41142
42761
|
"excerptTokens": [
|
|
41143
42762
|
{
|
|
41144
42763
|
"kind": "Content",
|
|
41145
|
-
"text": "export interface
|
|
42764
|
+
"text": "export interface PBAvatarEmoteCommand "
|
|
41146
42765
|
}
|
|
41147
42766
|
],
|
|
41148
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42767
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
41149
42768
|
"releaseTag": "Public",
|
|
41150
|
-
"name": "
|
|
42769
|
+
"name": "PBAvatarEmoteCommand",
|
|
41151
42770
|
"preserveMemberOrder": false,
|
|
41152
42771
|
"members": [
|
|
41153
42772
|
{
|
|
41154
42773
|
"kind": "PropertySignature",
|
|
41155
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41156
|
-
"docComment": "
|
|
42774
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
|
|
42775
|
+
"docComment": "",
|
|
41157
42776
|
"excerptTokens": [
|
|
41158
42777
|
{
|
|
41159
42778
|
"kind": "Content",
|
|
41160
|
-
"text": "
|
|
42779
|
+
"text": "emoteUrn: "
|
|
41161
42780
|
},
|
|
41162
42781
|
{
|
|
41163
|
-
"kind": "
|
|
41164
|
-
"text": "
|
|
41165
|
-
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
|
|
42782
|
+
"kind": "Content",
|
|
42783
|
+
"text": "string"
|
|
41166
42784
|
},
|
|
41167
42785
|
{
|
|
41168
42786
|
"kind": "Content",
|
|
@@ -41172,7 +42790,7 @@
|
|
|
41172
42790
|
"isReadonly": false,
|
|
41173
42791
|
"isOptional": false,
|
|
41174
42792
|
"releaseTag": "Public",
|
|
41175
|
-
"name": "
|
|
42793
|
+
"name": "emoteUrn",
|
|
41176
42794
|
"propertyTypeTokenRange": {
|
|
41177
42795
|
"startIndex": 1,
|
|
41178
42796
|
"endIndex": 2
|
|
@@ -41180,16 +42798,16 @@
|
|
|
41180
42798
|
},
|
|
41181
42799
|
{
|
|
41182
42800
|
"kind": "PropertySignature",
|
|
41183
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41184
|
-
"docComment": "
|
|
42801
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
|
|
42802
|
+
"docComment": "",
|
|
41185
42803
|
"excerptTokens": [
|
|
41186
42804
|
{
|
|
41187
42805
|
"kind": "Content",
|
|
41188
|
-
"text": "
|
|
42806
|
+
"text": "loop: "
|
|
41189
42807
|
},
|
|
41190
42808
|
{
|
|
41191
42809
|
"kind": "Content",
|
|
41192
|
-
"text": "
|
|
42810
|
+
"text": "boolean"
|
|
41193
42811
|
},
|
|
41194
42812
|
{
|
|
41195
42813
|
"kind": "Content",
|
|
@@ -41197,9 +42815,36 @@
|
|
|
41197
42815
|
}
|
|
41198
42816
|
],
|
|
41199
42817
|
"isReadonly": false,
|
|
41200
|
-
"isOptional":
|
|
42818
|
+
"isOptional": false,
|
|
41201
42819
|
"releaseTag": "Public",
|
|
41202
|
-
"name": "
|
|
42820
|
+
"name": "loop",
|
|
42821
|
+
"propertyTypeTokenRange": {
|
|
42822
|
+
"startIndex": 1,
|
|
42823
|
+
"endIndex": 2
|
|
42824
|
+
}
|
|
42825
|
+
},
|
|
42826
|
+
{
|
|
42827
|
+
"kind": "PropertySignature",
|
|
42828
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
|
|
42829
|
+
"docComment": "/**\n * monotonic counter\n */\n",
|
|
42830
|
+
"excerptTokens": [
|
|
42831
|
+
{
|
|
42832
|
+
"kind": "Content",
|
|
42833
|
+
"text": "timestamp: "
|
|
42834
|
+
},
|
|
42835
|
+
{
|
|
42836
|
+
"kind": "Content",
|
|
42837
|
+
"text": "number"
|
|
42838
|
+
},
|
|
42839
|
+
{
|
|
42840
|
+
"kind": "Content",
|
|
42841
|
+
"text": ";"
|
|
42842
|
+
}
|
|
42843
|
+
],
|
|
42844
|
+
"isReadonly": false,
|
|
42845
|
+
"isOptional": false,
|
|
42846
|
+
"releaseTag": "Public",
|
|
42847
|
+
"name": "timestamp",
|
|
41203
42848
|
"propertyTypeTokenRange": {
|
|
41204
42849
|
"startIndex": 1,
|
|
41205
42850
|
"endIndex": 2
|
|
@@ -41210,22 +42855,22 @@
|
|
|
41210
42855
|
},
|
|
41211
42856
|
{
|
|
41212
42857
|
"kind": "Namespace",
|
|
41213
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42858
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
41214
42859
|
"docComment": "/**\n * @public\n */\n",
|
|
41215
42860
|
"excerptTokens": [
|
|
41216
42861
|
{
|
|
41217
42862
|
"kind": "Content",
|
|
41218
|
-
"text": "export declare namespace
|
|
42863
|
+
"text": "export declare namespace PBAvatarEmoteCommand "
|
|
41219
42864
|
}
|
|
41220
42865
|
],
|
|
41221
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
42866
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
41222
42867
|
"releaseTag": "Public",
|
|
41223
|
-
"name": "
|
|
42868
|
+
"name": "PBAvatarEmoteCommand",
|
|
41224
42869
|
"preserveMemberOrder": false,
|
|
41225
42870
|
"members": [
|
|
41226
42871
|
{
|
|
41227
42872
|
"kind": "Function",
|
|
41228
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42873
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
|
|
41229
42874
|
"docComment": "",
|
|
41230
42875
|
"excerptTokens": [
|
|
41231
42876
|
{
|
|
@@ -41260,8 +42905,8 @@
|
|
|
41260
42905
|
},
|
|
41261
42906
|
{
|
|
41262
42907
|
"kind": "Reference",
|
|
41263
|
-
"text": "
|
|
41264
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42908
|
+
"text": "PBAvatarEmoteCommand",
|
|
42909
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
41265
42910
|
},
|
|
41266
42911
|
{
|
|
41267
42912
|
"kind": "Content",
|
|
@@ -41296,7 +42941,7 @@
|
|
|
41296
42941
|
},
|
|
41297
42942
|
{
|
|
41298
42943
|
"kind": "Function",
|
|
41299
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42944
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
|
|
41300
42945
|
"docComment": "",
|
|
41301
42946
|
"excerptTokens": [
|
|
41302
42947
|
{
|
|
@@ -41305,8 +42950,8 @@
|
|
|
41305
42950
|
},
|
|
41306
42951
|
{
|
|
41307
42952
|
"kind": "Reference",
|
|
41308
|
-
"text": "
|
|
41309
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
42953
|
+
"text": "PBAvatarEmoteCommand",
|
|
42954
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
41310
42955
|
},
|
|
41311
42956
|
{
|
|
41312
42957
|
"kind": "Content",
|
|
@@ -41361,31 +43006,31 @@
|
|
|
41361
43006
|
},
|
|
41362
43007
|
{
|
|
41363
43008
|
"kind": "Interface",
|
|
41364
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43009
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
41365
43010
|
"docComment": "/**\n * @public\n */\n",
|
|
41366
43011
|
"excerptTokens": [
|
|
41367
43012
|
{
|
|
41368
43013
|
"kind": "Content",
|
|
41369
|
-
"text": "export interface
|
|
43014
|
+
"text": "export interface PBAvatarEquippedData "
|
|
41370
43015
|
}
|
|
41371
43016
|
],
|
|
41372
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43017
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
41373
43018
|
"releaseTag": "Public",
|
|
41374
|
-
"name": "
|
|
43019
|
+
"name": "PBAvatarEquippedData",
|
|
41375
43020
|
"preserveMemberOrder": false,
|
|
41376
43021
|
"members": [
|
|
41377
43022
|
{
|
|
41378
43023
|
"kind": "PropertySignature",
|
|
41379
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43024
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
|
|
41380
43025
|
"docComment": "",
|
|
41381
43026
|
"excerptTokens": [
|
|
41382
43027
|
{
|
|
41383
43028
|
"kind": "Content",
|
|
41384
|
-
"text": "
|
|
43029
|
+
"text": "emoteUrns: "
|
|
41385
43030
|
},
|
|
41386
43031
|
{
|
|
41387
43032
|
"kind": "Content",
|
|
41388
|
-
"text": "string"
|
|
43033
|
+
"text": "string[]"
|
|
41389
43034
|
},
|
|
41390
43035
|
{
|
|
41391
43036
|
"kind": "Content",
|
|
@@ -41395,7 +43040,7 @@
|
|
|
41395
43040
|
"isReadonly": false,
|
|
41396
43041
|
"isOptional": false,
|
|
41397
43042
|
"releaseTag": "Public",
|
|
41398
|
-
"name": "
|
|
43043
|
+
"name": "emoteUrns",
|
|
41399
43044
|
"propertyTypeTokenRange": {
|
|
41400
43045
|
"startIndex": 1,
|
|
41401
43046
|
"endIndex": 2
|
|
@@ -41403,80 +43048,16 @@
|
|
|
41403
43048
|
},
|
|
41404
43049
|
{
|
|
41405
43050
|
"kind": "PropertySignature",
|
|
41406
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41407
|
-
"docComment": "",
|
|
41408
|
-
"excerptTokens": [
|
|
41409
|
-
{
|
|
41410
|
-
"kind": "Content",
|
|
41411
|
-
"text": "eyesColor: "
|
|
41412
|
-
},
|
|
41413
|
-
{
|
|
41414
|
-
"kind": "Reference",
|
|
41415
|
-
"text": "Color3",
|
|
41416
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41417
|
-
},
|
|
41418
|
-
{
|
|
41419
|
-
"kind": "Content",
|
|
41420
|
-
"text": " | undefined"
|
|
41421
|
-
},
|
|
41422
|
-
{
|
|
41423
|
-
"kind": "Content",
|
|
41424
|
-
"text": ";"
|
|
41425
|
-
}
|
|
41426
|
-
],
|
|
41427
|
-
"isReadonly": false,
|
|
41428
|
-
"isOptional": false,
|
|
41429
|
-
"releaseTag": "Public",
|
|
41430
|
-
"name": "eyesColor",
|
|
41431
|
-
"propertyTypeTokenRange": {
|
|
41432
|
-
"startIndex": 1,
|
|
41433
|
-
"endIndex": 3
|
|
41434
|
-
}
|
|
41435
|
-
},
|
|
41436
|
-
{
|
|
41437
|
-
"kind": "PropertySignature",
|
|
41438
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
|
|
41439
|
-
"docComment": "",
|
|
41440
|
-
"excerptTokens": [
|
|
41441
|
-
{
|
|
41442
|
-
"kind": "Content",
|
|
41443
|
-
"text": "hairColor: "
|
|
41444
|
-
},
|
|
41445
|
-
{
|
|
41446
|
-
"kind": "Reference",
|
|
41447
|
-
"text": "Color3",
|
|
41448
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41449
|
-
},
|
|
41450
|
-
{
|
|
41451
|
-
"kind": "Content",
|
|
41452
|
-
"text": " | undefined"
|
|
41453
|
-
},
|
|
41454
|
-
{
|
|
41455
|
-
"kind": "Content",
|
|
41456
|
-
"text": ";"
|
|
41457
|
-
}
|
|
41458
|
-
],
|
|
41459
|
-
"isReadonly": false,
|
|
41460
|
-
"isOptional": false,
|
|
41461
|
-
"releaseTag": "Public",
|
|
41462
|
-
"name": "hairColor",
|
|
41463
|
-
"propertyTypeTokenRange": {
|
|
41464
|
-
"startIndex": 1,
|
|
41465
|
-
"endIndex": 3
|
|
41466
|
-
}
|
|
41467
|
-
},
|
|
41468
|
-
{
|
|
41469
|
-
"kind": "PropertySignature",
|
|
41470
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
|
|
43051
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
|
|
41471
43052
|
"docComment": "",
|
|
41472
43053
|
"excerptTokens": [
|
|
41473
43054
|
{
|
|
41474
43055
|
"kind": "Content",
|
|
41475
|
-
"text": "
|
|
43056
|
+
"text": "wearableUrns: "
|
|
41476
43057
|
},
|
|
41477
43058
|
{
|
|
41478
43059
|
"kind": "Content",
|
|
41479
|
-
"text": "string"
|
|
43060
|
+
"text": "string[]"
|
|
41480
43061
|
},
|
|
41481
43062
|
{
|
|
41482
43063
|
"kind": "Content",
|
|
@@ -41486,65 +43067,33 @@
|
|
|
41486
43067
|
"isReadonly": false,
|
|
41487
43068
|
"isOptional": false,
|
|
41488
43069
|
"releaseTag": "Public",
|
|
41489
|
-
"name": "
|
|
43070
|
+
"name": "wearableUrns",
|
|
41490
43071
|
"propertyTypeTokenRange": {
|
|
41491
43072
|
"startIndex": 1,
|
|
41492
43073
|
"endIndex": 2
|
|
41493
43074
|
}
|
|
41494
|
-
},
|
|
41495
|
-
{
|
|
41496
|
-
"kind": "PropertySignature",
|
|
41497
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
|
|
41498
|
-
"docComment": "",
|
|
41499
|
-
"excerptTokens": [
|
|
41500
|
-
{
|
|
41501
|
-
"kind": "Content",
|
|
41502
|
-
"text": "skinColor: "
|
|
41503
|
-
},
|
|
41504
|
-
{
|
|
41505
|
-
"kind": "Reference",
|
|
41506
|
-
"text": "Color3",
|
|
41507
|
-
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
41508
|
-
},
|
|
41509
|
-
{
|
|
41510
|
-
"kind": "Content",
|
|
41511
|
-
"text": " | undefined"
|
|
41512
|
-
},
|
|
41513
|
-
{
|
|
41514
|
-
"kind": "Content",
|
|
41515
|
-
"text": ";"
|
|
41516
|
-
}
|
|
41517
|
-
],
|
|
41518
|
-
"isReadonly": false,
|
|
41519
|
-
"isOptional": false,
|
|
41520
|
-
"releaseTag": "Public",
|
|
41521
|
-
"name": "skinColor",
|
|
41522
|
-
"propertyTypeTokenRange": {
|
|
41523
|
-
"startIndex": 1,
|
|
41524
|
-
"endIndex": 3
|
|
41525
|
-
}
|
|
41526
43075
|
}
|
|
41527
43076
|
],
|
|
41528
43077
|
"extendsTokenRanges": []
|
|
41529
43078
|
},
|
|
41530
43079
|
{
|
|
41531
43080
|
"kind": "Namespace",
|
|
41532
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43081
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
|
|
41533
43082
|
"docComment": "/**\n * @public\n */\n",
|
|
41534
43083
|
"excerptTokens": [
|
|
41535
43084
|
{
|
|
41536
43085
|
"kind": "Content",
|
|
41537
|
-
"text": "export declare namespace
|
|
43086
|
+
"text": "export declare namespace PBAvatarEquippedData "
|
|
41538
43087
|
}
|
|
41539
43088
|
],
|
|
41540
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43089
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
41541
43090
|
"releaseTag": "Public",
|
|
41542
|
-
"name": "
|
|
43091
|
+
"name": "PBAvatarEquippedData",
|
|
41543
43092
|
"preserveMemberOrder": false,
|
|
41544
43093
|
"members": [
|
|
41545
43094
|
{
|
|
41546
43095
|
"kind": "Function",
|
|
41547
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43096
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
|
|
41548
43097
|
"docComment": "",
|
|
41549
43098
|
"excerptTokens": [
|
|
41550
43099
|
{
|
|
@@ -41579,8 +43128,8 @@
|
|
|
41579
43128
|
},
|
|
41580
43129
|
{
|
|
41581
43130
|
"kind": "Reference",
|
|
41582
|
-
"text": "
|
|
41583
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43131
|
+
"text": "PBAvatarEquippedData",
|
|
43132
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
41584
43133
|
},
|
|
41585
43134
|
{
|
|
41586
43135
|
"kind": "Content",
|
|
@@ -41615,7 +43164,7 @@
|
|
|
41615
43164
|
},
|
|
41616
43165
|
{
|
|
41617
43166
|
"kind": "Function",
|
|
41618
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43167
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
|
|
41619
43168
|
"docComment": "",
|
|
41620
43169
|
"excerptTokens": [
|
|
41621
43170
|
{
|
|
@@ -41624,8 +43173,8 @@
|
|
|
41624
43173
|
},
|
|
41625
43174
|
{
|
|
41626
43175
|
"kind": "Reference",
|
|
41627
|
-
"text": "
|
|
41628
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43176
|
+
"text": "PBAvatarEquippedData",
|
|
43177
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
41629
43178
|
},
|
|
41630
43179
|
{
|
|
41631
43180
|
"kind": "Content",
|
|
@@ -41680,31 +43229,31 @@
|
|
|
41680
43229
|
},
|
|
41681
43230
|
{
|
|
41682
43231
|
"kind": "Interface",
|
|
41683
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43232
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
|
|
41684
43233
|
"docComment": "/**\n * @public\n */\n",
|
|
41685
43234
|
"excerptTokens": [
|
|
41686
43235
|
{
|
|
41687
43236
|
"kind": "Content",
|
|
41688
|
-
"text": "export interface
|
|
43237
|
+
"text": "export interface PBAvatarLocomotionSettings "
|
|
41689
43238
|
}
|
|
41690
43239
|
],
|
|
41691
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43240
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
41692
43241
|
"releaseTag": "Public",
|
|
41693
|
-
"name": "
|
|
43242
|
+
"name": "PBAvatarLocomotionSettings",
|
|
41694
43243
|
"preserveMemberOrder": false,
|
|
41695
43244
|
"members": [
|
|
41696
43245
|
{
|
|
41697
43246
|
"kind": "PropertySignature",
|
|
41698
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41699
|
-
"docComment": "",
|
|
43247
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
|
|
43248
|
+
"docComment": "/**\n * Height of the double jump (in meters)\n */\n",
|
|
41700
43249
|
"excerptTokens": [
|
|
41701
43250
|
{
|
|
41702
43251
|
"kind": "Content",
|
|
41703
|
-
"text": "
|
|
43252
|
+
"text": "doubleJumpHeight?: "
|
|
41704
43253
|
},
|
|
41705
43254
|
{
|
|
41706
43255
|
"kind": "Content",
|
|
41707
|
-
"text": "
|
|
43256
|
+
"text": "number | undefined"
|
|
41708
43257
|
},
|
|
41709
43258
|
{
|
|
41710
43259
|
"kind": "Content",
|
|
@@ -41712,9 +43261,9 @@
|
|
|
41712
43261
|
}
|
|
41713
43262
|
],
|
|
41714
43263
|
"isReadonly": false,
|
|
41715
|
-
"isOptional":
|
|
43264
|
+
"isOptional": true,
|
|
41716
43265
|
"releaseTag": "Public",
|
|
41717
|
-
"name": "
|
|
43266
|
+
"name": "doubleJumpHeight",
|
|
41718
43267
|
"propertyTypeTokenRange": {
|
|
41719
43268
|
"startIndex": 1,
|
|
41720
43269
|
"endIndex": 2
|
|
@@ -41722,16 +43271,16 @@
|
|
|
41722
43271
|
},
|
|
41723
43272
|
{
|
|
41724
43273
|
"kind": "PropertySignature",
|
|
41725
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41726
|
-
"docComment": "",
|
|
43274
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
|
|
43275
|
+
"docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
|
|
41727
43276
|
"excerptTokens": [
|
|
41728
43277
|
{
|
|
41729
43278
|
"kind": "Content",
|
|
41730
|
-
"text": "
|
|
43279
|
+
"text": "glidingFallingSpeed?: "
|
|
41731
43280
|
},
|
|
41732
43281
|
{
|
|
41733
43282
|
"kind": "Content",
|
|
41734
|
-
"text": "
|
|
43283
|
+
"text": "number | undefined"
|
|
41735
43284
|
},
|
|
41736
43285
|
{
|
|
41737
43286
|
"kind": "Content",
|
|
@@ -41739,9 +43288,9 @@
|
|
|
41739
43288
|
}
|
|
41740
43289
|
],
|
|
41741
43290
|
"isReadonly": false,
|
|
41742
|
-
"isOptional":
|
|
43291
|
+
"isOptional": true,
|
|
41743
43292
|
"releaseTag": "Public",
|
|
41744
|
-
"name": "
|
|
43293
|
+
"name": "glidingFallingSpeed",
|
|
41745
43294
|
"propertyTypeTokenRange": {
|
|
41746
43295
|
"startIndex": 1,
|
|
41747
43296
|
"endIndex": 2
|
|
@@ -41749,16 +43298,16 @@
|
|
|
41749
43298
|
},
|
|
41750
43299
|
{
|
|
41751
43300
|
"kind": "PropertySignature",
|
|
41752
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41753
|
-
"docComment": "/**\n *
|
|
43301
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
|
|
43302
|
+
"docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
|
|
41754
43303
|
"excerptTokens": [
|
|
41755
43304
|
{
|
|
41756
43305
|
"kind": "Content",
|
|
41757
|
-
"text": "
|
|
43306
|
+
"text": "glidingSpeed?: "
|
|
41758
43307
|
},
|
|
41759
43308
|
{
|
|
41760
43309
|
"kind": "Content",
|
|
41761
|
-
"text": "number"
|
|
43310
|
+
"text": "number | undefined"
|
|
41762
43311
|
},
|
|
41763
43312
|
{
|
|
41764
43313
|
"kind": "Content",
|
|
@@ -41766,195 +43315,134 @@
|
|
|
41766
43315
|
}
|
|
41767
43316
|
],
|
|
41768
43317
|
"isReadonly": false,
|
|
41769
|
-
"isOptional":
|
|
43318
|
+
"isOptional": true,
|
|
41770
43319
|
"releaseTag": "Public",
|
|
41771
|
-
"name": "
|
|
43320
|
+
"name": "glidingSpeed",
|
|
41772
43321
|
"propertyTypeTokenRange": {
|
|
41773
43322
|
"startIndex": 1,
|
|
41774
43323
|
"endIndex": 2
|
|
41775
43324
|
}
|
|
41776
|
-
}
|
|
41777
|
-
],
|
|
41778
|
-
"extendsTokenRanges": []
|
|
41779
|
-
},
|
|
41780
|
-
{
|
|
41781
|
-
"kind": "Namespace",
|
|
41782
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
|
|
41783
|
-
"docComment": "/**\n * @public\n */\n",
|
|
41784
|
-
"excerptTokens": [
|
|
41785
|
-
{
|
|
41786
|
-
"kind": "Content",
|
|
41787
|
-
"text": "export declare namespace PBAvatarEmoteCommand "
|
|
41788
|
-
}
|
|
41789
|
-
],
|
|
41790
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
|
|
41791
|
-
"releaseTag": "Public",
|
|
41792
|
-
"name": "PBAvatarEmoteCommand",
|
|
41793
|
-
"preserveMemberOrder": false,
|
|
41794
|
-
"members": [
|
|
43325
|
+
},
|
|
41795
43326
|
{
|
|
41796
|
-
"kind": "
|
|
41797
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41798
|
-
"docComment": "",
|
|
43327
|
+
"kind": "PropertySignature",
|
|
43328
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
|
|
43329
|
+
"docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
|
|
41799
43330
|
"excerptTokens": [
|
|
41800
43331
|
{
|
|
41801
43332
|
"kind": "Content",
|
|
41802
|
-
"text": "
|
|
41803
|
-
},
|
|
41804
|
-
{
|
|
41805
|
-
"kind": "Reference",
|
|
41806
|
-
"text": "_m0.Reader",
|
|
41807
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
43333
|
+
"text": "hardLandingCooldown?: "
|
|
41808
43334
|
},
|
|
41809
43335
|
{
|
|
41810
43336
|
"kind": "Content",
|
|
41811
|
-
"text": " | "
|
|
41812
|
-
},
|
|
41813
|
-
{
|
|
41814
|
-
"kind": "Reference",
|
|
41815
|
-
"text": "Uint8Array",
|
|
41816
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
43337
|
+
"text": "number | undefined"
|
|
41817
43338
|
},
|
|
41818
43339
|
{
|
|
41819
43340
|
"kind": "Content",
|
|
41820
|
-
"text": "
|
|
41821
|
-
}
|
|
43341
|
+
"text": ";"
|
|
43342
|
+
}
|
|
43343
|
+
],
|
|
43344
|
+
"isReadonly": false,
|
|
43345
|
+
"isOptional": true,
|
|
43346
|
+
"releaseTag": "Public",
|
|
43347
|
+
"name": "hardLandingCooldown",
|
|
43348
|
+
"propertyTypeTokenRange": {
|
|
43349
|
+
"startIndex": 1,
|
|
43350
|
+
"endIndex": 2
|
|
43351
|
+
}
|
|
43352
|
+
},
|
|
43353
|
+
{
|
|
43354
|
+
"kind": "PropertySignature",
|
|
43355
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
|
|
43356
|
+
"docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
|
|
43357
|
+
"excerptTokens": [
|
|
41822
43358
|
{
|
|
41823
43359
|
"kind": "Content",
|
|
41824
|
-
"text": "
|
|
43360
|
+
"text": "jogSpeed?: "
|
|
41825
43361
|
},
|
|
41826
43362
|
{
|
|
41827
43363
|
"kind": "Content",
|
|
41828
|
-
"text": "
|
|
41829
|
-
},
|
|
41830
|
-
{
|
|
41831
|
-
"kind": "Reference",
|
|
41832
|
-
"text": "PBAvatarEmoteCommand",
|
|
41833
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
43364
|
+
"text": "number | undefined"
|
|
41834
43365
|
},
|
|
41835
43366
|
{
|
|
41836
43367
|
"kind": "Content",
|
|
41837
43368
|
"text": ";"
|
|
41838
43369
|
}
|
|
41839
43370
|
],
|
|
41840
|
-
"
|
|
41841
|
-
|
|
41842
|
-
"endIndex": 8
|
|
41843
|
-
},
|
|
43371
|
+
"isReadonly": false,
|
|
43372
|
+
"isOptional": true,
|
|
41844
43373
|
"releaseTag": "Public",
|
|
41845
|
-
"
|
|
41846
|
-
"
|
|
41847
|
-
|
|
41848
|
-
|
|
41849
|
-
|
|
41850
|
-
"startIndex": 1,
|
|
41851
|
-
"endIndex": 4
|
|
41852
|
-
},
|
|
41853
|
-
"isOptional": false
|
|
41854
|
-
},
|
|
41855
|
-
{
|
|
41856
|
-
"parameterName": "length",
|
|
41857
|
-
"parameterTypeTokenRange": {
|
|
41858
|
-
"startIndex": 5,
|
|
41859
|
-
"endIndex": 6
|
|
41860
|
-
},
|
|
41861
|
-
"isOptional": true
|
|
41862
|
-
}
|
|
41863
|
-
],
|
|
41864
|
-
"name": "decode"
|
|
43374
|
+
"name": "jogSpeed",
|
|
43375
|
+
"propertyTypeTokenRange": {
|
|
43376
|
+
"startIndex": 1,
|
|
43377
|
+
"endIndex": 2
|
|
43378
|
+
}
|
|
41865
43379
|
},
|
|
41866
43380
|
{
|
|
41867
|
-
"kind": "
|
|
41868
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41869
|
-
"docComment": "",
|
|
43381
|
+
"kind": "PropertySignature",
|
|
43382
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
|
|
43383
|
+
"docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
|
|
41870
43384
|
"excerptTokens": [
|
|
41871
43385
|
{
|
|
41872
43386
|
"kind": "Content",
|
|
41873
|
-
"text": "
|
|
41874
|
-
},
|
|
41875
|
-
{
|
|
41876
|
-
"kind": "Reference",
|
|
41877
|
-
"text": "PBAvatarEmoteCommand",
|
|
41878
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
43387
|
+
"text": "jumpHeight?: "
|
|
41879
43388
|
},
|
|
41880
43389
|
{
|
|
41881
43390
|
"kind": "Content",
|
|
41882
|
-
"text": "
|
|
43391
|
+
"text": "number | undefined"
|
|
41883
43392
|
},
|
|
41884
43393
|
{
|
|
41885
|
-
"kind": "
|
|
41886
|
-
"text": "
|
|
41887
|
-
|
|
41888
|
-
|
|
43394
|
+
"kind": "Content",
|
|
43395
|
+
"text": ";"
|
|
43396
|
+
}
|
|
43397
|
+
],
|
|
43398
|
+
"isReadonly": false,
|
|
43399
|
+
"isOptional": true,
|
|
43400
|
+
"releaseTag": "Public",
|
|
43401
|
+
"name": "jumpHeight",
|
|
43402
|
+
"propertyTypeTokenRange": {
|
|
43403
|
+
"startIndex": 1,
|
|
43404
|
+
"endIndex": 2
|
|
43405
|
+
}
|
|
43406
|
+
},
|
|
43407
|
+
{
|
|
43408
|
+
"kind": "PropertySignature",
|
|
43409
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
|
|
43410
|
+
"docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
|
|
43411
|
+
"excerptTokens": [
|
|
41889
43412
|
{
|
|
41890
43413
|
"kind": "Content",
|
|
41891
|
-
"text": "
|
|
43414
|
+
"text": "runJumpHeight?: "
|
|
41892
43415
|
},
|
|
41893
43416
|
{
|
|
41894
|
-
"kind": "
|
|
41895
|
-
"text": "
|
|
41896
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
43417
|
+
"kind": "Content",
|
|
43418
|
+
"text": "number | undefined"
|
|
41897
43419
|
},
|
|
41898
43420
|
{
|
|
41899
43421
|
"kind": "Content",
|
|
41900
43422
|
"text": ";"
|
|
41901
43423
|
}
|
|
41902
43424
|
],
|
|
41903
|
-
"
|
|
41904
|
-
|
|
41905
|
-
"endIndex": 6
|
|
41906
|
-
},
|
|
43425
|
+
"isReadonly": false,
|
|
43426
|
+
"isOptional": true,
|
|
41907
43427
|
"releaseTag": "Public",
|
|
41908
|
-
"
|
|
41909
|
-
"
|
|
41910
|
-
|
|
41911
|
-
|
|
41912
|
-
|
|
41913
|
-
|
|
41914
|
-
"endIndex": 2
|
|
41915
|
-
},
|
|
41916
|
-
"isOptional": false
|
|
41917
|
-
},
|
|
41918
|
-
{
|
|
41919
|
-
"parameterName": "writer",
|
|
41920
|
-
"parameterTypeTokenRange": {
|
|
41921
|
-
"startIndex": 3,
|
|
41922
|
-
"endIndex": 4
|
|
41923
|
-
},
|
|
41924
|
-
"isOptional": true
|
|
41925
|
-
}
|
|
41926
|
-
],
|
|
41927
|
-
"name": "encode"
|
|
41928
|
-
}
|
|
41929
|
-
]
|
|
41930
|
-
},
|
|
41931
|
-
{
|
|
41932
|
-
"kind": "Interface",
|
|
41933
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
41934
|
-
"docComment": "/**\n * @public\n */\n",
|
|
41935
|
-
"excerptTokens": [
|
|
41936
|
-
{
|
|
41937
|
-
"kind": "Content",
|
|
41938
|
-
"text": "export interface PBAvatarEquippedData "
|
|
41939
|
-
}
|
|
41940
|
-
],
|
|
41941
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
41942
|
-
"releaseTag": "Public",
|
|
41943
|
-
"name": "PBAvatarEquippedData",
|
|
41944
|
-
"preserveMemberOrder": false,
|
|
41945
|
-
"members": [
|
|
43428
|
+
"name": "runJumpHeight",
|
|
43429
|
+
"propertyTypeTokenRange": {
|
|
43430
|
+
"startIndex": 1,
|
|
43431
|
+
"endIndex": 2
|
|
43432
|
+
}
|
|
43433
|
+
},
|
|
41946
43434
|
{
|
|
41947
43435
|
"kind": "PropertySignature",
|
|
41948
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41949
|
-
"docComment": "",
|
|
43436
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
|
|
43437
|
+
"docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
|
|
41950
43438
|
"excerptTokens": [
|
|
41951
43439
|
{
|
|
41952
43440
|
"kind": "Content",
|
|
41953
|
-
"text": "
|
|
43441
|
+
"text": "runSpeed?: "
|
|
41954
43442
|
},
|
|
41955
43443
|
{
|
|
41956
43444
|
"kind": "Content",
|
|
41957
|
-
"text": "
|
|
43445
|
+
"text": "number | undefined"
|
|
41958
43446
|
},
|
|
41959
43447
|
{
|
|
41960
43448
|
"kind": "Content",
|
|
@@ -41962,9 +43450,9 @@
|
|
|
41962
43450
|
}
|
|
41963
43451
|
],
|
|
41964
43452
|
"isReadonly": false,
|
|
41965
|
-
"isOptional":
|
|
43453
|
+
"isOptional": true,
|
|
41966
43454
|
"releaseTag": "Public",
|
|
41967
|
-
"name": "
|
|
43455
|
+
"name": "runSpeed",
|
|
41968
43456
|
"propertyTypeTokenRange": {
|
|
41969
43457
|
"startIndex": 1,
|
|
41970
43458
|
"endIndex": 2
|
|
@@ -41972,16 +43460,16 @@
|
|
|
41972
43460
|
},
|
|
41973
43461
|
{
|
|
41974
43462
|
"kind": "PropertySignature",
|
|
41975
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
41976
|
-
"docComment": "",
|
|
43463
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
|
|
43464
|
+
"docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
|
|
41977
43465
|
"excerptTokens": [
|
|
41978
43466
|
{
|
|
41979
43467
|
"kind": "Content",
|
|
41980
|
-
"text": "
|
|
43468
|
+
"text": "walkSpeed?: "
|
|
41981
43469
|
},
|
|
41982
43470
|
{
|
|
41983
43471
|
"kind": "Content",
|
|
41984
|
-
"text": "
|
|
43472
|
+
"text": "number | undefined"
|
|
41985
43473
|
},
|
|
41986
43474
|
{
|
|
41987
43475
|
"kind": "Content",
|
|
@@ -41989,9 +43477,9 @@
|
|
|
41989
43477
|
}
|
|
41990
43478
|
],
|
|
41991
43479
|
"isReadonly": false,
|
|
41992
|
-
"isOptional":
|
|
43480
|
+
"isOptional": true,
|
|
41993
43481
|
"releaseTag": "Public",
|
|
41994
|
-
"name": "
|
|
43482
|
+
"name": "walkSpeed",
|
|
41995
43483
|
"propertyTypeTokenRange": {
|
|
41996
43484
|
"startIndex": 1,
|
|
41997
43485
|
"endIndex": 2
|
|
@@ -42002,22 +43490,22 @@
|
|
|
42002
43490
|
},
|
|
42003
43491
|
{
|
|
42004
43492
|
"kind": "Namespace",
|
|
42005
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43493
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
|
|
42006
43494
|
"docComment": "/**\n * @public\n */\n",
|
|
42007
43495
|
"excerptTokens": [
|
|
42008
43496
|
{
|
|
42009
43497
|
"kind": "Content",
|
|
42010
|
-
"text": "export declare namespace
|
|
43498
|
+
"text": "export declare namespace PBAvatarLocomotionSettings "
|
|
42011
43499
|
}
|
|
42012
43500
|
],
|
|
42013
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
43501
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
42014
43502
|
"releaseTag": "Public",
|
|
42015
|
-
"name": "
|
|
43503
|
+
"name": "PBAvatarLocomotionSettings",
|
|
42016
43504
|
"preserveMemberOrder": false,
|
|
42017
43505
|
"members": [
|
|
42018
43506
|
{
|
|
42019
43507
|
"kind": "Function",
|
|
42020
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43508
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
|
|
42021
43509
|
"docComment": "",
|
|
42022
43510
|
"excerptTokens": [
|
|
42023
43511
|
{
|
|
@@ -42052,8 +43540,8 @@
|
|
|
42052
43540
|
},
|
|
42053
43541
|
{
|
|
42054
43542
|
"kind": "Reference",
|
|
42055
|
-
"text": "
|
|
42056
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43543
|
+
"text": "PBAvatarLocomotionSettings",
|
|
43544
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
|
|
42057
43545
|
},
|
|
42058
43546
|
{
|
|
42059
43547
|
"kind": "Content",
|
|
@@ -42088,7 +43576,7 @@
|
|
|
42088
43576
|
},
|
|
42089
43577
|
{
|
|
42090
43578
|
"kind": "Function",
|
|
42091
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43579
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
|
|
42092
43580
|
"docComment": "",
|
|
42093
43581
|
"excerptTokens": [
|
|
42094
43582
|
{
|
|
@@ -42097,8 +43585,8 @@
|
|
|
42097
43585
|
},
|
|
42098
43586
|
{
|
|
42099
43587
|
"kind": "Reference",
|
|
42100
|
-
"text": "
|
|
42101
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
43588
|
+
"text": "PBAvatarLocomotionSettings",
|
|
43589
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
|
|
42102
43590
|
},
|
|
42103
43591
|
{
|
|
42104
43592
|
"kind": "Content",
|
|
@@ -62530,6 +64018,33 @@
|
|
|
62530
64018
|
"endIndex": 3
|
|
62531
64019
|
}
|
|
62532
64020
|
},
|
|
64021
|
+
{
|
|
64022
|
+
"kind": "PropertySignature",
|
|
64023
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
|
64024
|
+
"docComment": "/**\n * default: 60\n */\n",
|
|
64025
|
+
"excerptTokens": [
|
|
64026
|
+
{
|
|
64027
|
+
"kind": "Content",
|
|
64028
|
+
"text": "fov?: "
|
|
64029
|
+
},
|
|
64030
|
+
{
|
|
64031
|
+
"kind": "Content",
|
|
64032
|
+
"text": "number | undefined"
|
|
64033
|
+
},
|
|
64034
|
+
{
|
|
64035
|
+
"kind": "Content",
|
|
64036
|
+
"text": ";"
|
|
64037
|
+
}
|
|
64038
|
+
],
|
|
64039
|
+
"isReadonly": false,
|
|
64040
|
+
"isOptional": true,
|
|
64041
|
+
"releaseTag": "Public",
|
|
64042
|
+
"name": "fov",
|
|
64043
|
+
"propertyTypeTokenRange": {
|
|
64044
|
+
"startIndex": 1,
|
|
64045
|
+
"endIndex": 2
|
|
64046
|
+
}
|
|
64047
|
+
},
|
|
62533
64048
|
{
|
|
62534
64049
|
"kind": "PropertySignature",
|
|
62535
64050
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|