@dcl/playground-assets 7.20.5-22674879735.commit-6a30e67 → 7.20.5-22869988861.commit-9d0cc3a

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.57.6",
4
+ "toolVersion": "7.57.7",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1165,417 +1165,6 @@
1165
1165
  "endIndex": 6
1166
1166
  }
1167
1167
  },
1168
- {
1169
- "kind": "Variable",
1170
- "canonicalReference": "@dcl/playground-assets!AudioAnalysis:var",
1171
- "docComment": "",
1172
- "excerptTokens": [
1173
- {
1174
- "kind": "Content",
1175
- "text": "AudioAnalysis: "
1176
- },
1177
- {
1178
- "kind": "Reference",
1179
- "text": "AudioAnalysisComponentDefinitionExtended",
1180
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface"
1181
- }
1182
- ],
1183
- "fileUrlPath": "../ecs/dist/index.d.ts",
1184
- "isReadonly": true,
1185
- "releaseTag": "Public",
1186
- "name": "AudioAnalysis",
1187
- "variableTypeTokenRange": {
1188
- "startIndex": 1,
1189
- "endIndex": 2
1190
- }
1191
- },
1192
- {
1193
- "kind": "Interface",
1194
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface",
1195
- "docComment": "",
1196
- "excerptTokens": [
1197
- {
1198
- "kind": "Content",
1199
- "text": "export interface AudioAnalysisComponentDefinitionExtended extends "
1200
- },
1201
- {
1202
- "kind": "Reference",
1203
- "text": "LastWriteWinElementSetComponentDefinition",
1204
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
1205
- },
1206
- {
1207
- "kind": "Content",
1208
- "text": "<"
1209
- },
1210
- {
1211
- "kind": "Reference",
1212
- "text": "PBAudioAnalysis",
1213
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
1214
- },
1215
- {
1216
- "kind": "Content",
1217
- "text": ">"
1218
- },
1219
- {
1220
- "kind": "Content",
1221
- "text": " "
1222
- }
1223
- ],
1224
- "fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
1225
- "releaseTag": "Public",
1226
- "name": "AudioAnalysisComponentDefinitionExtended",
1227
- "preserveMemberOrder": false,
1228
- "members": [
1229
- {
1230
- "kind": "MethodSignature",
1231
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createAudioAnalysis:member(1)",
1232
- "docComment": "/**\n * Creates an AudioAnalysis component for the given `entity`.\n *\n * If a component already exists on the entity, this call fails (does not replace).\n *\n * @param entity - The entity to attach the component to.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to all frequency bands.\n */\n",
1233
- "excerptTokens": [
1234
- {
1235
- "kind": "Content",
1236
- "text": "createAudioAnalysis(entity: "
1237
- },
1238
- {
1239
- "kind": "Reference",
1240
- "text": "Entity",
1241
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1242
- },
1243
- {
1244
- "kind": "Content",
1245
- "text": ", mode?: "
1246
- },
1247
- {
1248
- "kind": "Reference",
1249
- "text": "PBAudioAnalysisMode",
1250
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
1251
- },
1252
- {
1253
- "kind": "Content",
1254
- "text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
1255
- },
1256
- {
1257
- "kind": "Content",
1258
- "text": "number"
1259
- },
1260
- {
1261
- "kind": "Content",
1262
- "text": ", bandsGain?: "
1263
- },
1264
- {
1265
- "kind": "Content",
1266
- "text": "number"
1267
- },
1268
- {
1269
- "kind": "Content",
1270
- "text": "): "
1271
- },
1272
- {
1273
- "kind": "Content",
1274
- "text": "void"
1275
- },
1276
- {
1277
- "kind": "Content",
1278
- "text": ";"
1279
- }
1280
- ],
1281
- "isOptional": false,
1282
- "returnTypeTokenRange": {
1283
- "startIndex": 9,
1284
- "endIndex": 10
1285
- },
1286
- "releaseTag": "Public",
1287
- "overloadIndex": 1,
1288
- "parameters": [
1289
- {
1290
- "parameterName": "entity",
1291
- "parameterTypeTokenRange": {
1292
- "startIndex": 1,
1293
- "endIndex": 2
1294
- },
1295
- "isOptional": false
1296
- },
1297
- {
1298
- "parameterName": "mode",
1299
- "parameterTypeTokenRange": {
1300
- "startIndex": 3,
1301
- "endIndex": 4
1302
- },
1303
- "isOptional": true
1304
- },
1305
- {
1306
- "parameterName": "amplitudeGain",
1307
- "parameterTypeTokenRange": {
1308
- "startIndex": 5,
1309
- "endIndex": 6
1310
- },
1311
- "isOptional": true
1312
- },
1313
- {
1314
- "parameterName": "bandsGain",
1315
- "parameterTypeTokenRange": {
1316
- "startIndex": 7,
1317
- "endIndex": 8
1318
- },
1319
- "isOptional": true
1320
- }
1321
- ],
1322
- "name": "createAudioAnalysis"
1323
- },
1324
- {
1325
- "kind": "MethodSignature",
1326
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createOrReplaceAudioAnalysis:member(1)",
1327
- "docComment": "/**\n * Creates the AudioAnalysis component if missing, or replaces the existing one.\n *\n * @param entity - The target entity.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to the frequency bands.\n */\n",
1328
- "excerptTokens": [
1329
- {
1330
- "kind": "Content",
1331
- "text": "createOrReplaceAudioAnalysis(entity: "
1332
- },
1333
- {
1334
- "kind": "Reference",
1335
- "text": "Entity",
1336
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1337
- },
1338
- {
1339
- "kind": "Content",
1340
- "text": ", mode?: "
1341
- },
1342
- {
1343
- "kind": "Reference",
1344
- "text": "PBAudioAnalysisMode",
1345
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
1346
- },
1347
- {
1348
- "kind": "Content",
1349
- "text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
1350
- },
1351
- {
1352
- "kind": "Content",
1353
- "text": "number"
1354
- },
1355
- {
1356
- "kind": "Content",
1357
- "text": ", bandsGain?: "
1358
- },
1359
- {
1360
- "kind": "Content",
1361
- "text": "number"
1362
- },
1363
- {
1364
- "kind": "Content",
1365
- "text": "): "
1366
- },
1367
- {
1368
- "kind": "Content",
1369
- "text": "void"
1370
- },
1371
- {
1372
- "kind": "Content",
1373
- "text": ";"
1374
- }
1375
- ],
1376
- "isOptional": false,
1377
- "returnTypeTokenRange": {
1378
- "startIndex": 9,
1379
- "endIndex": 10
1380
- },
1381
- "releaseTag": "Public",
1382
- "overloadIndex": 1,
1383
- "parameters": [
1384
- {
1385
- "parameterName": "entity",
1386
- "parameterTypeTokenRange": {
1387
- "startIndex": 1,
1388
- "endIndex": 2
1389
- },
1390
- "isOptional": false
1391
- },
1392
- {
1393
- "parameterName": "mode",
1394
- "parameterTypeTokenRange": {
1395
- "startIndex": 3,
1396
- "endIndex": 4
1397
- },
1398
- "isOptional": true
1399
- },
1400
- {
1401
- "parameterName": "amplitudeGain",
1402
- "parameterTypeTokenRange": {
1403
- "startIndex": 5,
1404
- "endIndex": 6
1405
- },
1406
- "isOptional": true
1407
- },
1408
- {
1409
- "parameterName": "bandsGain",
1410
- "parameterTypeTokenRange": {
1411
- "startIndex": 7,
1412
- "endIndex": 8
1413
- },
1414
- "isOptional": true
1415
- }
1416
- ],
1417
- "name": "createOrReplaceAudioAnalysis"
1418
- },
1419
- {
1420
- "kind": "MethodSignature",
1421
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#readIntoView:member(1)",
1422
- "docComment": "/**\n * Reads the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate with the latest values.\n *\n * @throws\n *\n * Error if the entity does not have an AudioAnalysis component.\n */\n",
1423
- "excerptTokens": [
1424
- {
1425
- "kind": "Content",
1426
- "text": "readIntoView(entity: "
1427
- },
1428
- {
1429
- "kind": "Reference",
1430
- "text": "Entity",
1431
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1432
- },
1433
- {
1434
- "kind": "Content",
1435
- "text": ", out: "
1436
- },
1437
- {
1438
- "kind": "Reference",
1439
- "text": "AudioAnalysisView",
1440
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
1441
- },
1442
- {
1443
- "kind": "Content",
1444
- "text": "): "
1445
- },
1446
- {
1447
- "kind": "Content",
1448
- "text": "void"
1449
- },
1450
- {
1451
- "kind": "Content",
1452
- "text": ";"
1453
- }
1454
- ],
1455
- "isOptional": false,
1456
- "returnTypeTokenRange": {
1457
- "startIndex": 5,
1458
- "endIndex": 6
1459
- },
1460
- "releaseTag": "Public",
1461
- "overloadIndex": 1,
1462
- "parameters": [
1463
- {
1464
- "parameterName": "entity",
1465
- "parameterTypeTokenRange": {
1466
- "startIndex": 1,
1467
- "endIndex": 2
1468
- },
1469
- "isOptional": false
1470
- },
1471
- {
1472
- "parameterName": "out",
1473
- "parameterTypeTokenRange": {
1474
- "startIndex": 3,
1475
- "endIndex": 4
1476
- },
1477
- "isOptional": false
1478
- }
1479
- ],
1480
- "name": "readIntoView"
1481
- },
1482
- {
1483
- "kind": "MethodSignature",
1484
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#tryReadIntoView:member(1)",
1485
- "docComment": "/**\n * Attempts to read the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate.\n *\n * @returns `true` if the component exists and data was written into `out`, `false` if the entity does not have an AudioAnalysis component.\n */\n",
1486
- "excerptTokens": [
1487
- {
1488
- "kind": "Content",
1489
- "text": "tryReadIntoView(entity: "
1490
- },
1491
- {
1492
- "kind": "Reference",
1493
- "text": "Entity",
1494
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1495
- },
1496
- {
1497
- "kind": "Content",
1498
- "text": ", out: "
1499
- },
1500
- {
1501
- "kind": "Reference",
1502
- "text": "AudioAnalysisView",
1503
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
1504
- },
1505
- {
1506
- "kind": "Content",
1507
- "text": "): "
1508
- },
1509
- {
1510
- "kind": "Content",
1511
- "text": "boolean"
1512
- },
1513
- {
1514
- "kind": "Content",
1515
- "text": ";"
1516
- }
1517
- ],
1518
- "isOptional": false,
1519
- "returnTypeTokenRange": {
1520
- "startIndex": 5,
1521
- "endIndex": 6
1522
- },
1523
- "releaseTag": "Public",
1524
- "overloadIndex": 1,
1525
- "parameters": [
1526
- {
1527
- "parameterName": "entity",
1528
- "parameterTypeTokenRange": {
1529
- "startIndex": 1,
1530
- "endIndex": 2
1531
- },
1532
- "isOptional": false
1533
- },
1534
- {
1535
- "parameterName": "out",
1536
- "parameterTypeTokenRange": {
1537
- "startIndex": 3,
1538
- "endIndex": 4
1539
- },
1540
- "isOptional": false
1541
- }
1542
- ],
1543
- "name": "tryReadIntoView"
1544
- }
1545
- ],
1546
- "extendsTokenRanges": [
1547
- {
1548
- "startIndex": 1,
1549
- "endIndex": 5
1550
- }
1551
- ]
1552
- },
1553
- {
1554
- "kind": "TypeAlias",
1555
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type",
1556
- "docComment": "/**\n * A read-only JavaScript-friendly view of AudioAnalysis ECS data.\n *\n * `amplitude` represents the aggregated signal strength. `bands` represents the processed frequency bands.\n */\n",
1557
- "excerptTokens": [
1558
- {
1559
- "kind": "Content",
1560
- "text": "export type AudioAnalysisView = "
1561
- },
1562
- {
1563
- "kind": "Content",
1564
- "text": "{\n amplitude: number;\n bands: number[];\n}"
1565
- },
1566
- {
1567
- "kind": "Content",
1568
- "text": ";"
1569
- }
1570
- ],
1571
- "fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
1572
- "releaseTag": "Public",
1573
- "name": "AudioAnalysisView",
1574
- "typeTokenRange": {
1575
- "startIndex": 1,
1576
- "endIndex": 2
1577
- }
1578
- },
1579
1168
  {
1580
1169
  "kind": "Variable",
1581
1170
  "canonicalReference": "@dcl/playground-assets!AudioEvent:var",
@@ -2653,43 +2242,6 @@
2653
2242
  "endIndex": 5
2654
2243
  }
2655
2244
  },
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
- },
2693
2245
  {
2694
2246
  "kind": "Variable",
2695
2247
  "canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
@@ -13117,33 +12669,6 @@
13117
12669
  "text": "PBAssetLoadLoadingState",
13118
12670
  "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
13119
12671
  },
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
- },
13147
12672
  {
13148
12673
  "kind": "Content",
13149
12674
  "text": ">>;\n \"core::AudioEvent\": "
@@ -13333,33 +12858,6 @@
13333
12858
  "text": "PBAvatarEquippedData",
13334
12859
  "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
13335
12860
  },
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
- },
13363
12861
  {
13364
12862
  "kind": "Content",
13365
12863
  "text": ">>;\n \"core::AvatarModifierArea\": "
@@ -14586,7 +14084,7 @@
14586
14084
  "name": "componentDefinitionByName",
14587
14085
  "variableTypeTokenRange": {
14588
14086
  "startIndex": 1,
14589
- "endIndex": 344
14087
+ "endIndex": 332
14590
14088
  }
14591
14089
  },
14592
14090
  {
@@ -20277,7 +19775,7 @@
20277
19775
  },
20278
19776
  {
20279
19777
  "kind": "Content",
20280
- "text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n showHighlight?: boolean;\n maxPlayerDistance?: number;\n priority?: number;\n}"
19778
+ "text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n showHighlight?: boolean;\n maxPlayerDistance?: number;\n}"
20281
19779
  },
20282
19780
  {
20283
19781
  "kind": "Content",
@@ -21461,6 +20959,64 @@
21461
20959
  ],
21462
20960
  "name": "getEntitiesWithParent"
21463
20961
  },
20962
+ {
20963
+ "kind": "Function",
20964
+ "canonicalReference": "@dcl/playground-assets!getGlobal:function(1)",
20965
+ "docComment": "/**\n * Type-safe globalThis property access.\n *\n * @public\n */\n",
20966
+ "excerptTokens": [
20967
+ {
20968
+ "kind": "Content",
20969
+ "text": "export declare function getGlobal<T>(key: "
20970
+ },
20971
+ {
20972
+ "kind": "Content",
20973
+ "text": "string"
20974
+ },
20975
+ {
20976
+ "kind": "Content",
20977
+ "text": "): "
20978
+ },
20979
+ {
20980
+ "kind": "Content",
20981
+ "text": "T | undefined"
20982
+ },
20983
+ {
20984
+ "kind": "Content",
20985
+ "text": ";"
20986
+ }
20987
+ ],
20988
+ "fileUrlPath": "../ecs/dist/runtime/globals.d.ts",
20989
+ "returnTypeTokenRange": {
20990
+ "startIndex": 3,
20991
+ "endIndex": 4
20992
+ },
20993
+ "releaseTag": "Public",
20994
+ "overloadIndex": 1,
20995
+ "parameters": [
20996
+ {
20997
+ "parameterName": "key",
20998
+ "parameterTypeTokenRange": {
20999
+ "startIndex": 1,
21000
+ "endIndex": 2
21001
+ },
21002
+ "isOptional": false
21003
+ }
21004
+ ],
21005
+ "typeParameters": [
21006
+ {
21007
+ "typeParameterName": "T",
21008
+ "constraintTokenRange": {
21009
+ "startIndex": 0,
21010
+ "endIndex": 0
21011
+ },
21012
+ "defaultTypeTokenRange": {
21013
+ "startIndex": 0,
21014
+ "endIndex": 0
21015
+ }
21016
+ }
21017
+ ],
21018
+ "name": "getGlobal"
21019
+ },
21464
21020
  {
21465
21021
  "kind": "Function",
21466
21022
  "canonicalReference": "@dcl/playground-assets!getWorldPosition:function(1)",
@@ -24778,27 +24334,6 @@
24778
24334
  "releaseTag": "Public",
24779
24335
  "name": "IA_LEFT"
24780
24336
  },
24781
- {
24782
- "kind": "EnumMember",
24783
- "canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
24784
- "docComment": "",
24785
- "excerptTokens": [
24786
- {
24787
- "kind": "Content",
24788
- "text": "IA_MODIFIER = "
24789
- },
24790
- {
24791
- "kind": "Content",
24792
- "text": "14"
24793
- }
24794
- ],
24795
- "initializerTokenRange": {
24796
- "startIndex": 1,
24797
- "endIndex": 2
24798
- },
24799
- "releaseTag": "Public",
24800
- "name": "IA_MODIFIER"
24801
- },
24802
24337
  {
24803
24338
  "kind": "EnumMember",
24804
24339
  "canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
@@ -25179,65 +24714,6 @@
25179
24714
  "endIndex": 16
25180
24715
  }
25181
24716
  },
25182
- {
25183
- "kind": "Enum",
25184
- "canonicalReference": "@dcl/playground-assets!InteractionType:enum",
25185
- "docComment": "/**\n * @public\n */\n",
25186
- "excerptTokens": [
25187
- {
25188
- "kind": "Content",
25189
- "text": "export declare const enum InteractionType "
25190
- }
25191
- ],
25192
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts",
25193
- "releaseTag": "Public",
25194
- "name": "InteractionType",
25195
- "preserveMemberOrder": false,
25196
- "members": [
25197
- {
25198
- "kind": "EnumMember",
25199
- "canonicalReference": "@dcl/playground-assets!InteractionType.CURSOR:member",
25200
- "docComment": "",
25201
- "excerptTokens": [
25202
- {
25203
- "kind": "Content",
25204
- "text": "CURSOR = "
25205
- },
25206
- {
25207
- "kind": "Content",
25208
- "text": "0"
25209
- }
25210
- ],
25211
- "initializerTokenRange": {
25212
- "startIndex": 1,
25213
- "endIndex": 2
25214
- },
25215
- "releaseTag": "Public",
25216
- "name": "CURSOR"
25217
- },
25218
- {
25219
- "kind": "EnumMember",
25220
- "canonicalReference": "@dcl/playground-assets!InteractionType.PROXIMITY:member",
25221
- "docComment": "",
25222
- "excerptTokens": [
25223
- {
25224
- "kind": "Content",
25225
- "text": "PROXIMITY = "
25226
- },
25227
- {
25228
- "kind": "Content",
25229
- "text": "1"
25230
- }
25231
- ],
25232
- "initializerTokenRange": {
25233
- "startIndex": 1,
25234
- "endIndex": 2
25235
- },
25236
- "releaseTag": "Public",
25237
- "name": "PROXIMITY"
25238
- }
25239
- ]
25240
- },
25241
24717
  {
25242
24718
  "kind": "Interface",
25243
24719
  "canonicalReference": "@dcl/playground-assets!ISchema:interface",
@@ -40607,559 +40083,6 @@
40607
40083
  }
40608
40084
  ]
40609
40085
  },
40610
- {
40611
- "kind": "Interface",
40612
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface",
40613
- "docComment": "/**\n * @public\n */\n",
40614
- "excerptTokens": [
40615
- {
40616
- "kind": "Content",
40617
- "text": "export interface PBAudioAnalysis "
40618
- }
40619
- ],
40620
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
40621
- "releaseTag": "Public",
40622
- "name": "PBAudioAnalysis",
40623
- "preserveMemberOrder": false,
40624
- "members": [
40625
- {
40626
- "kind": "PropertySignature",
40627
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitude:member",
40628
- "docComment": "/**\n * Result section\n */\n",
40629
- "excerptTokens": [
40630
- {
40631
- "kind": "Content",
40632
- "text": "amplitude: "
40633
- },
40634
- {
40635
- "kind": "Content",
40636
- "text": "number"
40637
- },
40638
- {
40639
- "kind": "Content",
40640
- "text": ";"
40641
- }
40642
- ],
40643
- "isReadonly": false,
40644
- "isOptional": false,
40645
- "releaseTag": "Public",
40646
- "name": "amplitude",
40647
- "propertyTypeTokenRange": {
40648
- "startIndex": 1,
40649
- "endIndex": 2
40650
- }
40651
- },
40652
- {
40653
- "kind": "PropertySignature",
40654
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitudeGain:member",
40655
- "docComment": "/**\n * Used only when mode == MODE_LOGARITHMIC\n */\n",
40656
- "excerptTokens": [
40657
- {
40658
- "kind": "Content",
40659
- "text": "amplitudeGain?: "
40660
- },
40661
- {
40662
- "kind": "Content",
40663
- "text": "number | undefined"
40664
- },
40665
- {
40666
- "kind": "Content",
40667
- "text": ";"
40668
- }
40669
- ],
40670
- "isReadonly": false,
40671
- "isOptional": true,
40672
- "releaseTag": "Public",
40673
- "name": "amplitudeGain",
40674
- "propertyTypeTokenRange": {
40675
- "startIndex": 1,
40676
- "endIndex": 2
40677
- }
40678
- },
40679
- {
40680
- "kind": "PropertySignature",
40681
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band0:member",
40682
- "docComment": "/**\n * Protobuf doesn't support fixed arrays -> 8 band fields\n */\n",
40683
- "excerptTokens": [
40684
- {
40685
- "kind": "Content",
40686
- "text": "band0: "
40687
- },
40688
- {
40689
- "kind": "Content",
40690
- "text": "number"
40691
- },
40692
- {
40693
- "kind": "Content",
40694
- "text": ";"
40695
- }
40696
- ],
40697
- "isReadonly": false,
40698
- "isOptional": false,
40699
- "releaseTag": "Public",
40700
- "name": "band0",
40701
- "propertyTypeTokenRange": {
40702
- "startIndex": 1,
40703
- "endIndex": 2
40704
- }
40705
- },
40706
- {
40707
- "kind": "PropertySignature",
40708
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band1:member",
40709
- "docComment": "",
40710
- "excerptTokens": [
40711
- {
40712
- "kind": "Content",
40713
- "text": "band1: "
40714
- },
40715
- {
40716
- "kind": "Content",
40717
- "text": "number"
40718
- },
40719
- {
40720
- "kind": "Content",
40721
- "text": ";"
40722
- }
40723
- ],
40724
- "isReadonly": false,
40725
- "isOptional": false,
40726
- "releaseTag": "Public",
40727
- "name": "band1",
40728
- "propertyTypeTokenRange": {
40729
- "startIndex": 1,
40730
- "endIndex": 2
40731
- }
40732
- },
40733
- {
40734
- "kind": "PropertySignature",
40735
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band2:member",
40736
- "docComment": "",
40737
- "excerptTokens": [
40738
- {
40739
- "kind": "Content",
40740
- "text": "band2: "
40741
- },
40742
- {
40743
- "kind": "Content",
40744
- "text": "number"
40745
- },
40746
- {
40747
- "kind": "Content",
40748
- "text": ";"
40749
- }
40750
- ],
40751
- "isReadonly": false,
40752
- "isOptional": false,
40753
- "releaseTag": "Public",
40754
- "name": "band2",
40755
- "propertyTypeTokenRange": {
40756
- "startIndex": 1,
40757
- "endIndex": 2
40758
- }
40759
- },
40760
- {
40761
- "kind": "PropertySignature",
40762
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band3:member",
40763
- "docComment": "",
40764
- "excerptTokens": [
40765
- {
40766
- "kind": "Content",
40767
- "text": "band3: "
40768
- },
40769
- {
40770
- "kind": "Content",
40771
- "text": "number"
40772
- },
40773
- {
40774
- "kind": "Content",
40775
- "text": ";"
40776
- }
40777
- ],
40778
- "isReadonly": false,
40779
- "isOptional": false,
40780
- "releaseTag": "Public",
40781
- "name": "band3",
40782
- "propertyTypeTokenRange": {
40783
- "startIndex": 1,
40784
- "endIndex": 2
40785
- }
40786
- },
40787
- {
40788
- "kind": "PropertySignature",
40789
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band4:member",
40790
- "docComment": "",
40791
- "excerptTokens": [
40792
- {
40793
- "kind": "Content",
40794
- "text": "band4: "
40795
- },
40796
- {
40797
- "kind": "Content",
40798
- "text": "number"
40799
- },
40800
- {
40801
- "kind": "Content",
40802
- "text": ";"
40803
- }
40804
- ],
40805
- "isReadonly": false,
40806
- "isOptional": false,
40807
- "releaseTag": "Public",
40808
- "name": "band4",
40809
- "propertyTypeTokenRange": {
40810
- "startIndex": 1,
40811
- "endIndex": 2
40812
- }
40813
- },
40814
- {
40815
- "kind": "PropertySignature",
40816
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band5:member",
40817
- "docComment": "",
40818
- "excerptTokens": [
40819
- {
40820
- "kind": "Content",
40821
- "text": "band5: "
40822
- },
40823
- {
40824
- "kind": "Content",
40825
- "text": "number"
40826
- },
40827
- {
40828
- "kind": "Content",
40829
- "text": ";"
40830
- }
40831
- ],
40832
- "isReadonly": false,
40833
- "isOptional": false,
40834
- "releaseTag": "Public",
40835
- "name": "band5",
40836
- "propertyTypeTokenRange": {
40837
- "startIndex": 1,
40838
- "endIndex": 2
40839
- }
40840
- },
40841
- {
40842
- "kind": "PropertySignature",
40843
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band6:member",
40844
- "docComment": "",
40845
- "excerptTokens": [
40846
- {
40847
- "kind": "Content",
40848
- "text": "band6: "
40849
- },
40850
- {
40851
- "kind": "Content",
40852
- "text": "number"
40853
- },
40854
- {
40855
- "kind": "Content",
40856
- "text": ";"
40857
- }
40858
- ],
40859
- "isReadonly": false,
40860
- "isOptional": false,
40861
- "releaseTag": "Public",
40862
- "name": "band6",
40863
- "propertyTypeTokenRange": {
40864
- "startIndex": 1,
40865
- "endIndex": 2
40866
- }
40867
- },
40868
- {
40869
- "kind": "PropertySignature",
40870
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band7:member",
40871
- "docComment": "",
40872
- "excerptTokens": [
40873
- {
40874
- "kind": "Content",
40875
- "text": "band7: "
40876
- },
40877
- {
40878
- "kind": "Content",
40879
- "text": "number"
40880
- },
40881
- {
40882
- "kind": "Content",
40883
- "text": ";"
40884
- }
40885
- ],
40886
- "isReadonly": false,
40887
- "isOptional": false,
40888
- "releaseTag": "Public",
40889
- "name": "band7",
40890
- "propertyTypeTokenRange": {
40891
- "startIndex": 1,
40892
- "endIndex": 2
40893
- }
40894
- },
40895
- {
40896
- "kind": "PropertySignature",
40897
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#bandsGain:member",
40898
- "docComment": "/**\n * End when mode == MODE_LOGARITHMIC\n */\n",
40899
- "excerptTokens": [
40900
- {
40901
- "kind": "Content",
40902
- "text": "bandsGain?: "
40903
- },
40904
- {
40905
- "kind": "Content",
40906
- "text": "number | undefined"
40907
- },
40908
- {
40909
- "kind": "Content",
40910
- "text": ";"
40911
- }
40912
- ],
40913
- "isReadonly": false,
40914
- "isOptional": true,
40915
- "releaseTag": "Public",
40916
- "name": "bandsGain",
40917
- "propertyTypeTokenRange": {
40918
- "startIndex": 1,
40919
- "endIndex": 2
40920
- }
40921
- },
40922
- {
40923
- "kind": "PropertySignature",
40924
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#mode:member",
40925
- "docComment": "/**\n * Parameters section\n */\n",
40926
- "excerptTokens": [
40927
- {
40928
- "kind": "Content",
40929
- "text": "mode: "
40930
- },
40931
- {
40932
- "kind": "Reference",
40933
- "text": "PBAudioAnalysisMode",
40934
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
40935
- },
40936
- {
40937
- "kind": "Content",
40938
- "text": ";"
40939
- }
40940
- ],
40941
- "isReadonly": false,
40942
- "isOptional": false,
40943
- "releaseTag": "Public",
40944
- "name": "mode",
40945
- "propertyTypeTokenRange": {
40946
- "startIndex": 1,
40947
- "endIndex": 2
40948
- }
40949
- }
40950
- ],
40951
- "extendsTokenRanges": []
40952
- },
40953
- {
40954
- "kind": "Namespace",
40955
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:namespace",
40956
- "docComment": "/**\n * @public\n */\n",
40957
- "excerptTokens": [
40958
- {
40959
- "kind": "Content",
40960
- "text": "export declare namespace PBAudioAnalysis "
40961
- }
40962
- ],
40963
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
40964
- "releaseTag": "Public",
40965
- "name": "PBAudioAnalysis",
40966
- "preserveMemberOrder": false,
40967
- "members": [
40968
- {
40969
- "kind": "Function",
40970
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.decode:function(1)",
40971
- "docComment": "",
40972
- "excerptTokens": [
40973
- {
40974
- "kind": "Content",
40975
- "text": "function decode(input: "
40976
- },
40977
- {
40978
- "kind": "Reference",
40979
- "text": "_m0.Reader",
40980
- "canonicalReference": "protobufjs!Reader:class"
40981
- },
40982
- {
40983
- "kind": "Content",
40984
- "text": " | "
40985
- },
40986
- {
40987
- "kind": "Reference",
40988
- "text": "Uint8Array",
40989
- "canonicalReference": "!Uint8Array:interface"
40990
- },
40991
- {
40992
- "kind": "Content",
40993
- "text": ", length?: "
40994
- },
40995
- {
40996
- "kind": "Content",
40997
- "text": "number"
40998
- },
40999
- {
41000
- "kind": "Content",
41001
- "text": "): "
41002
- },
41003
- {
41004
- "kind": "Reference",
41005
- "text": "PBAudioAnalysis",
41006
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
41007
- },
41008
- {
41009
- "kind": "Content",
41010
- "text": ";"
41011
- }
41012
- ],
41013
- "returnTypeTokenRange": {
41014
- "startIndex": 7,
41015
- "endIndex": 8
41016
- },
41017
- "releaseTag": "Public",
41018
- "overloadIndex": 1,
41019
- "parameters": [
41020
- {
41021
- "parameterName": "input",
41022
- "parameterTypeTokenRange": {
41023
- "startIndex": 1,
41024
- "endIndex": 4
41025
- },
41026
- "isOptional": false
41027
- },
41028
- {
41029
- "parameterName": "length",
41030
- "parameterTypeTokenRange": {
41031
- "startIndex": 5,
41032
- "endIndex": 6
41033
- },
41034
- "isOptional": true
41035
- }
41036
- ],
41037
- "name": "decode"
41038
- },
41039
- {
41040
- "kind": "Function",
41041
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.encode:function(1)",
41042
- "docComment": "",
41043
- "excerptTokens": [
41044
- {
41045
- "kind": "Content",
41046
- "text": "function encode(message: "
41047
- },
41048
- {
41049
- "kind": "Reference",
41050
- "text": "PBAudioAnalysis",
41051
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
41052
- },
41053
- {
41054
- "kind": "Content",
41055
- "text": ", writer?: "
41056
- },
41057
- {
41058
- "kind": "Reference",
41059
- "text": "_m0.Writer",
41060
- "canonicalReference": "protobufjs!Writer:class"
41061
- },
41062
- {
41063
- "kind": "Content",
41064
- "text": "): "
41065
- },
41066
- {
41067
- "kind": "Reference",
41068
- "text": "_m0.Writer",
41069
- "canonicalReference": "protobufjs!Writer:class"
41070
- },
41071
- {
41072
- "kind": "Content",
41073
- "text": ";"
41074
- }
41075
- ],
41076
- "returnTypeTokenRange": {
41077
- "startIndex": 5,
41078
- "endIndex": 6
41079
- },
41080
- "releaseTag": "Public",
41081
- "overloadIndex": 1,
41082
- "parameters": [
41083
- {
41084
- "parameterName": "message",
41085
- "parameterTypeTokenRange": {
41086
- "startIndex": 1,
41087
- "endIndex": 2
41088
- },
41089
- "isOptional": false
41090
- },
41091
- {
41092
- "parameterName": "writer",
41093
- "parameterTypeTokenRange": {
41094
- "startIndex": 3,
41095
- "endIndex": 4
41096
- },
41097
- "isOptional": true
41098
- }
41099
- ],
41100
- "name": "encode"
41101
- }
41102
- ]
41103
- },
41104
- {
41105
- "kind": "Enum",
41106
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum",
41107
- "docComment": "/**\n * @public\n */\n",
41108
- "excerptTokens": [
41109
- {
41110
- "kind": "Content",
41111
- "text": "export declare const enum PBAudioAnalysisMode "
41112
- }
41113
- ],
41114
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
41115
- "releaseTag": "Public",
41116
- "name": "PBAudioAnalysisMode",
41117
- "preserveMemberOrder": false,
41118
- "members": [
41119
- {
41120
- "kind": "EnumMember",
41121
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_LOGARITHMIC:member",
41122
- "docComment": "",
41123
- "excerptTokens": [
41124
- {
41125
- "kind": "Content",
41126
- "text": "MODE_LOGARITHMIC = "
41127
- },
41128
- {
41129
- "kind": "Content",
41130
- "text": "1"
41131
- }
41132
- ],
41133
- "initializerTokenRange": {
41134
- "startIndex": 1,
41135
- "endIndex": 2
41136
- },
41137
- "releaseTag": "Public",
41138
- "name": "MODE_LOGARITHMIC"
41139
- },
41140
- {
41141
- "kind": "EnumMember",
41142
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_RAW:member",
41143
- "docComment": "",
41144
- "excerptTokens": [
41145
- {
41146
- "kind": "Content",
41147
- "text": "MODE_RAW = "
41148
- },
41149
- {
41150
- "kind": "Content",
41151
- "text": "0"
41152
- }
41153
- ],
41154
- "initializerTokenRange": {
41155
- "startIndex": 1,
41156
- "endIndex": 2
41157
- },
41158
- "releaseTag": "Public",
41159
- "name": "MODE_RAW"
41160
- }
41161
- ]
41162
- },
41163
40086
  {
41164
40087
  "kind": "Interface",
41165
40088
  "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
@@ -42868,443 +41791,31 @@
42868
41791
  },
42869
41792
  {
42870
41793
  "kind": "Interface",
42871
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
42872
- "docComment": "/**\n * @public\n */\n",
42873
- "excerptTokens": [
42874
- {
42875
- "kind": "Content",
42876
- "text": "export interface PBAvatarEquippedData "
42877
- }
42878
- ],
42879
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
42880
- "releaseTag": "Public",
42881
- "name": "PBAvatarEquippedData",
42882
- "preserveMemberOrder": false,
42883
- "members": [
42884
- {
42885
- "kind": "PropertySignature",
42886
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
42887
- "docComment": "",
42888
- "excerptTokens": [
42889
- {
42890
- "kind": "Content",
42891
- "text": "emoteUrns: "
42892
- },
42893
- {
42894
- "kind": "Content",
42895
- "text": "string[]"
42896
- },
42897
- {
42898
- "kind": "Content",
42899
- "text": ";"
42900
- }
42901
- ],
42902
- "isReadonly": false,
42903
- "isOptional": false,
42904
- "releaseTag": "Public",
42905
- "name": "emoteUrns",
42906
- "propertyTypeTokenRange": {
42907
- "startIndex": 1,
42908
- "endIndex": 2
42909
- }
42910
- },
42911
- {
42912
- "kind": "PropertySignature",
42913
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
42914
- "docComment": "",
42915
- "excerptTokens": [
42916
- {
42917
- "kind": "Content",
42918
- "text": "wearableUrns: "
42919
- },
42920
- {
42921
- "kind": "Content",
42922
- "text": "string[]"
42923
- },
42924
- {
42925
- "kind": "Content",
42926
- "text": ";"
42927
- }
42928
- ],
42929
- "isReadonly": false,
42930
- "isOptional": false,
42931
- "releaseTag": "Public",
42932
- "name": "wearableUrns",
42933
- "propertyTypeTokenRange": {
42934
- "startIndex": 1,
42935
- "endIndex": 2
42936
- }
42937
- }
42938
- ],
42939
- "extendsTokenRanges": []
42940
- },
42941
- {
42942
- "kind": "Namespace",
42943
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
42944
- "docComment": "/**\n * @public\n */\n",
42945
- "excerptTokens": [
42946
- {
42947
- "kind": "Content",
42948
- "text": "export declare namespace PBAvatarEquippedData "
42949
- }
42950
- ],
42951
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
42952
- "releaseTag": "Public",
42953
- "name": "PBAvatarEquippedData",
42954
- "preserveMemberOrder": false,
42955
- "members": [
42956
- {
42957
- "kind": "Function",
42958
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
42959
- "docComment": "",
42960
- "excerptTokens": [
42961
- {
42962
- "kind": "Content",
42963
- "text": "function decode(input: "
42964
- },
42965
- {
42966
- "kind": "Reference",
42967
- "text": "_m0.Reader",
42968
- "canonicalReference": "protobufjs!Reader:class"
42969
- },
42970
- {
42971
- "kind": "Content",
42972
- "text": " | "
42973
- },
42974
- {
42975
- "kind": "Reference",
42976
- "text": "Uint8Array",
42977
- "canonicalReference": "!Uint8Array:interface"
42978
- },
42979
- {
42980
- "kind": "Content",
42981
- "text": ", length?: "
42982
- },
42983
- {
42984
- "kind": "Content",
42985
- "text": "number"
42986
- },
42987
- {
42988
- "kind": "Content",
42989
- "text": "): "
42990
- },
42991
- {
42992
- "kind": "Reference",
42993
- "text": "PBAvatarEquippedData",
42994
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
42995
- },
42996
- {
42997
- "kind": "Content",
42998
- "text": ";"
42999
- }
43000
- ],
43001
- "returnTypeTokenRange": {
43002
- "startIndex": 7,
43003
- "endIndex": 8
43004
- },
43005
- "releaseTag": "Public",
43006
- "overloadIndex": 1,
43007
- "parameters": [
43008
- {
43009
- "parameterName": "input",
43010
- "parameterTypeTokenRange": {
43011
- "startIndex": 1,
43012
- "endIndex": 4
43013
- },
43014
- "isOptional": false
43015
- },
43016
- {
43017
- "parameterName": "length",
43018
- "parameterTypeTokenRange": {
43019
- "startIndex": 5,
43020
- "endIndex": 6
43021
- },
43022
- "isOptional": true
43023
- }
43024
- ],
43025
- "name": "decode"
43026
- },
43027
- {
43028
- "kind": "Function",
43029
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
43030
- "docComment": "",
43031
- "excerptTokens": [
43032
- {
43033
- "kind": "Content",
43034
- "text": "function encode(message: "
43035
- },
43036
- {
43037
- "kind": "Reference",
43038
- "text": "PBAvatarEquippedData",
43039
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
43040
- },
43041
- {
43042
- "kind": "Content",
43043
- "text": ", writer?: "
43044
- },
43045
- {
43046
- "kind": "Reference",
43047
- "text": "_m0.Writer",
43048
- "canonicalReference": "protobufjs!Writer:class"
43049
- },
43050
- {
43051
- "kind": "Content",
43052
- "text": "): "
43053
- },
43054
- {
43055
- "kind": "Reference",
43056
- "text": "_m0.Writer",
43057
- "canonicalReference": "protobufjs!Writer:class"
43058
- },
43059
- {
43060
- "kind": "Content",
43061
- "text": ";"
43062
- }
43063
- ],
43064
- "returnTypeTokenRange": {
43065
- "startIndex": 5,
43066
- "endIndex": 6
43067
- },
43068
- "releaseTag": "Public",
43069
- "overloadIndex": 1,
43070
- "parameters": [
43071
- {
43072
- "parameterName": "message",
43073
- "parameterTypeTokenRange": {
43074
- "startIndex": 1,
43075
- "endIndex": 2
43076
- },
43077
- "isOptional": false
43078
- },
43079
- {
43080
- "parameterName": "writer",
43081
- "parameterTypeTokenRange": {
43082
- "startIndex": 3,
43083
- "endIndex": 4
43084
- },
43085
- "isOptional": true
43086
- }
43087
- ],
43088
- "name": "encode"
43089
- }
43090
- ]
43091
- },
43092
- {
43093
- "kind": "Interface",
43094
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
41794
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
43095
41795
  "docComment": "/**\n * @public\n */\n",
43096
41796
  "excerptTokens": [
43097
41797
  {
43098
41798
  "kind": "Content",
43099
- "text": "export interface PBAvatarLocomotionSettings "
41799
+ "text": "export interface PBAvatarEquippedData "
43100
41800
  }
43101
41801
  ],
43102
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
41802
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
43103
41803
  "releaseTag": "Public",
43104
- "name": "PBAvatarLocomotionSettings",
41804
+ "name": "PBAvatarEquippedData",
43105
41805
  "preserveMemberOrder": false,
43106
41806
  "members": [
43107
41807
  {
43108
41808
  "kind": "PropertySignature",
43109
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
43110
- "docComment": "/**\n * Height of the double jump (in meters)\n */\n",
43111
- "excerptTokens": [
43112
- {
43113
- "kind": "Content",
43114
- "text": "doubleJumpHeight?: "
43115
- },
43116
- {
43117
- "kind": "Content",
43118
- "text": "number | undefined"
43119
- },
43120
- {
43121
- "kind": "Content",
43122
- "text": ";"
43123
- }
43124
- ],
43125
- "isReadonly": false,
43126
- "isOptional": true,
43127
- "releaseTag": "Public",
43128
- "name": "doubleJumpHeight",
43129
- "propertyTypeTokenRange": {
43130
- "startIndex": 1,
43131
- "endIndex": 2
43132
- }
43133
- },
43134
- {
43135
- "kind": "PropertySignature",
43136
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
43137
- "docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
43138
- "excerptTokens": [
43139
- {
43140
- "kind": "Content",
43141
- "text": "glidingFallingSpeed?: "
43142
- },
43143
- {
43144
- "kind": "Content",
43145
- "text": "number | undefined"
43146
- },
43147
- {
43148
- "kind": "Content",
43149
- "text": ";"
43150
- }
43151
- ],
43152
- "isReadonly": false,
43153
- "isOptional": true,
43154
- "releaseTag": "Public",
43155
- "name": "glidingFallingSpeed",
43156
- "propertyTypeTokenRange": {
43157
- "startIndex": 1,
43158
- "endIndex": 2
43159
- }
43160
- },
43161
- {
43162
- "kind": "PropertySignature",
43163
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
43164
- "docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
43165
- "excerptTokens": [
43166
- {
43167
- "kind": "Content",
43168
- "text": "glidingSpeed?: "
43169
- },
43170
- {
43171
- "kind": "Content",
43172
- "text": "number | undefined"
43173
- },
43174
- {
43175
- "kind": "Content",
43176
- "text": ";"
43177
- }
43178
- ],
43179
- "isReadonly": false,
43180
- "isOptional": true,
43181
- "releaseTag": "Public",
43182
- "name": "glidingSpeed",
43183
- "propertyTypeTokenRange": {
43184
- "startIndex": 1,
43185
- "endIndex": 2
43186
- }
43187
- },
43188
- {
43189
- "kind": "PropertySignature",
43190
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
43191
- "docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
43192
- "excerptTokens": [
43193
- {
43194
- "kind": "Content",
43195
- "text": "hardLandingCooldown?: "
43196
- },
43197
- {
43198
- "kind": "Content",
43199
- "text": "number | undefined"
43200
- },
43201
- {
43202
- "kind": "Content",
43203
- "text": ";"
43204
- }
43205
- ],
43206
- "isReadonly": false,
43207
- "isOptional": true,
43208
- "releaseTag": "Public",
43209
- "name": "hardLandingCooldown",
43210
- "propertyTypeTokenRange": {
43211
- "startIndex": 1,
43212
- "endIndex": 2
43213
- }
43214
- },
43215
- {
43216
- "kind": "PropertySignature",
43217
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
43218
- "docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
43219
- "excerptTokens": [
43220
- {
43221
- "kind": "Content",
43222
- "text": "jogSpeed?: "
43223
- },
43224
- {
43225
- "kind": "Content",
43226
- "text": "number | undefined"
43227
- },
43228
- {
43229
- "kind": "Content",
43230
- "text": ";"
43231
- }
43232
- ],
43233
- "isReadonly": false,
43234
- "isOptional": true,
43235
- "releaseTag": "Public",
43236
- "name": "jogSpeed",
43237
- "propertyTypeTokenRange": {
43238
- "startIndex": 1,
43239
- "endIndex": 2
43240
- }
43241
- },
43242
- {
43243
- "kind": "PropertySignature",
43244
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
43245
- "docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
43246
- "excerptTokens": [
43247
- {
43248
- "kind": "Content",
43249
- "text": "jumpHeight?: "
43250
- },
43251
- {
43252
- "kind": "Content",
43253
- "text": "number | undefined"
43254
- },
43255
- {
43256
- "kind": "Content",
43257
- "text": ";"
43258
- }
43259
- ],
43260
- "isReadonly": false,
43261
- "isOptional": true,
43262
- "releaseTag": "Public",
43263
- "name": "jumpHeight",
43264
- "propertyTypeTokenRange": {
43265
- "startIndex": 1,
43266
- "endIndex": 2
43267
- }
43268
- },
43269
- {
43270
- "kind": "PropertySignature",
43271
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
43272
- "docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
43273
- "excerptTokens": [
43274
- {
43275
- "kind": "Content",
43276
- "text": "runJumpHeight?: "
43277
- },
43278
- {
43279
- "kind": "Content",
43280
- "text": "number | undefined"
43281
- },
43282
- {
43283
- "kind": "Content",
43284
- "text": ";"
43285
- }
43286
- ],
43287
- "isReadonly": false,
43288
- "isOptional": true,
43289
- "releaseTag": "Public",
43290
- "name": "runJumpHeight",
43291
- "propertyTypeTokenRange": {
43292
- "startIndex": 1,
43293
- "endIndex": 2
43294
- }
43295
- },
43296
- {
43297
- "kind": "PropertySignature",
43298
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
43299
- "docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
41809
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
41810
+ "docComment": "",
43300
41811
  "excerptTokens": [
43301
41812
  {
43302
41813
  "kind": "Content",
43303
- "text": "runSpeed?: "
41814
+ "text": "emoteUrns: "
43304
41815
  },
43305
41816
  {
43306
41817
  "kind": "Content",
43307
- "text": "number | undefined"
41818
+ "text": "string[]"
43308
41819
  },
43309
41820
  {
43310
41821
  "kind": "Content",
@@ -43312,9 +41823,9 @@
43312
41823
  }
43313
41824
  ],
43314
41825
  "isReadonly": false,
43315
- "isOptional": true,
41826
+ "isOptional": false,
43316
41827
  "releaseTag": "Public",
43317
- "name": "runSpeed",
41828
+ "name": "emoteUrns",
43318
41829
  "propertyTypeTokenRange": {
43319
41830
  "startIndex": 1,
43320
41831
  "endIndex": 2
@@ -43322,16 +41833,16 @@
43322
41833
  },
43323
41834
  {
43324
41835
  "kind": "PropertySignature",
43325
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
43326
- "docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
41836
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
41837
+ "docComment": "",
43327
41838
  "excerptTokens": [
43328
41839
  {
43329
41840
  "kind": "Content",
43330
- "text": "walkSpeed?: "
41841
+ "text": "wearableUrns: "
43331
41842
  },
43332
41843
  {
43333
41844
  "kind": "Content",
43334
- "text": "number | undefined"
41845
+ "text": "string[]"
43335
41846
  },
43336
41847
  {
43337
41848
  "kind": "Content",
@@ -43339,9 +41850,9 @@
43339
41850
  }
43340
41851
  ],
43341
41852
  "isReadonly": false,
43342
- "isOptional": true,
41853
+ "isOptional": false,
43343
41854
  "releaseTag": "Public",
43344
- "name": "walkSpeed",
41855
+ "name": "wearableUrns",
43345
41856
  "propertyTypeTokenRange": {
43346
41857
  "startIndex": 1,
43347
41858
  "endIndex": 2
@@ -43352,22 +41863,22 @@
43352
41863
  },
43353
41864
  {
43354
41865
  "kind": "Namespace",
43355
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
41866
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
43356
41867
  "docComment": "/**\n * @public\n */\n",
43357
41868
  "excerptTokens": [
43358
41869
  {
43359
41870
  "kind": "Content",
43360
- "text": "export declare namespace PBAvatarLocomotionSettings "
41871
+ "text": "export declare namespace PBAvatarEquippedData "
43361
41872
  }
43362
41873
  ],
43363
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
41874
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
43364
41875
  "releaseTag": "Public",
43365
- "name": "PBAvatarLocomotionSettings",
41876
+ "name": "PBAvatarEquippedData",
43366
41877
  "preserveMemberOrder": false,
43367
41878
  "members": [
43368
41879
  {
43369
41880
  "kind": "Function",
43370
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
41881
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
43371
41882
  "docComment": "",
43372
41883
  "excerptTokens": [
43373
41884
  {
@@ -43402,8 +41913,8 @@
43402
41913
  },
43403
41914
  {
43404
41915
  "kind": "Reference",
43405
- "text": "PBAvatarLocomotionSettings",
43406
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
41916
+ "text": "PBAvatarEquippedData",
41917
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
43407
41918
  },
43408
41919
  {
43409
41920
  "kind": "Content",
@@ -43438,7 +41949,7 @@
43438
41949
  },
43439
41950
  {
43440
41951
  "kind": "Function",
43441
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
41952
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
43442
41953
  "docComment": "",
43443
41954
  "excerptTokens": [
43444
41955
  {
@@ -43447,8 +41958,8 @@
43447
41958
  },
43448
41959
  {
43449
41960
  "kind": "Reference",
43450
- "text": "PBAvatarLocomotionSettings",
43451
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
41961
+ "text": "PBAvatarEquippedData",
41962
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
43452
41963
  },
43453
41964
  {
43454
41965
  "kind": "Content",
@@ -52273,38 +50784,6 @@
52273
50784
  "startIndex": 1,
52274
50785
  "endIndex": 2
52275
50786
  }
52276
- },
52277
- {
52278
- "kind": "PropertySignature",
52279
- "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry#interactionType:member",
52280
- "docComment": "/**\n * the type of interaction source (default 0 == CURSOR)\n */\n",
52281
- "excerptTokens": [
52282
- {
52283
- "kind": "Content",
52284
- "text": "interactionType?: "
52285
- },
52286
- {
52287
- "kind": "Reference",
52288
- "text": "InteractionType",
52289
- "canonicalReference": "@dcl/playground-assets!InteractionType:enum"
52290
- },
52291
- {
52292
- "kind": "Content",
52293
- "text": " | undefined"
52294
- },
52295
- {
52296
- "kind": "Content",
52297
- "text": ";"
52298
- }
52299
- ],
52300
- "isReadonly": false,
52301
- "isOptional": true,
52302
- "releaseTag": "Public",
52303
- "name": "interactionType",
52304
- "propertyTypeTokenRange": {
52305
- "startIndex": 1,
52306
- "endIndex": 3
52307
- }
52308
50787
  }
52309
50788
  ],
52310
50789
  "extendsTokenRanges": []
@@ -52588,33 +51067,6 @@
52588
51067
  "endIndex": 2
52589
51068
  }
52590
51069
  },
52591
- {
52592
- "kind": "PropertySignature",
52593
- "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#priority:member",
52594
- "docComment": "/**\n * resolution order when multiple events overlap, higher wins (default 0)\n */\n",
52595
- "excerptTokens": [
52596
- {
52597
- "kind": "Content",
52598
- "text": "priority?: "
52599
- },
52600
- {
52601
- "kind": "Content",
52602
- "text": "number | undefined"
52603
- },
52604
- {
52605
- "kind": "Content",
52606
- "text": ";"
52607
- }
52608
- ],
52609
- "isReadonly": false,
52610
- "isOptional": true,
52611
- "releaseTag": "Public",
52612
- "name": "priority",
52613
- "propertyTypeTokenRange": {
52614
- "startIndex": 1,
52615
- "endIndex": 2
52616
- }
52617
- },
52618
51070
  {
52619
51071
  "kind": "PropertySignature",
52620
51072
  "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#showFeedback:member",
@@ -63880,33 +62332,6 @@
63880
62332
  "endIndex": 3
63881
62333
  }
63882
62334
  },
63883
- {
63884
- "kind": "PropertySignature",
63885
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
63886
- "docComment": "/**\n * default: 60\n */\n",
63887
- "excerptTokens": [
63888
- {
63889
- "kind": "Content",
63890
- "text": "fov?: "
63891
- },
63892
- {
63893
- "kind": "Content",
63894
- "text": "number | undefined"
63895
- },
63896
- {
63897
- "kind": "Content",
63898
- "text": ";"
63899
- }
63900
- ],
63901
- "isReadonly": false,
63902
- "isOptional": true,
63903
- "releaseTag": "Public",
63904
- "name": "fov",
63905
- "propertyTypeTokenRange": {
63906
- "startIndex": 1,
63907
- "endIndex": 2
63908
- }
63909
- },
63910
62335
  {
63911
62336
  "kind": "PropertySignature",
63912
62337
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
@@ -65938,465 +64363,16 @@
65938
64363
  "isOptional": false
65939
64364
  }
65940
64365
  ],
65941
- "name": "onPointerUp"
65942
- },
65943
- {
65944
- "kind": "MethodSignature",
65945
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#onPointerUp:member(2)",
65946
- "docComment": "/**\n * @deprecated\n *\n * Use onPointerUp with (pointerData, cb)\n *\n * @param entity - Entity to attach the callback\n *\n * @param cb - Function to execute when click fires\n *\n * @param opts - Opts to trigger Feedback and Button\n */\n",
65947
- "excerptTokens": [
65948
- {
65949
- "kind": "Content",
65950
- "text": "onPointerUp(entity: "
65951
- },
65952
- {
65953
- "kind": "Reference",
65954
- "text": "Entity",
65955
- "canonicalReference": "@dcl/playground-assets!Entity:type"
65956
- },
65957
- {
65958
- "kind": "Content",
65959
- "text": ", cb: "
65960
- },
65961
- {
65962
- "kind": "Reference",
65963
- "text": "EventSystemCallback",
65964
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
65965
- },
65966
- {
65967
- "kind": "Content",
65968
- "text": ", opts?: "
65969
- },
65970
- {
65971
- "kind": "Reference",
65972
- "text": "Partial",
65973
- "canonicalReference": "!Partial:type"
65974
- },
65975
- {
65976
- "kind": "Content",
65977
- "text": "<"
65978
- },
65979
- {
65980
- "kind": "Reference",
65981
- "text": "EventSystemOptions",
65982
- "canonicalReference": "@dcl/playground-assets!EventSystemOptions:type"
65983
- },
65984
- {
65985
- "kind": "Content",
65986
- "text": ">"
65987
- },
65988
- {
65989
- "kind": "Content",
65990
- "text": "): "
65991
- },
65992
- {
65993
- "kind": "Content",
65994
- "text": "void"
65995
- },
65996
- {
65997
- "kind": "Content",
65998
- "text": ";"
65999
- }
66000
- ],
66001
- "isOptional": false,
66002
- "returnTypeTokenRange": {
66003
- "startIndex": 10,
66004
- "endIndex": 11
66005
- },
66006
- "releaseTag": "Public",
66007
- "overloadIndex": 2,
66008
- "parameters": [
66009
- {
66010
- "parameterName": "entity",
66011
- "parameterTypeTokenRange": {
66012
- "startIndex": 1,
66013
- "endIndex": 2
66014
- },
66015
- "isOptional": false
66016
- },
66017
- {
66018
- "parameterName": "cb",
66019
- "parameterTypeTokenRange": {
66020
- "startIndex": 3,
66021
- "endIndex": 4
66022
- },
66023
- "isOptional": false
66024
- },
66025
- {
66026
- "parameterName": "opts",
66027
- "parameterTypeTokenRange": {
66028
- "startIndex": 5,
66029
- "endIndex": 9
66030
- },
66031
- "isOptional": true
66032
- }
66033
- ],
66034
- "name": "onPointerUp"
66035
- },
66036
- {
66037
- "kind": "MethodSignature",
66038
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#onProximityDown:member(1)",
66039
- "docComment": "/**\n * Execute callback when the user presses the proximity button on the entity\n *\n * @param pointerData - Entity to attach the callback - Opts to trigger Feedback and Button\n *\n * @param cb - Function to execute when click fires\n *\n * @public\n */\n",
66040
- "excerptTokens": [
66041
- {
66042
- "kind": "Content",
66043
- "text": "onProximityDown(pointerData: "
66044
- },
66045
- {
66046
- "kind": "Content",
66047
- "text": "{\n entity: "
66048
- },
66049
- {
66050
- "kind": "Reference",
66051
- "text": "Entity",
66052
- "canonicalReference": "@dcl/playground-assets!Entity:type"
66053
- },
66054
- {
66055
- "kind": "Content",
66056
- "text": ";\n opts?: "
66057
- },
66058
- {
66059
- "kind": "Reference",
66060
- "text": "Partial",
66061
- "canonicalReference": "!Partial:type"
66062
- },
66063
- {
66064
- "kind": "Content",
66065
- "text": "<"
66066
- },
66067
- {
66068
- "kind": "Reference",
66069
- "text": "EventSystemOptions",
66070
- "canonicalReference": "@dcl/playground-assets!EventSystemOptions:type"
66071
- },
66072
- {
66073
- "kind": "Content",
66074
- "text": ">;\n }"
66075
- },
66076
- {
66077
- "kind": "Content",
66078
- "text": ", cb: "
66079
- },
66080
- {
66081
- "kind": "Reference",
66082
- "text": "EventSystemCallback",
66083
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
66084
- },
66085
- {
66086
- "kind": "Content",
66087
- "text": "): "
66088
- },
66089
- {
66090
- "kind": "Content",
66091
- "text": "void"
66092
- },
66093
- {
66094
- "kind": "Content",
66095
- "text": ";"
66096
- }
66097
- ],
66098
- "isOptional": false,
66099
- "returnTypeTokenRange": {
66100
- "startIndex": 11,
66101
- "endIndex": 12
66102
- },
66103
- "releaseTag": "Public",
66104
- "overloadIndex": 1,
66105
- "parameters": [
66106
- {
66107
- "parameterName": "pointerData",
66108
- "parameterTypeTokenRange": {
66109
- "startIndex": 1,
66110
- "endIndex": 8
66111
- },
66112
- "isOptional": false
66113
- },
66114
- {
66115
- "parameterName": "cb",
66116
- "parameterTypeTokenRange": {
66117
- "startIndex": 9,
66118
- "endIndex": 10
66119
- },
66120
- "isOptional": false
66121
- }
66122
- ],
66123
- "name": "onProximityDown"
66124
- },
66125
- {
66126
- "kind": "MethodSignature",
66127
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#onProximityEnter:member(1)",
66128
- "docComment": "/**\n * Execute callback when the entity enters the proximity zone of the user\n *\n * @param pointerData - Entity to attach the callback - Opts to trigger Feedback and Button\n *\n * @param cb - Function to execute when event fires\n *\n * @public\n */\n",
66129
- "excerptTokens": [
66130
- {
66131
- "kind": "Content",
66132
- "text": "onProximityEnter(pointerData: "
66133
- },
66134
- {
66135
- "kind": "Content",
66136
- "text": "{\n entity: "
66137
- },
66138
- {
66139
- "kind": "Reference",
66140
- "text": "Entity",
66141
- "canonicalReference": "@dcl/playground-assets!Entity:type"
66142
- },
66143
- {
66144
- "kind": "Content",
66145
- "text": ";\n opts?: "
66146
- },
66147
- {
66148
- "kind": "Reference",
66149
- "text": "Partial",
66150
- "canonicalReference": "!Partial:type"
66151
- },
66152
- {
66153
- "kind": "Content",
66154
- "text": "<"
66155
- },
66156
- {
66157
- "kind": "Reference",
66158
- "text": "EventSystemOptions",
66159
- "canonicalReference": "@dcl/playground-assets!EventSystemOptions:type"
66160
- },
66161
- {
66162
- "kind": "Content",
66163
- "text": ">;\n }"
66164
- },
66165
- {
66166
- "kind": "Content",
66167
- "text": ", cb: "
66168
- },
66169
- {
66170
- "kind": "Reference",
66171
- "text": "EventSystemCallback",
66172
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
66173
- },
66174
- {
66175
- "kind": "Content",
66176
- "text": "): "
66177
- },
66178
- {
66179
- "kind": "Content",
66180
- "text": "void"
66181
- },
66182
- {
66183
- "kind": "Content",
66184
- "text": ";"
66185
- }
66186
- ],
66187
- "isOptional": false,
66188
- "returnTypeTokenRange": {
66189
- "startIndex": 11,
66190
- "endIndex": 12
66191
- },
66192
- "releaseTag": "Public",
66193
- "overloadIndex": 1,
66194
- "parameters": [
66195
- {
66196
- "parameterName": "pointerData",
66197
- "parameterTypeTokenRange": {
66198
- "startIndex": 1,
66199
- "endIndex": 8
66200
- },
66201
- "isOptional": false
66202
- },
66203
- {
66204
- "parameterName": "cb",
66205
- "parameterTypeTokenRange": {
66206
- "startIndex": 9,
66207
- "endIndex": 10
66208
- },
66209
- "isOptional": false
66210
- }
66211
- ],
66212
- "name": "onProximityEnter"
66213
- },
66214
- {
66215
- "kind": "MethodSignature",
66216
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#onProximityLeave:member(1)",
66217
- "docComment": "/**\n * Execute callback when the entity leaves the proximity zone of the user\n *\n * @param pointerData - Entity to attach the callback - Opts to trigger Feedback and Button\n *\n * @param cb - Function to execute when event fires\n *\n * @public\n */\n",
66218
- "excerptTokens": [
66219
- {
66220
- "kind": "Content",
66221
- "text": "onProximityLeave(pointerData: "
66222
- },
66223
- {
66224
- "kind": "Content",
66225
- "text": "{\n entity: "
66226
- },
66227
- {
66228
- "kind": "Reference",
66229
- "text": "Entity",
66230
- "canonicalReference": "@dcl/playground-assets!Entity:type"
66231
- },
66232
- {
66233
- "kind": "Content",
66234
- "text": ";\n opts?: "
66235
- },
66236
- {
66237
- "kind": "Reference",
66238
- "text": "Partial",
66239
- "canonicalReference": "!Partial:type"
66240
- },
66241
- {
66242
- "kind": "Content",
66243
- "text": "<"
66244
- },
66245
- {
66246
- "kind": "Reference",
66247
- "text": "EventSystemOptions",
66248
- "canonicalReference": "@dcl/playground-assets!EventSystemOptions:type"
66249
- },
66250
- {
66251
- "kind": "Content",
66252
- "text": ">;\n }"
66253
- },
66254
- {
66255
- "kind": "Content",
66256
- "text": ", cb: "
66257
- },
66258
- {
66259
- "kind": "Reference",
66260
- "text": "EventSystemCallback",
66261
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
66262
- },
66263
- {
66264
- "kind": "Content",
66265
- "text": "): "
66266
- },
66267
- {
66268
- "kind": "Content",
66269
- "text": "void"
66270
- },
66271
- {
66272
- "kind": "Content",
66273
- "text": ";"
66274
- }
66275
- ],
66276
- "isOptional": false,
66277
- "returnTypeTokenRange": {
66278
- "startIndex": 11,
66279
- "endIndex": 12
66280
- },
66281
- "releaseTag": "Public",
66282
- "overloadIndex": 1,
66283
- "parameters": [
66284
- {
66285
- "parameterName": "pointerData",
66286
- "parameterTypeTokenRange": {
66287
- "startIndex": 1,
66288
- "endIndex": 8
66289
- },
66290
- "isOptional": false
66291
- },
66292
- {
66293
- "parameterName": "cb",
66294
- "parameterTypeTokenRange": {
66295
- "startIndex": 9,
66296
- "endIndex": 10
66297
- },
66298
- "isOptional": false
66299
- }
66300
- ],
66301
- "name": "onProximityLeave"
66302
- },
66303
- {
66304
- "kind": "MethodSignature",
66305
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#onProximityUp:member(1)",
66306
- "docComment": "/**\n * Execute callback when the user releases the proximity button on the entity\n *\n * @param pointerData - Entity to attach the callback - Opts to trigger Feedback and Button\n *\n * @param cb - Function to execute when event fires\n *\n * @public\n */\n",
66307
- "excerptTokens": [
66308
- {
66309
- "kind": "Content",
66310
- "text": "onProximityUp(pointerData: "
66311
- },
66312
- {
66313
- "kind": "Content",
66314
- "text": "{\n entity: "
66315
- },
66316
- {
66317
- "kind": "Reference",
66318
- "text": "Entity",
66319
- "canonicalReference": "@dcl/playground-assets!Entity:type"
66320
- },
66321
- {
66322
- "kind": "Content",
66323
- "text": ";\n opts?: "
66324
- },
66325
- {
66326
- "kind": "Reference",
66327
- "text": "Partial",
66328
- "canonicalReference": "!Partial:type"
66329
- },
66330
- {
66331
- "kind": "Content",
66332
- "text": "<"
66333
- },
66334
- {
66335
- "kind": "Reference",
66336
- "text": "EventSystemOptions",
66337
- "canonicalReference": "@dcl/playground-assets!EventSystemOptions:type"
66338
- },
66339
- {
66340
- "kind": "Content",
66341
- "text": ">;\n }"
66342
- },
66343
- {
66344
- "kind": "Content",
66345
- "text": ", cb: "
66346
- },
66347
- {
66348
- "kind": "Reference",
66349
- "text": "EventSystemCallback",
66350
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
66351
- },
66352
- {
66353
- "kind": "Content",
66354
- "text": "): "
66355
- },
66356
- {
66357
- "kind": "Content",
66358
- "text": "void"
66359
- },
66360
- {
66361
- "kind": "Content",
66362
- "text": ";"
66363
- }
66364
- ],
66365
- "isOptional": false,
66366
- "returnTypeTokenRange": {
66367
- "startIndex": 11,
66368
- "endIndex": 12
66369
- },
66370
- "releaseTag": "Public",
66371
- "overloadIndex": 1,
66372
- "parameters": [
66373
- {
66374
- "parameterName": "pointerData",
66375
- "parameterTypeTokenRange": {
66376
- "startIndex": 1,
66377
- "endIndex": 8
66378
- },
66379
- "isOptional": false
66380
- },
66381
- {
66382
- "parameterName": "cb",
66383
- "parameterTypeTokenRange": {
66384
- "startIndex": 9,
66385
- "endIndex": 10
66386
- },
66387
- "isOptional": false
66388
- }
66389
- ],
66390
- "name": "onProximityUp"
64366
+ "name": "onPointerUp"
66391
64367
  },
66392
64368
  {
66393
64369
  "kind": "MethodSignature",
66394
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerDown:member(1)",
66395
- "docComment": "/**\n * Remove the callback for onPointerDown event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
64370
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#onPointerUp:member(2)",
64371
+ "docComment": "/**\n * @deprecated\n *\n * Use onPointerUp with (pointerData, cb)\n *\n * @param entity - Entity to attach the callback\n *\n * @param cb - Function to execute when click fires\n *\n * @param opts - Opts to trigger Feedback and Button\n */\n",
66396
64372
  "excerptTokens": [
66397
64373
  {
66398
64374
  "kind": "Content",
66399
- "text": "removeOnPointerDown(entity: "
64375
+ "text": "onPointerUp(entity: "
66400
64376
  },
66401
64377
  {
66402
64378
  "kind": "Reference",
@@ -66405,95 +64381,34 @@
66405
64381
  },
66406
64382
  {
66407
64383
  "kind": "Content",
66408
- "text": "): "
64384
+ "text": ", cb: "
66409
64385
  },
66410
64386
  {
66411
- "kind": "Content",
66412
- "text": "void"
64387
+ "kind": "Reference",
64388
+ "text": "EventSystemCallback",
64389
+ "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
66413
64390
  },
66414
64391
  {
66415
64392
  "kind": "Content",
66416
- "text": ";"
66417
- }
66418
- ],
66419
- "isOptional": false,
66420
- "returnTypeTokenRange": {
66421
- "startIndex": 3,
66422
- "endIndex": 4
66423
- },
66424
- "releaseTag": "Public",
66425
- "overloadIndex": 1,
66426
- "parameters": [
66427
- {
66428
- "parameterName": "entity",
66429
- "parameterTypeTokenRange": {
66430
- "startIndex": 1,
66431
- "endIndex": 2
66432
- },
66433
- "isOptional": false
66434
- }
66435
- ],
66436
- "name": "removeOnPointerDown"
66437
- },
66438
- {
66439
- "kind": "MethodSignature",
66440
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerHoverEnter:member(1)",
66441
- "docComment": "/**\n * Remove the callback for onPointerHoverEnter event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66442
- "excerptTokens": [
66443
- {
66444
- "kind": "Content",
66445
- "text": "removeOnPointerHoverEnter(entity: "
64393
+ "text": ", opts?: "
66446
64394
  },
66447
64395
  {
66448
64396
  "kind": "Reference",
66449
- "text": "Entity",
66450
- "canonicalReference": "@dcl/playground-assets!Entity:type"
64397
+ "text": "Partial",
64398
+ "canonicalReference": "!Partial:type"
66451
64399
  },
66452
64400
  {
66453
64401
  "kind": "Content",
66454
- "text": "): "
64402
+ "text": "<"
66455
64403
  },
66456
64404
  {
66457
- "kind": "Content",
66458
- "text": "void"
64405
+ "kind": "Reference",
64406
+ "text": "EventSystemOptions",
64407
+ "canonicalReference": "@dcl/playground-assets!EventSystemOptions:type"
66459
64408
  },
66460
64409
  {
66461
64410
  "kind": "Content",
66462
- "text": ";"
66463
- }
66464
- ],
66465
- "isOptional": false,
66466
- "returnTypeTokenRange": {
66467
- "startIndex": 3,
66468
- "endIndex": 4
66469
- },
66470
- "releaseTag": "Public",
66471
- "overloadIndex": 1,
66472
- "parameters": [
66473
- {
66474
- "parameterName": "entity",
66475
- "parameterTypeTokenRange": {
66476
- "startIndex": 1,
66477
- "endIndex": 2
66478
- },
66479
- "isOptional": false
66480
- }
66481
- ],
66482
- "name": "removeOnPointerHoverEnter"
66483
- },
66484
- {
66485
- "kind": "MethodSignature",
66486
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerHoverLeave:member(1)",
66487
- "docComment": "/**\n * Remove the callback for onPointerHoverLeave event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66488
- "excerptTokens": [
66489
- {
66490
- "kind": "Content",
66491
- "text": "removeOnPointerHoverLeave(entity: "
66492
- },
66493
- {
66494
- "kind": "Reference",
66495
- "text": "Entity",
66496
- "canonicalReference": "@dcl/playground-assets!Entity:type"
64411
+ "text": ">"
66497
64412
  },
66498
64413
  {
66499
64414
  "kind": "Content",
@@ -66510,11 +64425,11 @@
66510
64425
  ],
66511
64426
  "isOptional": false,
66512
64427
  "returnTypeTokenRange": {
66513
- "startIndex": 3,
66514
- "endIndex": 4
64428
+ "startIndex": 10,
64429
+ "endIndex": 11
66515
64430
  },
66516
64431
  "releaseTag": "Public",
66517
- "overloadIndex": 1,
64432
+ "overloadIndex": 2,
66518
64433
  "parameters": [
66519
64434
  {
66520
64435
  "parameterName": "entity",
@@ -66523,64 +64438,34 @@
66523
64438
  "endIndex": 2
66524
64439
  },
66525
64440
  "isOptional": false
66526
- }
66527
- ],
66528
- "name": "removeOnPointerHoverLeave"
66529
- },
66530
- {
66531
- "kind": "MethodSignature",
66532
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerUp:member(1)",
66533
- "docComment": "/**\n * Remove the callback for onPointerUp event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66534
- "excerptTokens": [
66535
- {
66536
- "kind": "Content",
66537
- "text": "removeOnPointerUp(entity: "
66538
- },
66539
- {
66540
- "kind": "Reference",
66541
- "text": "Entity",
66542
- "canonicalReference": "@dcl/playground-assets!Entity:type"
66543
64441
  },
66544
64442
  {
66545
- "kind": "Content",
66546
- "text": "): "
66547
- },
66548
- {
66549
- "kind": "Content",
66550
- "text": "void"
64443
+ "parameterName": "cb",
64444
+ "parameterTypeTokenRange": {
64445
+ "startIndex": 3,
64446
+ "endIndex": 4
64447
+ },
64448
+ "isOptional": false
66551
64449
  },
66552
64450
  {
66553
- "kind": "Content",
66554
- "text": ";"
66555
- }
66556
- ],
66557
- "isOptional": false,
66558
- "returnTypeTokenRange": {
66559
- "startIndex": 3,
66560
- "endIndex": 4
66561
- },
66562
- "releaseTag": "Public",
66563
- "overloadIndex": 1,
66564
- "parameters": [
66565
- {
66566
- "parameterName": "entity",
64451
+ "parameterName": "opts",
66567
64452
  "parameterTypeTokenRange": {
66568
- "startIndex": 1,
66569
- "endIndex": 2
64453
+ "startIndex": 5,
64454
+ "endIndex": 9
66570
64455
  },
66571
- "isOptional": false
64456
+ "isOptional": true
66572
64457
  }
66573
64458
  ],
66574
- "name": "removeOnPointerUp"
64459
+ "name": "onPointerUp"
66575
64460
  },
66576
64461
  {
66577
64462
  "kind": "MethodSignature",
66578
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnProximityDown:member(1)",
66579
- "docComment": "/**\n * Remove the callback for onProximityDown event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
64463
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerDown:member(1)",
64464
+ "docComment": "/**\n * Remove the callback for onPointerDown event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66580
64465
  "excerptTokens": [
66581
64466
  {
66582
64467
  "kind": "Content",
66583
- "text": "removeOnProximityDown(entity: "
64468
+ "text": "removeOnPointerDown(entity: "
66584
64469
  },
66585
64470
  {
66586
64471
  "kind": "Reference",
@@ -66617,16 +64502,16 @@
66617
64502
  "isOptional": false
66618
64503
  }
66619
64504
  ],
66620
- "name": "removeOnProximityDown"
64505
+ "name": "removeOnPointerDown"
66621
64506
  },
66622
64507
  {
66623
64508
  "kind": "MethodSignature",
66624
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnProximityEnter:member(1)",
66625
- "docComment": "/**\n * Remove the callback for onProximityEnter event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
64509
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerHoverEnter:member(1)",
64510
+ "docComment": "/**\n * Remove the callback for onPointerHoverEnter event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66626
64511
  "excerptTokens": [
66627
64512
  {
66628
64513
  "kind": "Content",
66629
- "text": "removeOnProximityEnter(entity: "
64514
+ "text": "removeOnPointerHoverEnter(entity: "
66630
64515
  },
66631
64516
  {
66632
64517
  "kind": "Reference",
@@ -66663,16 +64548,16 @@
66663
64548
  "isOptional": false
66664
64549
  }
66665
64550
  ],
66666
- "name": "removeOnProximityEnter"
64551
+ "name": "removeOnPointerHoverEnter"
66667
64552
  },
66668
64553
  {
66669
64554
  "kind": "MethodSignature",
66670
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnProximityLeave:member(1)",
66671
- "docComment": "/**\n * Remove the callback for onProximityLeave event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
64555
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerHoverLeave:member(1)",
64556
+ "docComment": "/**\n * Remove the callback for onPointerHoverLeave event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66672
64557
  "excerptTokens": [
66673
64558
  {
66674
64559
  "kind": "Content",
66675
- "text": "removeOnProximityLeave(entity: "
64560
+ "text": "removeOnPointerHoverLeave(entity: "
66676
64561
  },
66677
64562
  {
66678
64563
  "kind": "Reference",
@@ -66709,16 +64594,16 @@
66709
64594
  "isOptional": false
66710
64595
  }
66711
64596
  ],
66712
- "name": "removeOnProximityLeave"
64597
+ "name": "removeOnPointerHoverLeave"
66713
64598
  },
66714
64599
  {
66715
64600
  "kind": "MethodSignature",
66716
- "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnProximityUp:member(1)",
66717
- "docComment": "/**\n * Remove the callback for onProximityUp event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
64601
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem#removeOnPointerUp:member(1)",
64602
+ "docComment": "/**\n * Remove the callback for onPointerUp event\n *\n * @param entity - Entity where the callback was attached\n *\n * @public\n */\n",
66718
64603
  "excerptTokens": [
66719
64604
  {
66720
64605
  "kind": "Content",
66721
- "text": "removeOnProximityUp(entity: "
64606
+ "text": "removeOnPointerUp(entity: "
66722
64607
  },
66723
64608
  {
66724
64609
  "kind": "Reference",
@@ -66755,7 +64640,7 @@
66755
64640
  "isOptional": false
66756
64641
  }
66757
64642
  ],
66758
- "name": "removeOnProximityUp"
64643
+ "name": "removeOnPointerUp"
66759
64644
  }
66760
64645
  ],
66761
64646
  "extendsTokenRanges": []
@@ -66862,48 +64747,6 @@
66862
64747
  "releaseTag": "Public",
66863
64748
  "name": "PET_HOVER_LEAVE"
66864
64749
  },
66865
- {
66866
- "kind": "EnumMember",
66867
- "canonicalReference": "@dcl/playground-assets!PointerEventType.PET_PROXIMITY_ENTER:member",
66868
- "docComment": "",
66869
- "excerptTokens": [
66870
- {
66871
- "kind": "Content",
66872
- "text": "PET_PROXIMITY_ENTER = "
66873
- },
66874
- {
66875
- "kind": "Content",
66876
- "text": "4"
66877
- }
66878
- ],
66879
- "initializerTokenRange": {
66880
- "startIndex": 1,
66881
- "endIndex": 2
66882
- },
66883
- "releaseTag": "Public",
66884
- "name": "PET_PROXIMITY_ENTER"
66885
- },
66886
- {
66887
- "kind": "EnumMember",
66888
- "canonicalReference": "@dcl/playground-assets!PointerEventType.PET_PROXIMITY_LEAVE:member",
66889
- "docComment": "",
66890
- "excerptTokens": [
66891
- {
66892
- "kind": "Content",
66893
- "text": "PET_PROXIMITY_LEAVE = "
66894
- },
66895
- {
66896
- "kind": "Content",
66897
- "text": "5"
66898
- }
66899
- ],
66900
- "initializerTokenRange": {
66901
- "startIndex": 1,
66902
- "endIndex": 2
66903
- },
66904
- "releaseTag": "Public",
66905
- "name": "PET_PROXIMITY_LEAVE"
66906
- },
66907
64750
  {
66908
64751
  "kind": "EnumMember",
66909
64752
  "canonicalReference": "@dcl/playground-assets!PointerEventType.PET_UP:member",
@@ -77487,6 +75330,80 @@
77487
75330
  }
77488
75331
  ]
77489
75332
  },
75333
+ {
75334
+ "kind": "Function",
75335
+ "canonicalReference": "@dcl/playground-assets!setGlobalPolyfill:function(1)",
75336
+ "docComment": "/**\n * Sets a globalThis property as a polyfill (only if undefined/null).\n *\n * @public\n */\n",
75337
+ "excerptTokens": [
75338
+ {
75339
+ "kind": "Content",
75340
+ "text": "export declare function setGlobalPolyfill<T>(key: "
75341
+ },
75342
+ {
75343
+ "kind": "Content",
75344
+ "text": "string"
75345
+ },
75346
+ {
75347
+ "kind": "Content",
75348
+ "text": ", value: "
75349
+ },
75350
+ {
75351
+ "kind": "Content",
75352
+ "text": "T"
75353
+ },
75354
+ {
75355
+ "kind": "Content",
75356
+ "text": "): "
75357
+ },
75358
+ {
75359
+ "kind": "Content",
75360
+ "text": "void"
75361
+ },
75362
+ {
75363
+ "kind": "Content",
75364
+ "text": ";"
75365
+ }
75366
+ ],
75367
+ "fileUrlPath": "../ecs/dist/runtime/globals.d.ts",
75368
+ "returnTypeTokenRange": {
75369
+ "startIndex": 5,
75370
+ "endIndex": 6
75371
+ },
75372
+ "releaseTag": "Public",
75373
+ "overloadIndex": 1,
75374
+ "parameters": [
75375
+ {
75376
+ "parameterName": "key",
75377
+ "parameterTypeTokenRange": {
75378
+ "startIndex": 1,
75379
+ "endIndex": 2
75380
+ },
75381
+ "isOptional": false
75382
+ },
75383
+ {
75384
+ "parameterName": "value",
75385
+ "parameterTypeTokenRange": {
75386
+ "startIndex": 3,
75387
+ "endIndex": 4
75388
+ },
75389
+ "isOptional": false
75390
+ }
75391
+ ],
75392
+ "typeParameters": [
75393
+ {
75394
+ "typeParameterName": "T",
75395
+ "constraintTokenRange": {
75396
+ "startIndex": 0,
75397
+ "endIndex": 0
75398
+ },
75399
+ "defaultTypeTokenRange": {
75400
+ "startIndex": 0,
75401
+ "endIndex": 0
75402
+ }
75403
+ }
75404
+ ],
75405
+ "name": "setGlobalPolyfill"
75406
+ },
77490
75407
  {
77491
75408
  "kind": "Interface",
77492
75409
  "canonicalReference": "@dcl/playground-assets!SetMoveRotateScaleParams:interface",