@dcl/playground-assets 7.22.3-23911510253.commit-490338c → 7.22.3-24081083817.commit-714809b
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 +305 -0
- package/dist/beta.d.ts +305 -0
- package/dist/index.bundled.d.ts +305 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/apis.d.ts +5 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +305 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +3569 -52
- package/etc/playground-assets.api.md +229 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.58.
|
|
4
|
+
"toolVersion": "7.58.1",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -12213,6 +12213,239 @@
|
|
|
12213
12213
|
"endIndex": 2
|
|
12214
12214
|
}
|
|
12215
12215
|
},
|
|
12216
|
+
{
|
|
12217
|
+
"kind": "Interface",
|
|
12218
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange:interface",
|
|
12219
|
+
"docComment": "/**\n * @public\n */\n",
|
|
12220
|
+
"excerptTokens": [
|
|
12221
|
+
{
|
|
12222
|
+
"kind": "Content",
|
|
12223
|
+
"text": "export interface ColorRange "
|
|
12224
|
+
}
|
|
12225
|
+
],
|
|
12226
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
|
|
12227
|
+
"releaseTag": "Public",
|
|
12228
|
+
"name": "ColorRange",
|
|
12229
|
+
"preserveMemberOrder": false,
|
|
12230
|
+
"members": [
|
|
12231
|
+
{
|
|
12232
|
+
"kind": "PropertySignature",
|
|
12233
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange#end:member",
|
|
12234
|
+
"docComment": "",
|
|
12235
|
+
"excerptTokens": [
|
|
12236
|
+
{
|
|
12237
|
+
"kind": "Content",
|
|
12238
|
+
"text": "end: "
|
|
12239
|
+
},
|
|
12240
|
+
{
|
|
12241
|
+
"kind": "Reference",
|
|
12242
|
+
"text": "Color4",
|
|
12243
|
+
"canonicalReference": "@dcl/playground-assets!PBColor4:interface"
|
|
12244
|
+
},
|
|
12245
|
+
{
|
|
12246
|
+
"kind": "Content",
|
|
12247
|
+
"text": " | undefined"
|
|
12248
|
+
},
|
|
12249
|
+
{
|
|
12250
|
+
"kind": "Content",
|
|
12251
|
+
"text": ";"
|
|
12252
|
+
}
|
|
12253
|
+
],
|
|
12254
|
+
"isReadonly": false,
|
|
12255
|
+
"isOptional": false,
|
|
12256
|
+
"releaseTag": "Public",
|
|
12257
|
+
"name": "end",
|
|
12258
|
+
"propertyTypeTokenRange": {
|
|
12259
|
+
"startIndex": 1,
|
|
12260
|
+
"endIndex": 3
|
|
12261
|
+
}
|
|
12262
|
+
},
|
|
12263
|
+
{
|
|
12264
|
+
"kind": "PropertySignature",
|
|
12265
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange#start:member",
|
|
12266
|
+
"docComment": "",
|
|
12267
|
+
"excerptTokens": [
|
|
12268
|
+
{
|
|
12269
|
+
"kind": "Content",
|
|
12270
|
+
"text": "start: "
|
|
12271
|
+
},
|
|
12272
|
+
{
|
|
12273
|
+
"kind": "Reference",
|
|
12274
|
+
"text": "Color4",
|
|
12275
|
+
"canonicalReference": "@dcl/playground-assets!PBColor4:interface"
|
|
12276
|
+
},
|
|
12277
|
+
{
|
|
12278
|
+
"kind": "Content",
|
|
12279
|
+
"text": " | undefined"
|
|
12280
|
+
},
|
|
12281
|
+
{
|
|
12282
|
+
"kind": "Content",
|
|
12283
|
+
"text": ";"
|
|
12284
|
+
}
|
|
12285
|
+
],
|
|
12286
|
+
"isReadonly": false,
|
|
12287
|
+
"isOptional": false,
|
|
12288
|
+
"releaseTag": "Public",
|
|
12289
|
+
"name": "start",
|
|
12290
|
+
"propertyTypeTokenRange": {
|
|
12291
|
+
"startIndex": 1,
|
|
12292
|
+
"endIndex": 3
|
|
12293
|
+
}
|
|
12294
|
+
}
|
|
12295
|
+
],
|
|
12296
|
+
"extendsTokenRanges": []
|
|
12297
|
+
},
|
|
12298
|
+
{
|
|
12299
|
+
"kind": "Namespace",
|
|
12300
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange:namespace",
|
|
12301
|
+
"docComment": "/**\n * @public\n */\n",
|
|
12302
|
+
"excerptTokens": [
|
|
12303
|
+
{
|
|
12304
|
+
"kind": "Content",
|
|
12305
|
+
"text": "export declare namespace ColorRange "
|
|
12306
|
+
}
|
|
12307
|
+
],
|
|
12308
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
|
|
12309
|
+
"releaseTag": "Public",
|
|
12310
|
+
"name": "ColorRange",
|
|
12311
|
+
"preserveMemberOrder": false,
|
|
12312
|
+
"members": [
|
|
12313
|
+
{
|
|
12314
|
+
"kind": "Function",
|
|
12315
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange.decode:function(1)",
|
|
12316
|
+
"docComment": "",
|
|
12317
|
+
"excerptTokens": [
|
|
12318
|
+
{
|
|
12319
|
+
"kind": "Content",
|
|
12320
|
+
"text": "function decode(input: "
|
|
12321
|
+
},
|
|
12322
|
+
{
|
|
12323
|
+
"kind": "Reference",
|
|
12324
|
+
"text": "_m0.Reader",
|
|
12325
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
12326
|
+
},
|
|
12327
|
+
{
|
|
12328
|
+
"kind": "Content",
|
|
12329
|
+
"text": " | "
|
|
12330
|
+
},
|
|
12331
|
+
{
|
|
12332
|
+
"kind": "Reference",
|
|
12333
|
+
"text": "Uint8Array",
|
|
12334
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
12335
|
+
},
|
|
12336
|
+
{
|
|
12337
|
+
"kind": "Content",
|
|
12338
|
+
"text": ", length?: "
|
|
12339
|
+
},
|
|
12340
|
+
{
|
|
12341
|
+
"kind": "Content",
|
|
12342
|
+
"text": "number"
|
|
12343
|
+
},
|
|
12344
|
+
{
|
|
12345
|
+
"kind": "Content",
|
|
12346
|
+
"text": "): "
|
|
12347
|
+
},
|
|
12348
|
+
{
|
|
12349
|
+
"kind": "Reference",
|
|
12350
|
+
"text": "ColorRange",
|
|
12351
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange:interface"
|
|
12352
|
+
},
|
|
12353
|
+
{
|
|
12354
|
+
"kind": "Content",
|
|
12355
|
+
"text": ";"
|
|
12356
|
+
}
|
|
12357
|
+
],
|
|
12358
|
+
"returnTypeTokenRange": {
|
|
12359
|
+
"startIndex": 7,
|
|
12360
|
+
"endIndex": 8
|
|
12361
|
+
},
|
|
12362
|
+
"releaseTag": "Public",
|
|
12363
|
+
"overloadIndex": 1,
|
|
12364
|
+
"parameters": [
|
|
12365
|
+
{
|
|
12366
|
+
"parameterName": "input",
|
|
12367
|
+
"parameterTypeTokenRange": {
|
|
12368
|
+
"startIndex": 1,
|
|
12369
|
+
"endIndex": 4
|
|
12370
|
+
},
|
|
12371
|
+
"isOptional": false
|
|
12372
|
+
},
|
|
12373
|
+
{
|
|
12374
|
+
"parameterName": "length",
|
|
12375
|
+
"parameterTypeTokenRange": {
|
|
12376
|
+
"startIndex": 5,
|
|
12377
|
+
"endIndex": 6
|
|
12378
|
+
},
|
|
12379
|
+
"isOptional": true
|
|
12380
|
+
}
|
|
12381
|
+
],
|
|
12382
|
+
"name": "decode"
|
|
12383
|
+
},
|
|
12384
|
+
{
|
|
12385
|
+
"kind": "Function",
|
|
12386
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange.encode:function(1)",
|
|
12387
|
+
"docComment": "",
|
|
12388
|
+
"excerptTokens": [
|
|
12389
|
+
{
|
|
12390
|
+
"kind": "Content",
|
|
12391
|
+
"text": "function encode(message: "
|
|
12392
|
+
},
|
|
12393
|
+
{
|
|
12394
|
+
"kind": "Reference",
|
|
12395
|
+
"text": "ColorRange",
|
|
12396
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange:interface"
|
|
12397
|
+
},
|
|
12398
|
+
{
|
|
12399
|
+
"kind": "Content",
|
|
12400
|
+
"text": ", writer?: "
|
|
12401
|
+
},
|
|
12402
|
+
{
|
|
12403
|
+
"kind": "Reference",
|
|
12404
|
+
"text": "_m0.Writer",
|
|
12405
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
12406
|
+
},
|
|
12407
|
+
{
|
|
12408
|
+
"kind": "Content",
|
|
12409
|
+
"text": "): "
|
|
12410
|
+
},
|
|
12411
|
+
{
|
|
12412
|
+
"kind": "Reference",
|
|
12413
|
+
"text": "_m0.Writer",
|
|
12414
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
12415
|
+
},
|
|
12416
|
+
{
|
|
12417
|
+
"kind": "Content",
|
|
12418
|
+
"text": ";"
|
|
12419
|
+
}
|
|
12420
|
+
],
|
|
12421
|
+
"returnTypeTokenRange": {
|
|
12422
|
+
"startIndex": 5,
|
|
12423
|
+
"endIndex": 6
|
|
12424
|
+
},
|
|
12425
|
+
"releaseTag": "Public",
|
|
12426
|
+
"overloadIndex": 1,
|
|
12427
|
+
"parameters": [
|
|
12428
|
+
{
|
|
12429
|
+
"parameterName": "message",
|
|
12430
|
+
"parameterTypeTokenRange": {
|
|
12431
|
+
"startIndex": 1,
|
|
12432
|
+
"endIndex": 2
|
|
12433
|
+
},
|
|
12434
|
+
"isOptional": false
|
|
12435
|
+
},
|
|
12436
|
+
{
|
|
12437
|
+
"parameterName": "writer",
|
|
12438
|
+
"parameterTypeTokenRange": {
|
|
12439
|
+
"startIndex": 3,
|
|
12440
|
+
"endIndex": 4
|
|
12441
|
+
},
|
|
12442
|
+
"isOptional": true
|
|
12443
|
+
}
|
|
12444
|
+
],
|
|
12445
|
+
"name": "encode"
|
|
12446
|
+
}
|
|
12447
|
+
]
|
|
12448
|
+
},
|
|
12216
12449
|
{
|
|
12217
12450
|
"kind": "Interface",
|
|
12218
12451
|
"canonicalReference": "@dcl/playground-assets!ComponentData:interface",
|
|
@@ -13292,7 +13525,7 @@
|
|
|
13292
13525
|
},
|
|
13293
13526
|
{
|
|
13294
13527
|
"kind": "Content",
|
|
13295
|
-
"text": ">>;\n \"core::
|
|
13528
|
+
"text": ">>;\n \"core::ParticleSystem\": "
|
|
13296
13529
|
},
|
|
13297
13530
|
{
|
|
13298
13531
|
"kind": "Reference",
|
|
@@ -13314,12 +13547,12 @@
|
|
|
13314
13547
|
},
|
|
13315
13548
|
{
|
|
13316
13549
|
"kind": "Reference",
|
|
13317
|
-
"text": "
|
|
13318
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13550
|
+
"text": "PBParticleSystem",
|
|
13551
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
13319
13552
|
},
|
|
13320
13553
|
{
|
|
13321
13554
|
"kind": "Content",
|
|
13322
|
-
"text": ">>;\n \"core::
|
|
13555
|
+
"text": ">>;\n \"core::PhysicsCombinedForce\": "
|
|
13323
13556
|
},
|
|
13324
13557
|
{
|
|
13325
13558
|
"kind": "Reference",
|
|
@@ -13341,12 +13574,12 @@
|
|
|
13341
13574
|
},
|
|
13342
13575
|
{
|
|
13343
13576
|
"kind": "Reference",
|
|
13344
|
-
"text": "
|
|
13345
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13577
|
+
"text": "PBPhysicsCombinedForce",
|
|
13578
|
+
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedForce"
|
|
13346
13579
|
},
|
|
13347
13580
|
{
|
|
13348
13581
|
"kind": "Content",
|
|
13349
|
-
"text": ">>;\n \"core::
|
|
13582
|
+
"text": ">>;\n \"core::PhysicsCombinedImpulse\": "
|
|
13350
13583
|
},
|
|
13351
13584
|
{
|
|
13352
13585
|
"kind": "Reference",
|
|
@@ -13368,12 +13601,12 @@
|
|
|
13368
13601
|
},
|
|
13369
13602
|
{
|
|
13370
13603
|
"kind": "Reference",
|
|
13371
|
-
"text": "
|
|
13372
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13604
|
+
"text": "PBPhysicsCombinedImpulse",
|
|
13605
|
+
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedImpulse"
|
|
13373
13606
|
},
|
|
13374
13607
|
{
|
|
13375
13608
|
"kind": "Content",
|
|
13376
|
-
"text": ">>;\n \"core::
|
|
13609
|
+
"text": ">>;\n \"core::PlayerIdentityData\": "
|
|
13377
13610
|
},
|
|
13378
13611
|
{
|
|
13379
13612
|
"kind": "Reference",
|
|
@@ -13395,39 +13628,12 @@
|
|
|
13395
13628
|
},
|
|
13396
13629
|
{
|
|
13397
13630
|
"kind": "Reference",
|
|
13398
|
-
"text": "
|
|
13399
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13400
|
-
},
|
|
13401
|
-
{
|
|
13402
|
-
"kind": "Content",
|
|
13403
|
-
"text": ">>;\n \"core::PointerEventsResult\": "
|
|
13404
|
-
},
|
|
13405
|
-
{
|
|
13406
|
-
"kind": "Reference",
|
|
13407
|
-
"text": "GSetComponentGetter",
|
|
13408
|
-
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
|
13409
|
-
},
|
|
13410
|
-
{
|
|
13411
|
-
"kind": "Content",
|
|
13412
|
-
"text": "<"
|
|
13413
|
-
},
|
|
13414
|
-
{
|
|
13415
|
-
"kind": "Reference",
|
|
13416
|
-
"text": "GrowOnlyValueSetComponentDefinition",
|
|
13417
|
-
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
|
13418
|
-
},
|
|
13419
|
-
{
|
|
13420
|
-
"kind": "Content",
|
|
13421
|
-
"text": "<"
|
|
13422
|
-
},
|
|
13423
|
-
{
|
|
13424
|
-
"kind": "Reference",
|
|
13425
|
-
"text": "PBPointerEventsResult",
|
|
13426
|
-
"canonicalReference": "@dcl/playground-assets!PBPointerEventsResult"
|
|
13631
|
+
"text": "PBPlayerIdentityData",
|
|
13632
|
+
"canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData"
|
|
13427
13633
|
},
|
|
13428
13634
|
{
|
|
13429
13635
|
"kind": "Content",
|
|
13430
|
-
"text": ">>;\n \"core::
|
|
13636
|
+
"text": ">>;\n \"core::PointerEvents\": "
|
|
13431
13637
|
},
|
|
13432
13638
|
{
|
|
13433
13639
|
"kind": "Reference",
|
|
@@ -13449,17 +13655,17 @@
|
|
|
13449
13655
|
},
|
|
13450
13656
|
{
|
|
13451
13657
|
"kind": "Reference",
|
|
13452
|
-
"text": "
|
|
13453
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13658
|
+
"text": "PBPointerEvents",
|
|
13659
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEvents"
|
|
13454
13660
|
},
|
|
13455
13661
|
{
|
|
13456
13662
|
"kind": "Content",
|
|
13457
|
-
"text": ">>;\n \"core::
|
|
13663
|
+
"text": ">>;\n \"core::PointerEventsResult\": "
|
|
13458
13664
|
},
|
|
13459
13665
|
{
|
|
13460
13666
|
"kind": "Reference",
|
|
13461
|
-
"text": "
|
|
13462
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13667
|
+
"text": "GSetComponentGetter",
|
|
13668
|
+
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
|
13463
13669
|
},
|
|
13464
13670
|
{
|
|
13465
13671
|
"kind": "Content",
|
|
@@ -13467,8 +13673,8 @@
|
|
|
13467
13673
|
},
|
|
13468
13674
|
{
|
|
13469
13675
|
"kind": "Reference",
|
|
13470
|
-
"text": "
|
|
13471
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13676
|
+
"text": "GrowOnlyValueSetComponentDefinition",
|
|
13677
|
+
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
|
13472
13678
|
},
|
|
13473
13679
|
{
|
|
13474
13680
|
"kind": "Content",
|
|
@@ -13476,12 +13682,66 @@
|
|
|
13476
13682
|
},
|
|
13477
13683
|
{
|
|
13478
13684
|
"kind": "Reference",
|
|
13479
|
-
"text": "
|
|
13480
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
13685
|
+
"text": "PBPointerEventsResult",
|
|
13686
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEventsResult"
|
|
13481
13687
|
},
|
|
13482
13688
|
{
|
|
13483
13689
|
"kind": "Content",
|
|
13484
|
-
"text": ">>;\n \"core::
|
|
13690
|
+
"text": ">>;\n \"core::PointerLock\": "
|
|
13691
|
+
},
|
|
13692
|
+
{
|
|
13693
|
+
"kind": "Reference",
|
|
13694
|
+
"text": "LwwComponentGetter",
|
|
13695
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13696
|
+
},
|
|
13697
|
+
{
|
|
13698
|
+
"kind": "Content",
|
|
13699
|
+
"text": "<"
|
|
13700
|
+
},
|
|
13701
|
+
{
|
|
13702
|
+
"kind": "Reference",
|
|
13703
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13704
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13705
|
+
},
|
|
13706
|
+
{
|
|
13707
|
+
"kind": "Content",
|
|
13708
|
+
"text": "<"
|
|
13709
|
+
},
|
|
13710
|
+
{
|
|
13711
|
+
"kind": "Reference",
|
|
13712
|
+
"text": "PBPointerLock",
|
|
13713
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerLock"
|
|
13714
|
+
},
|
|
13715
|
+
{
|
|
13716
|
+
"kind": "Content",
|
|
13717
|
+
"text": ">>;\n \"core::PrimaryPointerInfo\": "
|
|
13718
|
+
},
|
|
13719
|
+
{
|
|
13720
|
+
"kind": "Reference",
|
|
13721
|
+
"text": "LwwComponentGetter",
|
|
13722
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
|
13723
|
+
},
|
|
13724
|
+
{
|
|
13725
|
+
"kind": "Content",
|
|
13726
|
+
"text": "<"
|
|
13727
|
+
},
|
|
13728
|
+
{
|
|
13729
|
+
"kind": "Reference",
|
|
13730
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
13731
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
13732
|
+
},
|
|
13733
|
+
{
|
|
13734
|
+
"kind": "Content",
|
|
13735
|
+
"text": "<"
|
|
13736
|
+
},
|
|
13737
|
+
{
|
|
13738
|
+
"kind": "Reference",
|
|
13739
|
+
"text": "PBPrimaryPointerInfo",
|
|
13740
|
+
"canonicalReference": "@dcl/playground-assets!PBPrimaryPointerInfo"
|
|
13741
|
+
},
|
|
13742
|
+
{
|
|
13743
|
+
"kind": "Content",
|
|
13744
|
+
"text": ">>;\n \"core::Raycast\": "
|
|
13485
13745
|
},
|
|
13486
13746
|
{
|
|
13487
13747
|
"kind": "Reference",
|
|
@@ -14084,7 +14344,7 @@
|
|
|
14084
14344
|
"name": "componentDefinitionByName",
|
|
14085
14345
|
"variableTypeTokenRange": {
|
|
14086
14346
|
"startIndex": 1,
|
|
14087
|
-
"endIndex":
|
|
14347
|
+
"endIndex": 338
|
|
14088
14348
|
}
|
|
14089
14349
|
},
|
|
14090
14350
|
{
|
|
@@ -20549,6 +20809,229 @@
|
|
|
20549
20809
|
"endIndex": 2
|
|
20550
20810
|
}
|
|
20551
20811
|
},
|
|
20812
|
+
{
|
|
20813
|
+
"kind": "Interface",
|
|
20814
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange:interface",
|
|
20815
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20816
|
+
"excerptTokens": [
|
|
20817
|
+
{
|
|
20818
|
+
"kind": "Content",
|
|
20819
|
+
"text": "export interface FloatRange "
|
|
20820
|
+
}
|
|
20821
|
+
],
|
|
20822
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/floats.gen.d.ts",
|
|
20823
|
+
"releaseTag": "Public",
|
|
20824
|
+
"name": "FloatRange",
|
|
20825
|
+
"preserveMemberOrder": false,
|
|
20826
|
+
"members": [
|
|
20827
|
+
{
|
|
20828
|
+
"kind": "PropertySignature",
|
|
20829
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange#end:member",
|
|
20830
|
+
"docComment": "",
|
|
20831
|
+
"excerptTokens": [
|
|
20832
|
+
{
|
|
20833
|
+
"kind": "Content",
|
|
20834
|
+
"text": "end: "
|
|
20835
|
+
},
|
|
20836
|
+
{
|
|
20837
|
+
"kind": "Content",
|
|
20838
|
+
"text": "number"
|
|
20839
|
+
},
|
|
20840
|
+
{
|
|
20841
|
+
"kind": "Content",
|
|
20842
|
+
"text": ";"
|
|
20843
|
+
}
|
|
20844
|
+
],
|
|
20845
|
+
"isReadonly": false,
|
|
20846
|
+
"isOptional": false,
|
|
20847
|
+
"releaseTag": "Public",
|
|
20848
|
+
"name": "end",
|
|
20849
|
+
"propertyTypeTokenRange": {
|
|
20850
|
+
"startIndex": 1,
|
|
20851
|
+
"endIndex": 2
|
|
20852
|
+
}
|
|
20853
|
+
},
|
|
20854
|
+
{
|
|
20855
|
+
"kind": "PropertySignature",
|
|
20856
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange#start:member",
|
|
20857
|
+
"docComment": "",
|
|
20858
|
+
"excerptTokens": [
|
|
20859
|
+
{
|
|
20860
|
+
"kind": "Content",
|
|
20861
|
+
"text": "start: "
|
|
20862
|
+
},
|
|
20863
|
+
{
|
|
20864
|
+
"kind": "Content",
|
|
20865
|
+
"text": "number"
|
|
20866
|
+
},
|
|
20867
|
+
{
|
|
20868
|
+
"kind": "Content",
|
|
20869
|
+
"text": ";"
|
|
20870
|
+
}
|
|
20871
|
+
],
|
|
20872
|
+
"isReadonly": false,
|
|
20873
|
+
"isOptional": false,
|
|
20874
|
+
"releaseTag": "Public",
|
|
20875
|
+
"name": "start",
|
|
20876
|
+
"propertyTypeTokenRange": {
|
|
20877
|
+
"startIndex": 1,
|
|
20878
|
+
"endIndex": 2
|
|
20879
|
+
}
|
|
20880
|
+
}
|
|
20881
|
+
],
|
|
20882
|
+
"extendsTokenRanges": []
|
|
20883
|
+
},
|
|
20884
|
+
{
|
|
20885
|
+
"kind": "Namespace",
|
|
20886
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange:namespace",
|
|
20887
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20888
|
+
"excerptTokens": [
|
|
20889
|
+
{
|
|
20890
|
+
"kind": "Content",
|
|
20891
|
+
"text": "export declare namespace FloatRange "
|
|
20892
|
+
}
|
|
20893
|
+
],
|
|
20894
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/floats.gen.d.ts",
|
|
20895
|
+
"releaseTag": "Public",
|
|
20896
|
+
"name": "FloatRange",
|
|
20897
|
+
"preserveMemberOrder": false,
|
|
20898
|
+
"members": [
|
|
20899
|
+
{
|
|
20900
|
+
"kind": "Function",
|
|
20901
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange.decode:function(1)",
|
|
20902
|
+
"docComment": "",
|
|
20903
|
+
"excerptTokens": [
|
|
20904
|
+
{
|
|
20905
|
+
"kind": "Content",
|
|
20906
|
+
"text": "function decode(input: "
|
|
20907
|
+
},
|
|
20908
|
+
{
|
|
20909
|
+
"kind": "Reference",
|
|
20910
|
+
"text": "_m0.Reader",
|
|
20911
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
20912
|
+
},
|
|
20913
|
+
{
|
|
20914
|
+
"kind": "Content",
|
|
20915
|
+
"text": " | "
|
|
20916
|
+
},
|
|
20917
|
+
{
|
|
20918
|
+
"kind": "Reference",
|
|
20919
|
+
"text": "Uint8Array",
|
|
20920
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
20921
|
+
},
|
|
20922
|
+
{
|
|
20923
|
+
"kind": "Content",
|
|
20924
|
+
"text": ", length?: "
|
|
20925
|
+
},
|
|
20926
|
+
{
|
|
20927
|
+
"kind": "Content",
|
|
20928
|
+
"text": "number"
|
|
20929
|
+
},
|
|
20930
|
+
{
|
|
20931
|
+
"kind": "Content",
|
|
20932
|
+
"text": "): "
|
|
20933
|
+
},
|
|
20934
|
+
{
|
|
20935
|
+
"kind": "Reference",
|
|
20936
|
+
"text": "FloatRange",
|
|
20937
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange:interface"
|
|
20938
|
+
},
|
|
20939
|
+
{
|
|
20940
|
+
"kind": "Content",
|
|
20941
|
+
"text": ";"
|
|
20942
|
+
}
|
|
20943
|
+
],
|
|
20944
|
+
"returnTypeTokenRange": {
|
|
20945
|
+
"startIndex": 7,
|
|
20946
|
+
"endIndex": 8
|
|
20947
|
+
},
|
|
20948
|
+
"releaseTag": "Public",
|
|
20949
|
+
"overloadIndex": 1,
|
|
20950
|
+
"parameters": [
|
|
20951
|
+
{
|
|
20952
|
+
"parameterName": "input",
|
|
20953
|
+
"parameterTypeTokenRange": {
|
|
20954
|
+
"startIndex": 1,
|
|
20955
|
+
"endIndex": 4
|
|
20956
|
+
},
|
|
20957
|
+
"isOptional": false
|
|
20958
|
+
},
|
|
20959
|
+
{
|
|
20960
|
+
"parameterName": "length",
|
|
20961
|
+
"parameterTypeTokenRange": {
|
|
20962
|
+
"startIndex": 5,
|
|
20963
|
+
"endIndex": 6
|
|
20964
|
+
},
|
|
20965
|
+
"isOptional": true
|
|
20966
|
+
}
|
|
20967
|
+
],
|
|
20968
|
+
"name": "decode"
|
|
20969
|
+
},
|
|
20970
|
+
{
|
|
20971
|
+
"kind": "Function",
|
|
20972
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange.encode:function(1)",
|
|
20973
|
+
"docComment": "",
|
|
20974
|
+
"excerptTokens": [
|
|
20975
|
+
{
|
|
20976
|
+
"kind": "Content",
|
|
20977
|
+
"text": "function encode(message: "
|
|
20978
|
+
},
|
|
20979
|
+
{
|
|
20980
|
+
"kind": "Reference",
|
|
20981
|
+
"text": "FloatRange",
|
|
20982
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange:interface"
|
|
20983
|
+
},
|
|
20984
|
+
{
|
|
20985
|
+
"kind": "Content",
|
|
20986
|
+
"text": ", writer?: "
|
|
20987
|
+
},
|
|
20988
|
+
{
|
|
20989
|
+
"kind": "Reference",
|
|
20990
|
+
"text": "_m0.Writer",
|
|
20991
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
20992
|
+
},
|
|
20993
|
+
{
|
|
20994
|
+
"kind": "Content",
|
|
20995
|
+
"text": "): "
|
|
20996
|
+
},
|
|
20997
|
+
{
|
|
20998
|
+
"kind": "Reference",
|
|
20999
|
+
"text": "_m0.Writer",
|
|
21000
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
21001
|
+
},
|
|
21002
|
+
{
|
|
21003
|
+
"kind": "Content",
|
|
21004
|
+
"text": ";"
|
|
21005
|
+
}
|
|
21006
|
+
],
|
|
21007
|
+
"returnTypeTokenRange": {
|
|
21008
|
+
"startIndex": 5,
|
|
21009
|
+
"endIndex": 6
|
|
21010
|
+
},
|
|
21011
|
+
"releaseTag": "Public",
|
|
21012
|
+
"overloadIndex": 1,
|
|
21013
|
+
"parameters": [
|
|
21014
|
+
{
|
|
21015
|
+
"parameterName": "message",
|
|
21016
|
+
"parameterTypeTokenRange": {
|
|
21017
|
+
"startIndex": 1,
|
|
21018
|
+
"endIndex": 2
|
|
21019
|
+
},
|
|
21020
|
+
"isOptional": false
|
|
21021
|
+
},
|
|
21022
|
+
{
|
|
21023
|
+
"parameterName": "writer",
|
|
21024
|
+
"parameterTypeTokenRange": {
|
|
21025
|
+
"startIndex": 3,
|
|
21026
|
+
"endIndex": 4
|
|
21027
|
+
},
|
|
21028
|
+
"isOptional": true
|
|
21029
|
+
}
|
|
21030
|
+
],
|
|
21031
|
+
"name": "encode"
|
|
21032
|
+
}
|
|
21033
|
+
]
|
|
21034
|
+
},
|
|
20552
21035
|
{
|
|
20553
21036
|
"kind": "Enum",
|
|
20554
21037
|
"canonicalReference": "@dcl/playground-assets!Font:enum",
|
|
@@ -39243,6 +39726,301 @@
|
|
|
39243
39726
|
"endIndex": 2
|
|
39244
39727
|
}
|
|
39245
39728
|
},
|
|
39729
|
+
{
|
|
39730
|
+
"kind": "Variable",
|
|
39731
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystem:var",
|
|
39732
|
+
"docComment": "",
|
|
39733
|
+
"excerptTokens": [
|
|
39734
|
+
{
|
|
39735
|
+
"kind": "Content",
|
|
39736
|
+
"text": "ParticleSystem: "
|
|
39737
|
+
},
|
|
39738
|
+
{
|
|
39739
|
+
"kind": "Reference",
|
|
39740
|
+
"text": "ParticleSystemComponentDefinitionExtended",
|
|
39741
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemComponentDefinitionExtended:interface"
|
|
39742
|
+
}
|
|
39743
|
+
],
|
|
39744
|
+
"fileUrlPath": "../ecs/dist/index.d.ts",
|
|
39745
|
+
"isReadonly": true,
|
|
39746
|
+
"releaseTag": "Public",
|
|
39747
|
+
"name": "ParticleSystem",
|
|
39748
|
+
"variableTypeTokenRange": {
|
|
39749
|
+
"startIndex": 1,
|
|
39750
|
+
"endIndex": 2
|
|
39751
|
+
}
|
|
39752
|
+
},
|
|
39753
|
+
{
|
|
39754
|
+
"kind": "Interface",
|
|
39755
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemComponentDefinitionExtended:interface",
|
|
39756
|
+
"docComment": "/**\n * @public\n */\n",
|
|
39757
|
+
"excerptTokens": [
|
|
39758
|
+
{
|
|
39759
|
+
"kind": "Content",
|
|
39760
|
+
"text": "export interface ParticleSystemComponentDefinitionExtended extends "
|
|
39761
|
+
},
|
|
39762
|
+
{
|
|
39763
|
+
"kind": "Reference",
|
|
39764
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
39765
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
39766
|
+
},
|
|
39767
|
+
{
|
|
39768
|
+
"kind": "Content",
|
|
39769
|
+
"text": "<"
|
|
39770
|
+
},
|
|
39771
|
+
{
|
|
39772
|
+
"kind": "Reference",
|
|
39773
|
+
"text": "PBParticleSystem",
|
|
39774
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
39775
|
+
},
|
|
39776
|
+
{
|
|
39777
|
+
"kind": "Content",
|
|
39778
|
+
"text": ">"
|
|
39779
|
+
},
|
|
39780
|
+
{
|
|
39781
|
+
"kind": "Content",
|
|
39782
|
+
"text": " "
|
|
39783
|
+
}
|
|
39784
|
+
],
|
|
39785
|
+
"fileUrlPath": "../ecs/dist/components/extended/ParticleSystem.d.ts",
|
|
39786
|
+
"releaseTag": "Public",
|
|
39787
|
+
"name": "ParticleSystemComponentDefinitionExtended",
|
|
39788
|
+
"preserveMemberOrder": false,
|
|
39789
|
+
"members": [
|
|
39790
|
+
{
|
|
39791
|
+
"kind": "PropertySignature",
|
|
39792
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemComponentDefinitionExtended#Shape:member",
|
|
39793
|
+
"docComment": "/**\n * Helpers for constructing emitter shapes\n */\n",
|
|
39794
|
+
"excerptTokens": [
|
|
39795
|
+
{
|
|
39796
|
+
"kind": "Content",
|
|
39797
|
+
"text": "Shape: "
|
|
39798
|
+
},
|
|
39799
|
+
{
|
|
39800
|
+
"kind": "Reference",
|
|
39801
|
+
"text": "ParticleSystemHelper",
|
|
39802
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemHelper:interface"
|
|
39803
|
+
},
|
|
39804
|
+
{
|
|
39805
|
+
"kind": "Content",
|
|
39806
|
+
"text": ";"
|
|
39807
|
+
}
|
|
39808
|
+
],
|
|
39809
|
+
"isReadonly": false,
|
|
39810
|
+
"isOptional": false,
|
|
39811
|
+
"releaseTag": "Public",
|
|
39812
|
+
"name": "Shape",
|
|
39813
|
+
"propertyTypeTokenRange": {
|
|
39814
|
+
"startIndex": 1,
|
|
39815
|
+
"endIndex": 2
|
|
39816
|
+
}
|
|
39817
|
+
}
|
|
39818
|
+
],
|
|
39819
|
+
"extendsTokenRanges": [
|
|
39820
|
+
{
|
|
39821
|
+
"startIndex": 1,
|
|
39822
|
+
"endIndex": 5
|
|
39823
|
+
}
|
|
39824
|
+
]
|
|
39825
|
+
},
|
|
39826
|
+
{
|
|
39827
|
+
"kind": "Interface",
|
|
39828
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemHelper:interface",
|
|
39829
|
+
"docComment": "/**\n * @public\n */\n",
|
|
39830
|
+
"excerptTokens": [
|
|
39831
|
+
{
|
|
39832
|
+
"kind": "Content",
|
|
39833
|
+
"text": "export interface ParticleSystemHelper "
|
|
39834
|
+
}
|
|
39835
|
+
],
|
|
39836
|
+
"fileUrlPath": "../ecs/dist/components/extended/ParticleSystem.d.ts",
|
|
39837
|
+
"releaseTag": "Public",
|
|
39838
|
+
"name": "ParticleSystemHelper",
|
|
39839
|
+
"preserveMemberOrder": false,
|
|
39840
|
+
"members": [
|
|
39841
|
+
{
|
|
39842
|
+
"kind": "PropertySignature",
|
|
39843
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemHelper#Box:member",
|
|
39844
|
+
"docComment": "/**\n * Emit from the surface or volume of a box\n */\n",
|
|
39845
|
+
"excerptTokens": [
|
|
39846
|
+
{
|
|
39847
|
+
"kind": "Content",
|
|
39848
|
+
"text": "Box: "
|
|
39849
|
+
},
|
|
39850
|
+
{
|
|
39851
|
+
"kind": "Content",
|
|
39852
|
+
"text": "(box?: "
|
|
39853
|
+
},
|
|
39854
|
+
{
|
|
39855
|
+
"kind": "Reference",
|
|
39856
|
+
"text": "PBParticleSystem_Box",
|
|
39857
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box"
|
|
39858
|
+
},
|
|
39859
|
+
{
|
|
39860
|
+
"kind": "Content",
|
|
39861
|
+
"text": ") => "
|
|
39862
|
+
},
|
|
39863
|
+
{
|
|
39864
|
+
"kind": "Reference",
|
|
39865
|
+
"text": "PBParticleSystem",
|
|
39866
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
39867
|
+
},
|
|
39868
|
+
{
|
|
39869
|
+
"kind": "Content",
|
|
39870
|
+
"text": "['shape']"
|
|
39871
|
+
},
|
|
39872
|
+
{
|
|
39873
|
+
"kind": "Content",
|
|
39874
|
+
"text": ";"
|
|
39875
|
+
}
|
|
39876
|
+
],
|
|
39877
|
+
"isReadonly": false,
|
|
39878
|
+
"isOptional": false,
|
|
39879
|
+
"releaseTag": "Public",
|
|
39880
|
+
"name": "Box",
|
|
39881
|
+
"propertyTypeTokenRange": {
|
|
39882
|
+
"startIndex": 1,
|
|
39883
|
+
"endIndex": 6
|
|
39884
|
+
}
|
|
39885
|
+
},
|
|
39886
|
+
{
|
|
39887
|
+
"kind": "PropertySignature",
|
|
39888
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemHelper#Cone:member",
|
|
39889
|
+
"docComment": "/**\n * Emit from the base of a cone, projecting outward\n */\n",
|
|
39890
|
+
"excerptTokens": [
|
|
39891
|
+
{
|
|
39892
|
+
"kind": "Content",
|
|
39893
|
+
"text": "Cone: "
|
|
39894
|
+
},
|
|
39895
|
+
{
|
|
39896
|
+
"kind": "Content",
|
|
39897
|
+
"text": "(cone?: "
|
|
39898
|
+
},
|
|
39899
|
+
{
|
|
39900
|
+
"kind": "Reference",
|
|
39901
|
+
"text": "PBParticleSystem_Cone",
|
|
39902
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone"
|
|
39903
|
+
},
|
|
39904
|
+
{
|
|
39905
|
+
"kind": "Content",
|
|
39906
|
+
"text": ") => "
|
|
39907
|
+
},
|
|
39908
|
+
{
|
|
39909
|
+
"kind": "Reference",
|
|
39910
|
+
"text": "PBParticleSystem",
|
|
39911
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
39912
|
+
},
|
|
39913
|
+
{
|
|
39914
|
+
"kind": "Content",
|
|
39915
|
+
"text": "['shape']"
|
|
39916
|
+
},
|
|
39917
|
+
{
|
|
39918
|
+
"kind": "Content",
|
|
39919
|
+
"text": ";"
|
|
39920
|
+
}
|
|
39921
|
+
],
|
|
39922
|
+
"isReadonly": false,
|
|
39923
|
+
"isOptional": false,
|
|
39924
|
+
"releaseTag": "Public",
|
|
39925
|
+
"name": "Cone",
|
|
39926
|
+
"propertyTypeTokenRange": {
|
|
39927
|
+
"startIndex": 1,
|
|
39928
|
+
"endIndex": 6
|
|
39929
|
+
}
|
|
39930
|
+
},
|
|
39931
|
+
{
|
|
39932
|
+
"kind": "PropertySignature",
|
|
39933
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemHelper#Point:member",
|
|
39934
|
+
"docComment": "/**\n * Emit from a single point\n */\n",
|
|
39935
|
+
"excerptTokens": [
|
|
39936
|
+
{
|
|
39937
|
+
"kind": "Content",
|
|
39938
|
+
"text": "Point: "
|
|
39939
|
+
},
|
|
39940
|
+
{
|
|
39941
|
+
"kind": "Content",
|
|
39942
|
+
"text": "(point?: "
|
|
39943
|
+
},
|
|
39944
|
+
{
|
|
39945
|
+
"kind": "Reference",
|
|
39946
|
+
"text": "PBParticleSystem_Point",
|
|
39947
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point"
|
|
39948
|
+
},
|
|
39949
|
+
{
|
|
39950
|
+
"kind": "Content",
|
|
39951
|
+
"text": ") => "
|
|
39952
|
+
},
|
|
39953
|
+
{
|
|
39954
|
+
"kind": "Reference",
|
|
39955
|
+
"text": "PBParticleSystem",
|
|
39956
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
39957
|
+
},
|
|
39958
|
+
{
|
|
39959
|
+
"kind": "Content",
|
|
39960
|
+
"text": "['shape']"
|
|
39961
|
+
},
|
|
39962
|
+
{
|
|
39963
|
+
"kind": "Content",
|
|
39964
|
+
"text": ";"
|
|
39965
|
+
}
|
|
39966
|
+
],
|
|
39967
|
+
"isReadonly": false,
|
|
39968
|
+
"isOptional": false,
|
|
39969
|
+
"releaseTag": "Public",
|
|
39970
|
+
"name": "Point",
|
|
39971
|
+
"propertyTypeTokenRange": {
|
|
39972
|
+
"startIndex": 1,
|
|
39973
|
+
"endIndex": 6
|
|
39974
|
+
}
|
|
39975
|
+
},
|
|
39976
|
+
{
|
|
39977
|
+
"kind": "PropertySignature",
|
|
39978
|
+
"canonicalReference": "@dcl/playground-assets!ParticleSystemHelper#Sphere:member",
|
|
39979
|
+
"docComment": "/**\n * Emit from the surface or volume of a sphere\n */\n",
|
|
39980
|
+
"excerptTokens": [
|
|
39981
|
+
{
|
|
39982
|
+
"kind": "Content",
|
|
39983
|
+
"text": "Sphere: "
|
|
39984
|
+
},
|
|
39985
|
+
{
|
|
39986
|
+
"kind": "Content",
|
|
39987
|
+
"text": "(sphere?: "
|
|
39988
|
+
},
|
|
39989
|
+
{
|
|
39990
|
+
"kind": "Reference",
|
|
39991
|
+
"text": "PBParticleSystem_Sphere",
|
|
39992
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere"
|
|
39993
|
+
},
|
|
39994
|
+
{
|
|
39995
|
+
"kind": "Content",
|
|
39996
|
+
"text": ") => "
|
|
39997
|
+
},
|
|
39998
|
+
{
|
|
39999
|
+
"kind": "Reference",
|
|
40000
|
+
"text": "PBParticleSystem",
|
|
40001
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem"
|
|
40002
|
+
},
|
|
40003
|
+
{
|
|
40004
|
+
"kind": "Content",
|
|
40005
|
+
"text": "['shape']"
|
|
40006
|
+
},
|
|
40007
|
+
{
|
|
40008
|
+
"kind": "Content",
|
|
40009
|
+
"text": ";"
|
|
40010
|
+
}
|
|
40011
|
+
],
|
|
40012
|
+
"isReadonly": false,
|
|
40013
|
+
"isOptional": false,
|
|
40014
|
+
"releaseTag": "Public",
|
|
40015
|
+
"name": "Sphere",
|
|
40016
|
+
"propertyTypeTokenRange": {
|
|
40017
|
+
"startIndex": 1,
|
|
40018
|
+
"endIndex": 6
|
|
40019
|
+
}
|
|
40020
|
+
}
|
|
40021
|
+
],
|
|
40022
|
+
"extendsTokenRanges": []
|
|
40023
|
+
},
|
|
39246
40024
|
{
|
|
39247
40025
|
"kind": "Interface",
|
|
39248
40026
|
"canonicalReference": "@dcl/playground-assets!PBAnimationState:interface",
|
|
@@ -50197,6 +50975,2745 @@
|
|
|
50197
50975
|
}
|
|
50198
50976
|
]
|
|
50199
50977
|
},
|
|
50978
|
+
{
|
|
50979
|
+
"kind": "Enum",
|
|
50980
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_BlendMode:enum",
|
|
50981
|
+
"docComment": "/**\n * @public\n */\n",
|
|
50982
|
+
"excerptTokens": [
|
|
50983
|
+
{
|
|
50984
|
+
"kind": "Content",
|
|
50985
|
+
"text": "export declare const enum PBParticleSystem_BlendMode "
|
|
50986
|
+
}
|
|
50987
|
+
],
|
|
50988
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
50989
|
+
"releaseTag": "Public",
|
|
50990
|
+
"name": "PBParticleSystem_BlendMode",
|
|
50991
|
+
"preserveMemberOrder": false,
|
|
50992
|
+
"members": [
|
|
50993
|
+
{
|
|
50994
|
+
"kind": "EnumMember",
|
|
50995
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_BlendMode.PSB_ADD:member",
|
|
50996
|
+
"docComment": "/**\n * PSB_ADD - Additive blending (brightens underlying pixels).\n */\n",
|
|
50997
|
+
"excerptTokens": [
|
|
50998
|
+
{
|
|
50999
|
+
"kind": "Content",
|
|
51000
|
+
"text": "PSB_ADD = "
|
|
51001
|
+
},
|
|
51002
|
+
{
|
|
51003
|
+
"kind": "Content",
|
|
51004
|
+
"text": "1"
|
|
51005
|
+
}
|
|
51006
|
+
],
|
|
51007
|
+
"initializerTokenRange": {
|
|
51008
|
+
"startIndex": 1,
|
|
51009
|
+
"endIndex": 2
|
|
51010
|
+
},
|
|
51011
|
+
"releaseTag": "Public",
|
|
51012
|
+
"name": "PSB_ADD"
|
|
51013
|
+
},
|
|
51014
|
+
{
|
|
51015
|
+
"kind": "EnumMember",
|
|
51016
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_BlendMode.PSB_ALPHA:member",
|
|
51017
|
+
"docComment": "/**\n * PSB_ALPHA - Standard alpha transparency.\n */\n",
|
|
51018
|
+
"excerptTokens": [
|
|
51019
|
+
{
|
|
51020
|
+
"kind": "Content",
|
|
51021
|
+
"text": "PSB_ALPHA = "
|
|
51022
|
+
},
|
|
51023
|
+
{
|
|
51024
|
+
"kind": "Content",
|
|
51025
|
+
"text": "0"
|
|
51026
|
+
}
|
|
51027
|
+
],
|
|
51028
|
+
"initializerTokenRange": {
|
|
51029
|
+
"startIndex": 1,
|
|
51030
|
+
"endIndex": 2
|
|
51031
|
+
},
|
|
51032
|
+
"releaseTag": "Public",
|
|
51033
|
+
"name": "PSB_ALPHA"
|
|
51034
|
+
},
|
|
51035
|
+
{
|
|
51036
|
+
"kind": "EnumMember",
|
|
51037
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_BlendMode.PSB_MULTIPLY:member",
|
|
51038
|
+
"docComment": "/**\n * PSB_MULTIPLY - Multiply blending (darkens underlying pixels).\n */\n",
|
|
51039
|
+
"excerptTokens": [
|
|
51040
|
+
{
|
|
51041
|
+
"kind": "Content",
|
|
51042
|
+
"text": "PSB_MULTIPLY = "
|
|
51043
|
+
},
|
|
51044
|
+
{
|
|
51045
|
+
"kind": "Content",
|
|
51046
|
+
"text": "2"
|
|
51047
|
+
}
|
|
51048
|
+
],
|
|
51049
|
+
"initializerTokenRange": {
|
|
51050
|
+
"startIndex": 1,
|
|
51051
|
+
"endIndex": 2
|
|
51052
|
+
},
|
|
51053
|
+
"releaseTag": "Public",
|
|
51054
|
+
"name": "PSB_MULTIPLY"
|
|
51055
|
+
}
|
|
51056
|
+
]
|
|
51057
|
+
},
|
|
51058
|
+
{
|
|
51059
|
+
"kind": "Interface",
|
|
51060
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box:interface",
|
|
51061
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51062
|
+
"excerptTokens": [
|
|
51063
|
+
{
|
|
51064
|
+
"kind": "Content",
|
|
51065
|
+
"text": "export interface PBParticleSystem_Box "
|
|
51066
|
+
}
|
|
51067
|
+
],
|
|
51068
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51069
|
+
"releaseTag": "Public",
|
|
51070
|
+
"name": "PBParticleSystem_Box",
|
|
51071
|
+
"preserveMemberOrder": false,
|
|
51072
|
+
"members": [
|
|
51073
|
+
{
|
|
51074
|
+
"kind": "PropertySignature",
|
|
51075
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box#size:member",
|
|
51076
|
+
"docComment": "/**\n * default = {1, 1, 1}\n */\n",
|
|
51077
|
+
"excerptTokens": [
|
|
51078
|
+
{
|
|
51079
|
+
"kind": "Content",
|
|
51080
|
+
"text": "size?: "
|
|
51081
|
+
},
|
|
51082
|
+
{
|
|
51083
|
+
"kind": "Reference",
|
|
51084
|
+
"text": "Vector3",
|
|
51085
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
51086
|
+
},
|
|
51087
|
+
{
|
|
51088
|
+
"kind": "Content",
|
|
51089
|
+
"text": " | undefined"
|
|
51090
|
+
},
|
|
51091
|
+
{
|
|
51092
|
+
"kind": "Content",
|
|
51093
|
+
"text": ";"
|
|
51094
|
+
}
|
|
51095
|
+
],
|
|
51096
|
+
"isReadonly": false,
|
|
51097
|
+
"isOptional": true,
|
|
51098
|
+
"releaseTag": "Public",
|
|
51099
|
+
"name": "size",
|
|
51100
|
+
"propertyTypeTokenRange": {
|
|
51101
|
+
"startIndex": 1,
|
|
51102
|
+
"endIndex": 3
|
|
51103
|
+
}
|
|
51104
|
+
}
|
|
51105
|
+
],
|
|
51106
|
+
"extendsTokenRanges": []
|
|
51107
|
+
},
|
|
51108
|
+
{
|
|
51109
|
+
"kind": "Namespace",
|
|
51110
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box:namespace",
|
|
51111
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51112
|
+
"excerptTokens": [
|
|
51113
|
+
{
|
|
51114
|
+
"kind": "Content",
|
|
51115
|
+
"text": "export declare namespace PBParticleSystem_Box "
|
|
51116
|
+
}
|
|
51117
|
+
],
|
|
51118
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51119
|
+
"releaseTag": "Public",
|
|
51120
|
+
"name": "PBParticleSystem_Box",
|
|
51121
|
+
"preserveMemberOrder": false,
|
|
51122
|
+
"members": [
|
|
51123
|
+
{
|
|
51124
|
+
"kind": "Function",
|
|
51125
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box.decode:function(1)",
|
|
51126
|
+
"docComment": "",
|
|
51127
|
+
"excerptTokens": [
|
|
51128
|
+
{
|
|
51129
|
+
"kind": "Content",
|
|
51130
|
+
"text": "function decode(input: "
|
|
51131
|
+
},
|
|
51132
|
+
{
|
|
51133
|
+
"kind": "Reference",
|
|
51134
|
+
"text": "_m0.Reader",
|
|
51135
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
51136
|
+
},
|
|
51137
|
+
{
|
|
51138
|
+
"kind": "Content",
|
|
51139
|
+
"text": " | "
|
|
51140
|
+
},
|
|
51141
|
+
{
|
|
51142
|
+
"kind": "Reference",
|
|
51143
|
+
"text": "Uint8Array",
|
|
51144
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
51145
|
+
},
|
|
51146
|
+
{
|
|
51147
|
+
"kind": "Content",
|
|
51148
|
+
"text": ", length?: "
|
|
51149
|
+
},
|
|
51150
|
+
{
|
|
51151
|
+
"kind": "Content",
|
|
51152
|
+
"text": "number"
|
|
51153
|
+
},
|
|
51154
|
+
{
|
|
51155
|
+
"kind": "Content",
|
|
51156
|
+
"text": "): "
|
|
51157
|
+
},
|
|
51158
|
+
{
|
|
51159
|
+
"kind": "Reference",
|
|
51160
|
+
"text": "PBParticleSystem_Box",
|
|
51161
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box:interface"
|
|
51162
|
+
},
|
|
51163
|
+
{
|
|
51164
|
+
"kind": "Content",
|
|
51165
|
+
"text": ";"
|
|
51166
|
+
}
|
|
51167
|
+
],
|
|
51168
|
+
"returnTypeTokenRange": {
|
|
51169
|
+
"startIndex": 7,
|
|
51170
|
+
"endIndex": 8
|
|
51171
|
+
},
|
|
51172
|
+
"releaseTag": "Public",
|
|
51173
|
+
"overloadIndex": 1,
|
|
51174
|
+
"parameters": [
|
|
51175
|
+
{
|
|
51176
|
+
"parameterName": "input",
|
|
51177
|
+
"parameterTypeTokenRange": {
|
|
51178
|
+
"startIndex": 1,
|
|
51179
|
+
"endIndex": 4
|
|
51180
|
+
},
|
|
51181
|
+
"isOptional": false
|
|
51182
|
+
},
|
|
51183
|
+
{
|
|
51184
|
+
"parameterName": "length",
|
|
51185
|
+
"parameterTypeTokenRange": {
|
|
51186
|
+
"startIndex": 5,
|
|
51187
|
+
"endIndex": 6
|
|
51188
|
+
},
|
|
51189
|
+
"isOptional": true
|
|
51190
|
+
}
|
|
51191
|
+
],
|
|
51192
|
+
"name": "decode"
|
|
51193
|
+
},
|
|
51194
|
+
{
|
|
51195
|
+
"kind": "Function",
|
|
51196
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box.encode:function(1)",
|
|
51197
|
+
"docComment": "",
|
|
51198
|
+
"excerptTokens": [
|
|
51199
|
+
{
|
|
51200
|
+
"kind": "Content",
|
|
51201
|
+
"text": "function encode(message: "
|
|
51202
|
+
},
|
|
51203
|
+
{
|
|
51204
|
+
"kind": "Reference",
|
|
51205
|
+
"text": "PBParticleSystem_Box",
|
|
51206
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box:interface"
|
|
51207
|
+
},
|
|
51208
|
+
{
|
|
51209
|
+
"kind": "Content",
|
|
51210
|
+
"text": ", writer?: "
|
|
51211
|
+
},
|
|
51212
|
+
{
|
|
51213
|
+
"kind": "Reference",
|
|
51214
|
+
"text": "_m0.Writer",
|
|
51215
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51216
|
+
},
|
|
51217
|
+
{
|
|
51218
|
+
"kind": "Content",
|
|
51219
|
+
"text": "): "
|
|
51220
|
+
},
|
|
51221
|
+
{
|
|
51222
|
+
"kind": "Reference",
|
|
51223
|
+
"text": "_m0.Writer",
|
|
51224
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51225
|
+
},
|
|
51226
|
+
{
|
|
51227
|
+
"kind": "Content",
|
|
51228
|
+
"text": ";"
|
|
51229
|
+
}
|
|
51230
|
+
],
|
|
51231
|
+
"returnTypeTokenRange": {
|
|
51232
|
+
"startIndex": 5,
|
|
51233
|
+
"endIndex": 6
|
|
51234
|
+
},
|
|
51235
|
+
"releaseTag": "Public",
|
|
51236
|
+
"overloadIndex": 1,
|
|
51237
|
+
"parameters": [
|
|
51238
|
+
{
|
|
51239
|
+
"parameterName": "message",
|
|
51240
|
+
"parameterTypeTokenRange": {
|
|
51241
|
+
"startIndex": 1,
|
|
51242
|
+
"endIndex": 2
|
|
51243
|
+
},
|
|
51244
|
+
"isOptional": false
|
|
51245
|
+
},
|
|
51246
|
+
{
|
|
51247
|
+
"parameterName": "writer",
|
|
51248
|
+
"parameterTypeTokenRange": {
|
|
51249
|
+
"startIndex": 3,
|
|
51250
|
+
"endIndex": 4
|
|
51251
|
+
},
|
|
51252
|
+
"isOptional": true
|
|
51253
|
+
}
|
|
51254
|
+
],
|
|
51255
|
+
"name": "encode"
|
|
51256
|
+
}
|
|
51257
|
+
]
|
|
51258
|
+
},
|
|
51259
|
+
{
|
|
51260
|
+
"kind": "Interface",
|
|
51261
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst:interface",
|
|
51262
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51263
|
+
"excerptTokens": [
|
|
51264
|
+
{
|
|
51265
|
+
"kind": "Content",
|
|
51266
|
+
"text": "export interface PBParticleSystem_Burst "
|
|
51267
|
+
}
|
|
51268
|
+
],
|
|
51269
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51270
|
+
"releaseTag": "Public",
|
|
51271
|
+
"name": "PBParticleSystem_Burst",
|
|
51272
|
+
"preserveMemberOrder": false,
|
|
51273
|
+
"members": [
|
|
51274
|
+
{
|
|
51275
|
+
"kind": "PropertySignature",
|
|
51276
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst#count:member",
|
|
51277
|
+
"docComment": "/**\n * Particles to emit.\n */\n",
|
|
51278
|
+
"excerptTokens": [
|
|
51279
|
+
{
|
|
51280
|
+
"kind": "Content",
|
|
51281
|
+
"text": "count: "
|
|
51282
|
+
},
|
|
51283
|
+
{
|
|
51284
|
+
"kind": "Content",
|
|
51285
|
+
"text": "number"
|
|
51286
|
+
},
|
|
51287
|
+
{
|
|
51288
|
+
"kind": "Content",
|
|
51289
|
+
"text": ";"
|
|
51290
|
+
}
|
|
51291
|
+
],
|
|
51292
|
+
"isReadonly": false,
|
|
51293
|
+
"isOptional": false,
|
|
51294
|
+
"releaseTag": "Public",
|
|
51295
|
+
"name": "count",
|
|
51296
|
+
"propertyTypeTokenRange": {
|
|
51297
|
+
"startIndex": 1,
|
|
51298
|
+
"endIndex": 2
|
|
51299
|
+
}
|
|
51300
|
+
},
|
|
51301
|
+
{
|
|
51302
|
+
"kind": "PropertySignature",
|
|
51303
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst#cycles:member",
|
|
51304
|
+
"docComment": "/**\n * default = 1. Repeat count (0 = infinite).\n */\n",
|
|
51305
|
+
"excerptTokens": [
|
|
51306
|
+
{
|
|
51307
|
+
"kind": "Content",
|
|
51308
|
+
"text": "cycles?: "
|
|
51309
|
+
},
|
|
51310
|
+
{
|
|
51311
|
+
"kind": "Content",
|
|
51312
|
+
"text": "number | undefined"
|
|
51313
|
+
},
|
|
51314
|
+
{
|
|
51315
|
+
"kind": "Content",
|
|
51316
|
+
"text": ";"
|
|
51317
|
+
}
|
|
51318
|
+
],
|
|
51319
|
+
"isReadonly": false,
|
|
51320
|
+
"isOptional": true,
|
|
51321
|
+
"releaseTag": "Public",
|
|
51322
|
+
"name": "cycles",
|
|
51323
|
+
"propertyTypeTokenRange": {
|
|
51324
|
+
"startIndex": 1,
|
|
51325
|
+
"endIndex": 2
|
|
51326
|
+
}
|
|
51327
|
+
},
|
|
51328
|
+
{
|
|
51329
|
+
"kind": "PropertySignature",
|
|
51330
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst#interval:member",
|
|
51331
|
+
"docComment": "/**\n * default = 0.01. Seconds between cycles.\n */\n",
|
|
51332
|
+
"excerptTokens": [
|
|
51333
|
+
{
|
|
51334
|
+
"kind": "Content",
|
|
51335
|
+
"text": "interval?: "
|
|
51336
|
+
},
|
|
51337
|
+
{
|
|
51338
|
+
"kind": "Content",
|
|
51339
|
+
"text": "number | undefined"
|
|
51340
|
+
},
|
|
51341
|
+
{
|
|
51342
|
+
"kind": "Content",
|
|
51343
|
+
"text": ";"
|
|
51344
|
+
}
|
|
51345
|
+
],
|
|
51346
|
+
"isReadonly": false,
|
|
51347
|
+
"isOptional": true,
|
|
51348
|
+
"releaseTag": "Public",
|
|
51349
|
+
"name": "interval",
|
|
51350
|
+
"propertyTypeTokenRange": {
|
|
51351
|
+
"startIndex": 1,
|
|
51352
|
+
"endIndex": 2
|
|
51353
|
+
}
|
|
51354
|
+
},
|
|
51355
|
+
{
|
|
51356
|
+
"kind": "PropertySignature",
|
|
51357
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst#probability:member",
|
|
51358
|
+
"docComment": "/**\n * default = 1.0. Emission chance [0,1].\n */\n",
|
|
51359
|
+
"excerptTokens": [
|
|
51360
|
+
{
|
|
51361
|
+
"kind": "Content",
|
|
51362
|
+
"text": "probability?: "
|
|
51363
|
+
},
|
|
51364
|
+
{
|
|
51365
|
+
"kind": "Content",
|
|
51366
|
+
"text": "number | undefined"
|
|
51367
|
+
},
|
|
51368
|
+
{
|
|
51369
|
+
"kind": "Content",
|
|
51370
|
+
"text": ";"
|
|
51371
|
+
}
|
|
51372
|
+
],
|
|
51373
|
+
"isReadonly": false,
|
|
51374
|
+
"isOptional": true,
|
|
51375
|
+
"releaseTag": "Public",
|
|
51376
|
+
"name": "probability",
|
|
51377
|
+
"propertyTypeTokenRange": {
|
|
51378
|
+
"startIndex": 1,
|
|
51379
|
+
"endIndex": 2
|
|
51380
|
+
}
|
|
51381
|
+
},
|
|
51382
|
+
{
|
|
51383
|
+
"kind": "PropertySignature",
|
|
51384
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst#time:member",
|
|
51385
|
+
"docComment": "/**\n * Seconds from start of cycle.\n */\n",
|
|
51386
|
+
"excerptTokens": [
|
|
51387
|
+
{
|
|
51388
|
+
"kind": "Content",
|
|
51389
|
+
"text": "time: "
|
|
51390
|
+
},
|
|
51391
|
+
{
|
|
51392
|
+
"kind": "Content",
|
|
51393
|
+
"text": "number"
|
|
51394
|
+
},
|
|
51395
|
+
{
|
|
51396
|
+
"kind": "Content",
|
|
51397
|
+
"text": ";"
|
|
51398
|
+
}
|
|
51399
|
+
],
|
|
51400
|
+
"isReadonly": false,
|
|
51401
|
+
"isOptional": false,
|
|
51402
|
+
"releaseTag": "Public",
|
|
51403
|
+
"name": "time",
|
|
51404
|
+
"propertyTypeTokenRange": {
|
|
51405
|
+
"startIndex": 1,
|
|
51406
|
+
"endIndex": 2
|
|
51407
|
+
}
|
|
51408
|
+
}
|
|
51409
|
+
],
|
|
51410
|
+
"extendsTokenRanges": []
|
|
51411
|
+
},
|
|
51412
|
+
{
|
|
51413
|
+
"kind": "Namespace",
|
|
51414
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst:namespace",
|
|
51415
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51416
|
+
"excerptTokens": [
|
|
51417
|
+
{
|
|
51418
|
+
"kind": "Content",
|
|
51419
|
+
"text": "export declare namespace PBParticleSystem_Burst "
|
|
51420
|
+
}
|
|
51421
|
+
],
|
|
51422
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51423
|
+
"releaseTag": "Public",
|
|
51424
|
+
"name": "PBParticleSystem_Burst",
|
|
51425
|
+
"preserveMemberOrder": false,
|
|
51426
|
+
"members": [
|
|
51427
|
+
{
|
|
51428
|
+
"kind": "Function",
|
|
51429
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst.decode:function(1)",
|
|
51430
|
+
"docComment": "",
|
|
51431
|
+
"excerptTokens": [
|
|
51432
|
+
{
|
|
51433
|
+
"kind": "Content",
|
|
51434
|
+
"text": "function decode(input: "
|
|
51435
|
+
},
|
|
51436
|
+
{
|
|
51437
|
+
"kind": "Reference",
|
|
51438
|
+
"text": "_m0.Reader",
|
|
51439
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
51440
|
+
},
|
|
51441
|
+
{
|
|
51442
|
+
"kind": "Content",
|
|
51443
|
+
"text": " | "
|
|
51444
|
+
},
|
|
51445
|
+
{
|
|
51446
|
+
"kind": "Reference",
|
|
51447
|
+
"text": "Uint8Array",
|
|
51448
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
51449
|
+
},
|
|
51450
|
+
{
|
|
51451
|
+
"kind": "Content",
|
|
51452
|
+
"text": ", length?: "
|
|
51453
|
+
},
|
|
51454
|
+
{
|
|
51455
|
+
"kind": "Content",
|
|
51456
|
+
"text": "number"
|
|
51457
|
+
},
|
|
51458
|
+
{
|
|
51459
|
+
"kind": "Content",
|
|
51460
|
+
"text": "): "
|
|
51461
|
+
},
|
|
51462
|
+
{
|
|
51463
|
+
"kind": "Reference",
|
|
51464
|
+
"text": "PBParticleSystem_Burst",
|
|
51465
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst:interface"
|
|
51466
|
+
},
|
|
51467
|
+
{
|
|
51468
|
+
"kind": "Content",
|
|
51469
|
+
"text": ";"
|
|
51470
|
+
}
|
|
51471
|
+
],
|
|
51472
|
+
"returnTypeTokenRange": {
|
|
51473
|
+
"startIndex": 7,
|
|
51474
|
+
"endIndex": 8
|
|
51475
|
+
},
|
|
51476
|
+
"releaseTag": "Public",
|
|
51477
|
+
"overloadIndex": 1,
|
|
51478
|
+
"parameters": [
|
|
51479
|
+
{
|
|
51480
|
+
"parameterName": "input",
|
|
51481
|
+
"parameterTypeTokenRange": {
|
|
51482
|
+
"startIndex": 1,
|
|
51483
|
+
"endIndex": 4
|
|
51484
|
+
},
|
|
51485
|
+
"isOptional": false
|
|
51486
|
+
},
|
|
51487
|
+
{
|
|
51488
|
+
"parameterName": "length",
|
|
51489
|
+
"parameterTypeTokenRange": {
|
|
51490
|
+
"startIndex": 5,
|
|
51491
|
+
"endIndex": 6
|
|
51492
|
+
},
|
|
51493
|
+
"isOptional": true
|
|
51494
|
+
}
|
|
51495
|
+
],
|
|
51496
|
+
"name": "decode"
|
|
51497
|
+
},
|
|
51498
|
+
{
|
|
51499
|
+
"kind": "Function",
|
|
51500
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst.encode:function(1)",
|
|
51501
|
+
"docComment": "",
|
|
51502
|
+
"excerptTokens": [
|
|
51503
|
+
{
|
|
51504
|
+
"kind": "Content",
|
|
51505
|
+
"text": "function encode(message: "
|
|
51506
|
+
},
|
|
51507
|
+
{
|
|
51508
|
+
"kind": "Reference",
|
|
51509
|
+
"text": "PBParticleSystem_Burst",
|
|
51510
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst:interface"
|
|
51511
|
+
},
|
|
51512
|
+
{
|
|
51513
|
+
"kind": "Content",
|
|
51514
|
+
"text": ", writer?: "
|
|
51515
|
+
},
|
|
51516
|
+
{
|
|
51517
|
+
"kind": "Reference",
|
|
51518
|
+
"text": "_m0.Writer",
|
|
51519
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51520
|
+
},
|
|
51521
|
+
{
|
|
51522
|
+
"kind": "Content",
|
|
51523
|
+
"text": "): "
|
|
51524
|
+
},
|
|
51525
|
+
{
|
|
51526
|
+
"kind": "Reference",
|
|
51527
|
+
"text": "_m0.Writer",
|
|
51528
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51529
|
+
},
|
|
51530
|
+
{
|
|
51531
|
+
"kind": "Content",
|
|
51532
|
+
"text": ";"
|
|
51533
|
+
}
|
|
51534
|
+
],
|
|
51535
|
+
"returnTypeTokenRange": {
|
|
51536
|
+
"startIndex": 5,
|
|
51537
|
+
"endIndex": 6
|
|
51538
|
+
},
|
|
51539
|
+
"releaseTag": "Public",
|
|
51540
|
+
"overloadIndex": 1,
|
|
51541
|
+
"parameters": [
|
|
51542
|
+
{
|
|
51543
|
+
"parameterName": "message",
|
|
51544
|
+
"parameterTypeTokenRange": {
|
|
51545
|
+
"startIndex": 1,
|
|
51546
|
+
"endIndex": 2
|
|
51547
|
+
},
|
|
51548
|
+
"isOptional": false
|
|
51549
|
+
},
|
|
51550
|
+
{
|
|
51551
|
+
"parameterName": "writer",
|
|
51552
|
+
"parameterTypeTokenRange": {
|
|
51553
|
+
"startIndex": 3,
|
|
51554
|
+
"endIndex": 4
|
|
51555
|
+
},
|
|
51556
|
+
"isOptional": true
|
|
51557
|
+
}
|
|
51558
|
+
],
|
|
51559
|
+
"name": "encode"
|
|
51560
|
+
}
|
|
51561
|
+
]
|
|
51562
|
+
},
|
|
51563
|
+
{
|
|
51564
|
+
"kind": "Interface",
|
|
51565
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone:interface",
|
|
51566
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51567
|
+
"excerptTokens": [
|
|
51568
|
+
{
|
|
51569
|
+
"kind": "Content",
|
|
51570
|
+
"text": "export interface PBParticleSystem_Cone "
|
|
51571
|
+
}
|
|
51572
|
+
],
|
|
51573
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51574
|
+
"releaseTag": "Public",
|
|
51575
|
+
"name": "PBParticleSystem_Cone",
|
|
51576
|
+
"preserveMemberOrder": false,
|
|
51577
|
+
"members": [
|
|
51578
|
+
{
|
|
51579
|
+
"kind": "PropertySignature",
|
|
51580
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone#angle:member",
|
|
51581
|
+
"docComment": "/**\n * default = 25. Half-angle of the cone in degrees.\n */\n",
|
|
51582
|
+
"excerptTokens": [
|
|
51583
|
+
{
|
|
51584
|
+
"kind": "Content",
|
|
51585
|
+
"text": "angle?: "
|
|
51586
|
+
},
|
|
51587
|
+
{
|
|
51588
|
+
"kind": "Content",
|
|
51589
|
+
"text": "number | undefined"
|
|
51590
|
+
},
|
|
51591
|
+
{
|
|
51592
|
+
"kind": "Content",
|
|
51593
|
+
"text": ";"
|
|
51594
|
+
}
|
|
51595
|
+
],
|
|
51596
|
+
"isReadonly": false,
|
|
51597
|
+
"isOptional": true,
|
|
51598
|
+
"releaseTag": "Public",
|
|
51599
|
+
"name": "angle",
|
|
51600
|
+
"propertyTypeTokenRange": {
|
|
51601
|
+
"startIndex": 1,
|
|
51602
|
+
"endIndex": 2
|
|
51603
|
+
}
|
|
51604
|
+
},
|
|
51605
|
+
{
|
|
51606
|
+
"kind": "PropertySignature",
|
|
51607
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone#radius:member",
|
|
51608
|
+
"docComment": "/**\n * default = 1. Base radius in meters.\n */\n",
|
|
51609
|
+
"excerptTokens": [
|
|
51610
|
+
{
|
|
51611
|
+
"kind": "Content",
|
|
51612
|
+
"text": "radius?: "
|
|
51613
|
+
},
|
|
51614
|
+
{
|
|
51615
|
+
"kind": "Content",
|
|
51616
|
+
"text": "number | undefined"
|
|
51617
|
+
},
|
|
51618
|
+
{
|
|
51619
|
+
"kind": "Content",
|
|
51620
|
+
"text": ";"
|
|
51621
|
+
}
|
|
51622
|
+
],
|
|
51623
|
+
"isReadonly": false,
|
|
51624
|
+
"isOptional": true,
|
|
51625
|
+
"releaseTag": "Public",
|
|
51626
|
+
"name": "radius",
|
|
51627
|
+
"propertyTypeTokenRange": {
|
|
51628
|
+
"startIndex": 1,
|
|
51629
|
+
"endIndex": 2
|
|
51630
|
+
}
|
|
51631
|
+
}
|
|
51632
|
+
],
|
|
51633
|
+
"extendsTokenRanges": []
|
|
51634
|
+
},
|
|
51635
|
+
{
|
|
51636
|
+
"kind": "Namespace",
|
|
51637
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone:namespace",
|
|
51638
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51639
|
+
"excerptTokens": [
|
|
51640
|
+
{
|
|
51641
|
+
"kind": "Content",
|
|
51642
|
+
"text": "export declare namespace PBParticleSystem_Cone "
|
|
51643
|
+
}
|
|
51644
|
+
],
|
|
51645
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51646
|
+
"releaseTag": "Public",
|
|
51647
|
+
"name": "PBParticleSystem_Cone",
|
|
51648
|
+
"preserveMemberOrder": false,
|
|
51649
|
+
"members": [
|
|
51650
|
+
{
|
|
51651
|
+
"kind": "Function",
|
|
51652
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone.decode:function(1)",
|
|
51653
|
+
"docComment": "",
|
|
51654
|
+
"excerptTokens": [
|
|
51655
|
+
{
|
|
51656
|
+
"kind": "Content",
|
|
51657
|
+
"text": "function decode(input: "
|
|
51658
|
+
},
|
|
51659
|
+
{
|
|
51660
|
+
"kind": "Reference",
|
|
51661
|
+
"text": "_m0.Reader",
|
|
51662
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
51663
|
+
},
|
|
51664
|
+
{
|
|
51665
|
+
"kind": "Content",
|
|
51666
|
+
"text": " | "
|
|
51667
|
+
},
|
|
51668
|
+
{
|
|
51669
|
+
"kind": "Reference",
|
|
51670
|
+
"text": "Uint8Array",
|
|
51671
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
51672
|
+
},
|
|
51673
|
+
{
|
|
51674
|
+
"kind": "Content",
|
|
51675
|
+
"text": ", length?: "
|
|
51676
|
+
},
|
|
51677
|
+
{
|
|
51678
|
+
"kind": "Content",
|
|
51679
|
+
"text": "number"
|
|
51680
|
+
},
|
|
51681
|
+
{
|
|
51682
|
+
"kind": "Content",
|
|
51683
|
+
"text": "): "
|
|
51684
|
+
},
|
|
51685
|
+
{
|
|
51686
|
+
"kind": "Reference",
|
|
51687
|
+
"text": "PBParticleSystem_Cone",
|
|
51688
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone:interface"
|
|
51689
|
+
},
|
|
51690
|
+
{
|
|
51691
|
+
"kind": "Content",
|
|
51692
|
+
"text": ";"
|
|
51693
|
+
}
|
|
51694
|
+
],
|
|
51695
|
+
"returnTypeTokenRange": {
|
|
51696
|
+
"startIndex": 7,
|
|
51697
|
+
"endIndex": 8
|
|
51698
|
+
},
|
|
51699
|
+
"releaseTag": "Public",
|
|
51700
|
+
"overloadIndex": 1,
|
|
51701
|
+
"parameters": [
|
|
51702
|
+
{
|
|
51703
|
+
"parameterName": "input",
|
|
51704
|
+
"parameterTypeTokenRange": {
|
|
51705
|
+
"startIndex": 1,
|
|
51706
|
+
"endIndex": 4
|
|
51707
|
+
},
|
|
51708
|
+
"isOptional": false
|
|
51709
|
+
},
|
|
51710
|
+
{
|
|
51711
|
+
"parameterName": "length",
|
|
51712
|
+
"parameterTypeTokenRange": {
|
|
51713
|
+
"startIndex": 5,
|
|
51714
|
+
"endIndex": 6
|
|
51715
|
+
},
|
|
51716
|
+
"isOptional": true
|
|
51717
|
+
}
|
|
51718
|
+
],
|
|
51719
|
+
"name": "decode"
|
|
51720
|
+
},
|
|
51721
|
+
{
|
|
51722
|
+
"kind": "Function",
|
|
51723
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone.encode:function(1)",
|
|
51724
|
+
"docComment": "",
|
|
51725
|
+
"excerptTokens": [
|
|
51726
|
+
{
|
|
51727
|
+
"kind": "Content",
|
|
51728
|
+
"text": "function encode(message: "
|
|
51729
|
+
},
|
|
51730
|
+
{
|
|
51731
|
+
"kind": "Reference",
|
|
51732
|
+
"text": "PBParticleSystem_Cone",
|
|
51733
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone:interface"
|
|
51734
|
+
},
|
|
51735
|
+
{
|
|
51736
|
+
"kind": "Content",
|
|
51737
|
+
"text": ", writer?: "
|
|
51738
|
+
},
|
|
51739
|
+
{
|
|
51740
|
+
"kind": "Reference",
|
|
51741
|
+
"text": "_m0.Writer",
|
|
51742
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51743
|
+
},
|
|
51744
|
+
{
|
|
51745
|
+
"kind": "Content",
|
|
51746
|
+
"text": "): "
|
|
51747
|
+
},
|
|
51748
|
+
{
|
|
51749
|
+
"kind": "Reference",
|
|
51750
|
+
"text": "_m0.Writer",
|
|
51751
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51752
|
+
},
|
|
51753
|
+
{
|
|
51754
|
+
"kind": "Content",
|
|
51755
|
+
"text": ";"
|
|
51756
|
+
}
|
|
51757
|
+
],
|
|
51758
|
+
"returnTypeTokenRange": {
|
|
51759
|
+
"startIndex": 5,
|
|
51760
|
+
"endIndex": 6
|
|
51761
|
+
},
|
|
51762
|
+
"releaseTag": "Public",
|
|
51763
|
+
"overloadIndex": 1,
|
|
51764
|
+
"parameters": [
|
|
51765
|
+
{
|
|
51766
|
+
"parameterName": "message",
|
|
51767
|
+
"parameterTypeTokenRange": {
|
|
51768
|
+
"startIndex": 1,
|
|
51769
|
+
"endIndex": 2
|
|
51770
|
+
},
|
|
51771
|
+
"isOptional": false
|
|
51772
|
+
},
|
|
51773
|
+
{
|
|
51774
|
+
"parameterName": "writer",
|
|
51775
|
+
"parameterTypeTokenRange": {
|
|
51776
|
+
"startIndex": 3,
|
|
51777
|
+
"endIndex": 4
|
|
51778
|
+
},
|
|
51779
|
+
"isOptional": true
|
|
51780
|
+
}
|
|
51781
|
+
],
|
|
51782
|
+
"name": "encode"
|
|
51783
|
+
}
|
|
51784
|
+
]
|
|
51785
|
+
},
|
|
51786
|
+
{
|
|
51787
|
+
"kind": "Interface",
|
|
51788
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity:interface",
|
|
51789
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51790
|
+
"excerptTokens": [
|
|
51791
|
+
{
|
|
51792
|
+
"kind": "Content",
|
|
51793
|
+
"text": "export interface PBParticleSystem_LimitVelocity "
|
|
51794
|
+
}
|
|
51795
|
+
],
|
|
51796
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51797
|
+
"releaseTag": "Public",
|
|
51798
|
+
"name": "PBParticleSystem_LimitVelocity",
|
|
51799
|
+
"preserveMemberOrder": false,
|
|
51800
|
+
"members": [
|
|
51801
|
+
{
|
|
51802
|
+
"kind": "PropertySignature",
|
|
51803
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity#dampen:member",
|
|
51804
|
+
"docComment": "/**\n * default = 1. Fraction (0–1) of excess velocity removed per frame. 1 = hard clamp.\n */\n",
|
|
51805
|
+
"excerptTokens": [
|
|
51806
|
+
{
|
|
51807
|
+
"kind": "Content",
|
|
51808
|
+
"text": "dampen?: "
|
|
51809
|
+
},
|
|
51810
|
+
{
|
|
51811
|
+
"kind": "Content",
|
|
51812
|
+
"text": "number | undefined"
|
|
51813
|
+
},
|
|
51814
|
+
{
|
|
51815
|
+
"kind": "Content",
|
|
51816
|
+
"text": ";"
|
|
51817
|
+
}
|
|
51818
|
+
],
|
|
51819
|
+
"isReadonly": false,
|
|
51820
|
+
"isOptional": true,
|
|
51821
|
+
"releaseTag": "Public",
|
|
51822
|
+
"name": "dampen",
|
|
51823
|
+
"propertyTypeTokenRange": {
|
|
51824
|
+
"startIndex": 1,
|
|
51825
|
+
"endIndex": 2
|
|
51826
|
+
}
|
|
51827
|
+
},
|
|
51828
|
+
{
|
|
51829
|
+
"kind": "PropertySignature",
|
|
51830
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity#speed:member",
|
|
51831
|
+
"docComment": "/**\n * Maximum particle speed (m/s).\n */\n",
|
|
51832
|
+
"excerptTokens": [
|
|
51833
|
+
{
|
|
51834
|
+
"kind": "Content",
|
|
51835
|
+
"text": "speed: "
|
|
51836
|
+
},
|
|
51837
|
+
{
|
|
51838
|
+
"kind": "Content",
|
|
51839
|
+
"text": "number"
|
|
51840
|
+
},
|
|
51841
|
+
{
|
|
51842
|
+
"kind": "Content",
|
|
51843
|
+
"text": ";"
|
|
51844
|
+
}
|
|
51845
|
+
],
|
|
51846
|
+
"isReadonly": false,
|
|
51847
|
+
"isOptional": false,
|
|
51848
|
+
"releaseTag": "Public",
|
|
51849
|
+
"name": "speed",
|
|
51850
|
+
"propertyTypeTokenRange": {
|
|
51851
|
+
"startIndex": 1,
|
|
51852
|
+
"endIndex": 2
|
|
51853
|
+
}
|
|
51854
|
+
}
|
|
51855
|
+
],
|
|
51856
|
+
"extendsTokenRanges": []
|
|
51857
|
+
},
|
|
51858
|
+
{
|
|
51859
|
+
"kind": "Namespace",
|
|
51860
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity:namespace",
|
|
51861
|
+
"docComment": "/**\n * @public\n */\n",
|
|
51862
|
+
"excerptTokens": [
|
|
51863
|
+
{
|
|
51864
|
+
"kind": "Content",
|
|
51865
|
+
"text": "export declare namespace PBParticleSystem_LimitVelocity "
|
|
51866
|
+
}
|
|
51867
|
+
],
|
|
51868
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
51869
|
+
"releaseTag": "Public",
|
|
51870
|
+
"name": "PBParticleSystem_LimitVelocity",
|
|
51871
|
+
"preserveMemberOrder": false,
|
|
51872
|
+
"members": [
|
|
51873
|
+
{
|
|
51874
|
+
"kind": "Function",
|
|
51875
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity.decode:function(1)",
|
|
51876
|
+
"docComment": "",
|
|
51877
|
+
"excerptTokens": [
|
|
51878
|
+
{
|
|
51879
|
+
"kind": "Content",
|
|
51880
|
+
"text": "function decode(input: "
|
|
51881
|
+
},
|
|
51882
|
+
{
|
|
51883
|
+
"kind": "Reference",
|
|
51884
|
+
"text": "_m0.Reader",
|
|
51885
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
51886
|
+
},
|
|
51887
|
+
{
|
|
51888
|
+
"kind": "Content",
|
|
51889
|
+
"text": " | "
|
|
51890
|
+
},
|
|
51891
|
+
{
|
|
51892
|
+
"kind": "Reference",
|
|
51893
|
+
"text": "Uint8Array",
|
|
51894
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
51895
|
+
},
|
|
51896
|
+
{
|
|
51897
|
+
"kind": "Content",
|
|
51898
|
+
"text": ", length?: "
|
|
51899
|
+
},
|
|
51900
|
+
{
|
|
51901
|
+
"kind": "Content",
|
|
51902
|
+
"text": "number"
|
|
51903
|
+
},
|
|
51904
|
+
{
|
|
51905
|
+
"kind": "Content",
|
|
51906
|
+
"text": "): "
|
|
51907
|
+
},
|
|
51908
|
+
{
|
|
51909
|
+
"kind": "Reference",
|
|
51910
|
+
"text": "PBParticleSystem_LimitVelocity",
|
|
51911
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity:interface"
|
|
51912
|
+
},
|
|
51913
|
+
{
|
|
51914
|
+
"kind": "Content",
|
|
51915
|
+
"text": ";"
|
|
51916
|
+
}
|
|
51917
|
+
],
|
|
51918
|
+
"returnTypeTokenRange": {
|
|
51919
|
+
"startIndex": 7,
|
|
51920
|
+
"endIndex": 8
|
|
51921
|
+
},
|
|
51922
|
+
"releaseTag": "Public",
|
|
51923
|
+
"overloadIndex": 1,
|
|
51924
|
+
"parameters": [
|
|
51925
|
+
{
|
|
51926
|
+
"parameterName": "input",
|
|
51927
|
+
"parameterTypeTokenRange": {
|
|
51928
|
+
"startIndex": 1,
|
|
51929
|
+
"endIndex": 4
|
|
51930
|
+
},
|
|
51931
|
+
"isOptional": false
|
|
51932
|
+
},
|
|
51933
|
+
{
|
|
51934
|
+
"parameterName": "length",
|
|
51935
|
+
"parameterTypeTokenRange": {
|
|
51936
|
+
"startIndex": 5,
|
|
51937
|
+
"endIndex": 6
|
|
51938
|
+
},
|
|
51939
|
+
"isOptional": true
|
|
51940
|
+
}
|
|
51941
|
+
],
|
|
51942
|
+
"name": "decode"
|
|
51943
|
+
},
|
|
51944
|
+
{
|
|
51945
|
+
"kind": "Function",
|
|
51946
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity.encode:function(1)",
|
|
51947
|
+
"docComment": "",
|
|
51948
|
+
"excerptTokens": [
|
|
51949
|
+
{
|
|
51950
|
+
"kind": "Content",
|
|
51951
|
+
"text": "function encode(message: "
|
|
51952
|
+
},
|
|
51953
|
+
{
|
|
51954
|
+
"kind": "Reference",
|
|
51955
|
+
"text": "PBParticleSystem_LimitVelocity",
|
|
51956
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity:interface"
|
|
51957
|
+
},
|
|
51958
|
+
{
|
|
51959
|
+
"kind": "Content",
|
|
51960
|
+
"text": ", writer?: "
|
|
51961
|
+
},
|
|
51962
|
+
{
|
|
51963
|
+
"kind": "Reference",
|
|
51964
|
+
"text": "_m0.Writer",
|
|
51965
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51966
|
+
},
|
|
51967
|
+
{
|
|
51968
|
+
"kind": "Content",
|
|
51969
|
+
"text": "): "
|
|
51970
|
+
},
|
|
51971
|
+
{
|
|
51972
|
+
"kind": "Reference",
|
|
51973
|
+
"text": "_m0.Writer",
|
|
51974
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
51975
|
+
},
|
|
51976
|
+
{
|
|
51977
|
+
"kind": "Content",
|
|
51978
|
+
"text": ";"
|
|
51979
|
+
}
|
|
51980
|
+
],
|
|
51981
|
+
"returnTypeTokenRange": {
|
|
51982
|
+
"startIndex": 5,
|
|
51983
|
+
"endIndex": 6
|
|
51984
|
+
},
|
|
51985
|
+
"releaseTag": "Public",
|
|
51986
|
+
"overloadIndex": 1,
|
|
51987
|
+
"parameters": [
|
|
51988
|
+
{
|
|
51989
|
+
"parameterName": "message",
|
|
51990
|
+
"parameterTypeTokenRange": {
|
|
51991
|
+
"startIndex": 1,
|
|
51992
|
+
"endIndex": 2
|
|
51993
|
+
},
|
|
51994
|
+
"isOptional": false
|
|
51995
|
+
},
|
|
51996
|
+
{
|
|
51997
|
+
"parameterName": "writer",
|
|
51998
|
+
"parameterTypeTokenRange": {
|
|
51999
|
+
"startIndex": 3,
|
|
52000
|
+
"endIndex": 4
|
|
52001
|
+
},
|
|
52002
|
+
"isOptional": true
|
|
52003
|
+
}
|
|
52004
|
+
],
|
|
52005
|
+
"name": "encode"
|
|
52006
|
+
}
|
|
52007
|
+
]
|
|
52008
|
+
},
|
|
52009
|
+
{
|
|
52010
|
+
"kind": "Enum",
|
|
52011
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_PlaybackState:enum",
|
|
52012
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52013
|
+
"excerptTokens": [
|
|
52014
|
+
{
|
|
52015
|
+
"kind": "Content",
|
|
52016
|
+
"text": "export declare const enum PBParticleSystem_PlaybackState "
|
|
52017
|
+
}
|
|
52018
|
+
],
|
|
52019
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52020
|
+
"releaseTag": "Public",
|
|
52021
|
+
"name": "PBParticleSystem_PlaybackState",
|
|
52022
|
+
"preserveMemberOrder": false,
|
|
52023
|
+
"members": [
|
|
52024
|
+
{
|
|
52025
|
+
"kind": "EnumMember",
|
|
52026
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_PlaybackState.PS_PAUSED:member",
|
|
52027
|
+
"docComment": "/**\n * PS_PAUSED - Simulation is frozen; no new particles are emitted.\n */\n",
|
|
52028
|
+
"excerptTokens": [
|
|
52029
|
+
{
|
|
52030
|
+
"kind": "Content",
|
|
52031
|
+
"text": "PS_PAUSED = "
|
|
52032
|
+
},
|
|
52033
|
+
{
|
|
52034
|
+
"kind": "Content",
|
|
52035
|
+
"text": "1"
|
|
52036
|
+
}
|
|
52037
|
+
],
|
|
52038
|
+
"initializerTokenRange": {
|
|
52039
|
+
"startIndex": 1,
|
|
52040
|
+
"endIndex": 2
|
|
52041
|
+
},
|
|
52042
|
+
"releaseTag": "Public",
|
|
52043
|
+
"name": "PS_PAUSED"
|
|
52044
|
+
},
|
|
52045
|
+
{
|
|
52046
|
+
"kind": "EnumMember",
|
|
52047
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_PlaybackState.PS_PLAYING:member",
|
|
52048
|
+
"docComment": "/**\n * PS_PLAYING - Particle system is emitting and simulating.\n */\n",
|
|
52049
|
+
"excerptTokens": [
|
|
52050
|
+
{
|
|
52051
|
+
"kind": "Content",
|
|
52052
|
+
"text": "PS_PLAYING = "
|
|
52053
|
+
},
|
|
52054
|
+
{
|
|
52055
|
+
"kind": "Content",
|
|
52056
|
+
"text": "0"
|
|
52057
|
+
}
|
|
52058
|
+
],
|
|
52059
|
+
"initializerTokenRange": {
|
|
52060
|
+
"startIndex": 1,
|
|
52061
|
+
"endIndex": 2
|
|
52062
|
+
},
|
|
52063
|
+
"releaseTag": "Public",
|
|
52064
|
+
"name": "PS_PLAYING"
|
|
52065
|
+
},
|
|
52066
|
+
{
|
|
52067
|
+
"kind": "EnumMember",
|
|
52068
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_PlaybackState.PS_STOPPED:member",
|
|
52069
|
+
"docComment": "/**\n * PS_STOPPED - Simulation stopped and existing particles cleared.\n */\n",
|
|
52070
|
+
"excerptTokens": [
|
|
52071
|
+
{
|
|
52072
|
+
"kind": "Content",
|
|
52073
|
+
"text": "PS_STOPPED = "
|
|
52074
|
+
},
|
|
52075
|
+
{
|
|
52076
|
+
"kind": "Content",
|
|
52077
|
+
"text": "2"
|
|
52078
|
+
}
|
|
52079
|
+
],
|
|
52080
|
+
"initializerTokenRange": {
|
|
52081
|
+
"startIndex": 1,
|
|
52082
|
+
"endIndex": 2
|
|
52083
|
+
},
|
|
52084
|
+
"releaseTag": "Public",
|
|
52085
|
+
"name": "PS_STOPPED"
|
|
52086
|
+
}
|
|
52087
|
+
]
|
|
52088
|
+
},
|
|
52089
|
+
{
|
|
52090
|
+
"kind": "Interface",
|
|
52091
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point:interface",
|
|
52092
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52093
|
+
"excerptTokens": [
|
|
52094
|
+
{
|
|
52095
|
+
"kind": "Content",
|
|
52096
|
+
"text": "export interface PBParticleSystem_Point "
|
|
52097
|
+
}
|
|
52098
|
+
],
|
|
52099
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52100
|
+
"releaseTag": "Public",
|
|
52101
|
+
"name": "PBParticleSystem_Point",
|
|
52102
|
+
"preserveMemberOrder": false,
|
|
52103
|
+
"members": [],
|
|
52104
|
+
"extendsTokenRanges": []
|
|
52105
|
+
},
|
|
52106
|
+
{
|
|
52107
|
+
"kind": "Namespace",
|
|
52108
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point:namespace",
|
|
52109
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52110
|
+
"excerptTokens": [
|
|
52111
|
+
{
|
|
52112
|
+
"kind": "Content",
|
|
52113
|
+
"text": "export declare namespace PBParticleSystem_Point "
|
|
52114
|
+
}
|
|
52115
|
+
],
|
|
52116
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52117
|
+
"releaseTag": "Public",
|
|
52118
|
+
"name": "PBParticleSystem_Point",
|
|
52119
|
+
"preserveMemberOrder": false,
|
|
52120
|
+
"members": [
|
|
52121
|
+
{
|
|
52122
|
+
"kind": "Function",
|
|
52123
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point.decode:function(1)",
|
|
52124
|
+
"docComment": "",
|
|
52125
|
+
"excerptTokens": [
|
|
52126
|
+
{
|
|
52127
|
+
"kind": "Content",
|
|
52128
|
+
"text": "function decode(input: "
|
|
52129
|
+
},
|
|
52130
|
+
{
|
|
52131
|
+
"kind": "Reference",
|
|
52132
|
+
"text": "_m0.Reader",
|
|
52133
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
52134
|
+
},
|
|
52135
|
+
{
|
|
52136
|
+
"kind": "Content",
|
|
52137
|
+
"text": " | "
|
|
52138
|
+
},
|
|
52139
|
+
{
|
|
52140
|
+
"kind": "Reference",
|
|
52141
|
+
"text": "Uint8Array",
|
|
52142
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
52143
|
+
},
|
|
52144
|
+
{
|
|
52145
|
+
"kind": "Content",
|
|
52146
|
+
"text": ", length?: "
|
|
52147
|
+
},
|
|
52148
|
+
{
|
|
52149
|
+
"kind": "Content",
|
|
52150
|
+
"text": "number"
|
|
52151
|
+
},
|
|
52152
|
+
{
|
|
52153
|
+
"kind": "Content",
|
|
52154
|
+
"text": "): "
|
|
52155
|
+
},
|
|
52156
|
+
{
|
|
52157
|
+
"kind": "Reference",
|
|
52158
|
+
"text": "PBParticleSystem_Point",
|
|
52159
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point:interface"
|
|
52160
|
+
},
|
|
52161
|
+
{
|
|
52162
|
+
"kind": "Content",
|
|
52163
|
+
"text": ";"
|
|
52164
|
+
}
|
|
52165
|
+
],
|
|
52166
|
+
"returnTypeTokenRange": {
|
|
52167
|
+
"startIndex": 7,
|
|
52168
|
+
"endIndex": 8
|
|
52169
|
+
},
|
|
52170
|
+
"releaseTag": "Public",
|
|
52171
|
+
"overloadIndex": 1,
|
|
52172
|
+
"parameters": [
|
|
52173
|
+
{
|
|
52174
|
+
"parameterName": "input",
|
|
52175
|
+
"parameterTypeTokenRange": {
|
|
52176
|
+
"startIndex": 1,
|
|
52177
|
+
"endIndex": 4
|
|
52178
|
+
},
|
|
52179
|
+
"isOptional": false
|
|
52180
|
+
},
|
|
52181
|
+
{
|
|
52182
|
+
"parameterName": "length",
|
|
52183
|
+
"parameterTypeTokenRange": {
|
|
52184
|
+
"startIndex": 5,
|
|
52185
|
+
"endIndex": 6
|
|
52186
|
+
},
|
|
52187
|
+
"isOptional": true
|
|
52188
|
+
}
|
|
52189
|
+
],
|
|
52190
|
+
"name": "decode"
|
|
52191
|
+
},
|
|
52192
|
+
{
|
|
52193
|
+
"kind": "Function",
|
|
52194
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point.encode:function(1)",
|
|
52195
|
+
"docComment": "",
|
|
52196
|
+
"excerptTokens": [
|
|
52197
|
+
{
|
|
52198
|
+
"kind": "Content",
|
|
52199
|
+
"text": "function encode(_: "
|
|
52200
|
+
},
|
|
52201
|
+
{
|
|
52202
|
+
"kind": "Reference",
|
|
52203
|
+
"text": "PBParticleSystem_Point",
|
|
52204
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point:interface"
|
|
52205
|
+
},
|
|
52206
|
+
{
|
|
52207
|
+
"kind": "Content",
|
|
52208
|
+
"text": ", writer?: "
|
|
52209
|
+
},
|
|
52210
|
+
{
|
|
52211
|
+
"kind": "Reference",
|
|
52212
|
+
"text": "_m0.Writer",
|
|
52213
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
52214
|
+
},
|
|
52215
|
+
{
|
|
52216
|
+
"kind": "Content",
|
|
52217
|
+
"text": "): "
|
|
52218
|
+
},
|
|
52219
|
+
{
|
|
52220
|
+
"kind": "Reference",
|
|
52221
|
+
"text": "_m0.Writer",
|
|
52222
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
52223
|
+
},
|
|
52224
|
+
{
|
|
52225
|
+
"kind": "Content",
|
|
52226
|
+
"text": ";"
|
|
52227
|
+
}
|
|
52228
|
+
],
|
|
52229
|
+
"returnTypeTokenRange": {
|
|
52230
|
+
"startIndex": 5,
|
|
52231
|
+
"endIndex": 6
|
|
52232
|
+
},
|
|
52233
|
+
"releaseTag": "Public",
|
|
52234
|
+
"overloadIndex": 1,
|
|
52235
|
+
"parameters": [
|
|
52236
|
+
{
|
|
52237
|
+
"parameterName": "_",
|
|
52238
|
+
"parameterTypeTokenRange": {
|
|
52239
|
+
"startIndex": 1,
|
|
52240
|
+
"endIndex": 2
|
|
52241
|
+
},
|
|
52242
|
+
"isOptional": false
|
|
52243
|
+
},
|
|
52244
|
+
{
|
|
52245
|
+
"parameterName": "writer",
|
|
52246
|
+
"parameterTypeTokenRange": {
|
|
52247
|
+
"startIndex": 3,
|
|
52248
|
+
"endIndex": 4
|
|
52249
|
+
},
|
|
52250
|
+
"isOptional": true
|
|
52251
|
+
}
|
|
52252
|
+
],
|
|
52253
|
+
"name": "encode"
|
|
52254
|
+
}
|
|
52255
|
+
]
|
|
52256
|
+
},
|
|
52257
|
+
{
|
|
52258
|
+
"kind": "Enum",
|
|
52259
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SimulationSpace:enum",
|
|
52260
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52261
|
+
"excerptTokens": [
|
|
52262
|
+
{
|
|
52263
|
+
"kind": "Content",
|
|
52264
|
+
"text": "export declare const enum PBParticleSystem_SimulationSpace "
|
|
52265
|
+
}
|
|
52266
|
+
],
|
|
52267
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52268
|
+
"releaseTag": "Public",
|
|
52269
|
+
"name": "PBParticleSystem_SimulationSpace",
|
|
52270
|
+
"preserveMemberOrder": false,
|
|
52271
|
+
"members": [
|
|
52272
|
+
{
|
|
52273
|
+
"kind": "EnumMember",
|
|
52274
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SimulationSpace.PSS_LOCAL:member",
|
|
52275
|
+
"docComment": "/**\n * PSS_LOCAL - Particles move with the entity transform.\n */\n",
|
|
52276
|
+
"excerptTokens": [
|
|
52277
|
+
{
|
|
52278
|
+
"kind": "Content",
|
|
52279
|
+
"text": "PSS_LOCAL = "
|
|
52280
|
+
},
|
|
52281
|
+
{
|
|
52282
|
+
"kind": "Content",
|
|
52283
|
+
"text": "0"
|
|
52284
|
+
}
|
|
52285
|
+
],
|
|
52286
|
+
"initializerTokenRange": {
|
|
52287
|
+
"startIndex": 1,
|
|
52288
|
+
"endIndex": 2
|
|
52289
|
+
},
|
|
52290
|
+
"releaseTag": "Public",
|
|
52291
|
+
"name": "PSS_LOCAL"
|
|
52292
|
+
},
|
|
52293
|
+
{
|
|
52294
|
+
"kind": "EnumMember",
|
|
52295
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SimulationSpace.PSS_WORLD:member",
|
|
52296
|
+
"docComment": "/**\n * PSS_WORLD - Particles stay in world position after emission.\n */\n",
|
|
52297
|
+
"excerptTokens": [
|
|
52298
|
+
{
|
|
52299
|
+
"kind": "Content",
|
|
52300
|
+
"text": "PSS_WORLD = "
|
|
52301
|
+
},
|
|
52302
|
+
{
|
|
52303
|
+
"kind": "Content",
|
|
52304
|
+
"text": "1"
|
|
52305
|
+
}
|
|
52306
|
+
],
|
|
52307
|
+
"initializerTokenRange": {
|
|
52308
|
+
"startIndex": 1,
|
|
52309
|
+
"endIndex": 2
|
|
52310
|
+
},
|
|
52311
|
+
"releaseTag": "Public",
|
|
52312
|
+
"name": "PSS_WORLD"
|
|
52313
|
+
}
|
|
52314
|
+
]
|
|
52315
|
+
},
|
|
52316
|
+
{
|
|
52317
|
+
"kind": "Interface",
|
|
52318
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere:interface",
|
|
52319
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52320
|
+
"excerptTokens": [
|
|
52321
|
+
{
|
|
52322
|
+
"kind": "Content",
|
|
52323
|
+
"text": "export interface PBParticleSystem_Sphere "
|
|
52324
|
+
}
|
|
52325
|
+
],
|
|
52326
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52327
|
+
"releaseTag": "Public",
|
|
52328
|
+
"name": "PBParticleSystem_Sphere",
|
|
52329
|
+
"preserveMemberOrder": false,
|
|
52330
|
+
"members": [
|
|
52331
|
+
{
|
|
52332
|
+
"kind": "PropertySignature",
|
|
52333
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere#radius:member",
|
|
52334
|
+
"docComment": "/**\n * default = 1\n */\n",
|
|
52335
|
+
"excerptTokens": [
|
|
52336
|
+
{
|
|
52337
|
+
"kind": "Content",
|
|
52338
|
+
"text": "radius?: "
|
|
52339
|
+
},
|
|
52340
|
+
{
|
|
52341
|
+
"kind": "Content",
|
|
52342
|
+
"text": "number | undefined"
|
|
52343
|
+
},
|
|
52344
|
+
{
|
|
52345
|
+
"kind": "Content",
|
|
52346
|
+
"text": ";"
|
|
52347
|
+
}
|
|
52348
|
+
],
|
|
52349
|
+
"isReadonly": false,
|
|
52350
|
+
"isOptional": true,
|
|
52351
|
+
"releaseTag": "Public",
|
|
52352
|
+
"name": "radius",
|
|
52353
|
+
"propertyTypeTokenRange": {
|
|
52354
|
+
"startIndex": 1,
|
|
52355
|
+
"endIndex": 2
|
|
52356
|
+
}
|
|
52357
|
+
}
|
|
52358
|
+
],
|
|
52359
|
+
"extendsTokenRanges": []
|
|
52360
|
+
},
|
|
52361
|
+
{
|
|
52362
|
+
"kind": "Namespace",
|
|
52363
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere:namespace",
|
|
52364
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52365
|
+
"excerptTokens": [
|
|
52366
|
+
{
|
|
52367
|
+
"kind": "Content",
|
|
52368
|
+
"text": "export declare namespace PBParticleSystem_Sphere "
|
|
52369
|
+
}
|
|
52370
|
+
],
|
|
52371
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52372
|
+
"releaseTag": "Public",
|
|
52373
|
+
"name": "PBParticleSystem_Sphere",
|
|
52374
|
+
"preserveMemberOrder": false,
|
|
52375
|
+
"members": [
|
|
52376
|
+
{
|
|
52377
|
+
"kind": "Function",
|
|
52378
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere.decode:function(1)",
|
|
52379
|
+
"docComment": "",
|
|
52380
|
+
"excerptTokens": [
|
|
52381
|
+
{
|
|
52382
|
+
"kind": "Content",
|
|
52383
|
+
"text": "function decode(input: "
|
|
52384
|
+
},
|
|
52385
|
+
{
|
|
52386
|
+
"kind": "Reference",
|
|
52387
|
+
"text": "_m0.Reader",
|
|
52388
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
52389
|
+
},
|
|
52390
|
+
{
|
|
52391
|
+
"kind": "Content",
|
|
52392
|
+
"text": " | "
|
|
52393
|
+
},
|
|
52394
|
+
{
|
|
52395
|
+
"kind": "Reference",
|
|
52396
|
+
"text": "Uint8Array",
|
|
52397
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
52398
|
+
},
|
|
52399
|
+
{
|
|
52400
|
+
"kind": "Content",
|
|
52401
|
+
"text": ", length?: "
|
|
52402
|
+
},
|
|
52403
|
+
{
|
|
52404
|
+
"kind": "Content",
|
|
52405
|
+
"text": "number"
|
|
52406
|
+
},
|
|
52407
|
+
{
|
|
52408
|
+
"kind": "Content",
|
|
52409
|
+
"text": "): "
|
|
52410
|
+
},
|
|
52411
|
+
{
|
|
52412
|
+
"kind": "Reference",
|
|
52413
|
+
"text": "PBParticleSystem_Sphere",
|
|
52414
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere:interface"
|
|
52415
|
+
},
|
|
52416
|
+
{
|
|
52417
|
+
"kind": "Content",
|
|
52418
|
+
"text": ";"
|
|
52419
|
+
}
|
|
52420
|
+
],
|
|
52421
|
+
"returnTypeTokenRange": {
|
|
52422
|
+
"startIndex": 7,
|
|
52423
|
+
"endIndex": 8
|
|
52424
|
+
},
|
|
52425
|
+
"releaseTag": "Public",
|
|
52426
|
+
"overloadIndex": 1,
|
|
52427
|
+
"parameters": [
|
|
52428
|
+
{
|
|
52429
|
+
"parameterName": "input",
|
|
52430
|
+
"parameterTypeTokenRange": {
|
|
52431
|
+
"startIndex": 1,
|
|
52432
|
+
"endIndex": 4
|
|
52433
|
+
},
|
|
52434
|
+
"isOptional": false
|
|
52435
|
+
},
|
|
52436
|
+
{
|
|
52437
|
+
"parameterName": "length",
|
|
52438
|
+
"parameterTypeTokenRange": {
|
|
52439
|
+
"startIndex": 5,
|
|
52440
|
+
"endIndex": 6
|
|
52441
|
+
},
|
|
52442
|
+
"isOptional": true
|
|
52443
|
+
}
|
|
52444
|
+
],
|
|
52445
|
+
"name": "decode"
|
|
52446
|
+
},
|
|
52447
|
+
{
|
|
52448
|
+
"kind": "Function",
|
|
52449
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere.encode:function(1)",
|
|
52450
|
+
"docComment": "",
|
|
52451
|
+
"excerptTokens": [
|
|
52452
|
+
{
|
|
52453
|
+
"kind": "Content",
|
|
52454
|
+
"text": "function encode(message: "
|
|
52455
|
+
},
|
|
52456
|
+
{
|
|
52457
|
+
"kind": "Reference",
|
|
52458
|
+
"text": "PBParticleSystem_Sphere",
|
|
52459
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere:interface"
|
|
52460
|
+
},
|
|
52461
|
+
{
|
|
52462
|
+
"kind": "Content",
|
|
52463
|
+
"text": ", writer?: "
|
|
52464
|
+
},
|
|
52465
|
+
{
|
|
52466
|
+
"kind": "Reference",
|
|
52467
|
+
"text": "_m0.Writer",
|
|
52468
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
52469
|
+
},
|
|
52470
|
+
{
|
|
52471
|
+
"kind": "Content",
|
|
52472
|
+
"text": "): "
|
|
52473
|
+
},
|
|
52474
|
+
{
|
|
52475
|
+
"kind": "Reference",
|
|
52476
|
+
"text": "_m0.Writer",
|
|
52477
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
52478
|
+
},
|
|
52479
|
+
{
|
|
52480
|
+
"kind": "Content",
|
|
52481
|
+
"text": ";"
|
|
52482
|
+
}
|
|
52483
|
+
],
|
|
52484
|
+
"returnTypeTokenRange": {
|
|
52485
|
+
"startIndex": 5,
|
|
52486
|
+
"endIndex": 6
|
|
52487
|
+
},
|
|
52488
|
+
"releaseTag": "Public",
|
|
52489
|
+
"overloadIndex": 1,
|
|
52490
|
+
"parameters": [
|
|
52491
|
+
{
|
|
52492
|
+
"parameterName": "message",
|
|
52493
|
+
"parameterTypeTokenRange": {
|
|
52494
|
+
"startIndex": 1,
|
|
52495
|
+
"endIndex": 2
|
|
52496
|
+
},
|
|
52497
|
+
"isOptional": false
|
|
52498
|
+
},
|
|
52499
|
+
{
|
|
52500
|
+
"parameterName": "writer",
|
|
52501
|
+
"parameterTypeTokenRange": {
|
|
52502
|
+
"startIndex": 3,
|
|
52503
|
+
"endIndex": 4
|
|
52504
|
+
},
|
|
52505
|
+
"isOptional": true
|
|
52506
|
+
}
|
|
52507
|
+
],
|
|
52508
|
+
"name": "encode"
|
|
52509
|
+
}
|
|
52510
|
+
]
|
|
52511
|
+
},
|
|
52512
|
+
{
|
|
52513
|
+
"kind": "Interface",
|
|
52514
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation:interface",
|
|
52515
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52516
|
+
"excerptTokens": [
|
|
52517
|
+
{
|
|
52518
|
+
"kind": "Content",
|
|
52519
|
+
"text": "export interface PBParticleSystem_SpriteSheetAnimation "
|
|
52520
|
+
}
|
|
52521
|
+
],
|
|
52522
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52523
|
+
"releaseTag": "Public",
|
|
52524
|
+
"name": "PBParticleSystem_SpriteSheetAnimation",
|
|
52525
|
+
"preserveMemberOrder": false,
|
|
52526
|
+
"members": [
|
|
52527
|
+
{
|
|
52528
|
+
"kind": "PropertySignature",
|
|
52529
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation#framesPerSecond:member",
|
|
52530
|
+
"docComment": "/**\n * default = 30. Playback speed in frames per second.\n */\n",
|
|
52531
|
+
"excerptTokens": [
|
|
52532
|
+
{
|
|
52533
|
+
"kind": "Content",
|
|
52534
|
+
"text": "framesPerSecond?: "
|
|
52535
|
+
},
|
|
52536
|
+
{
|
|
52537
|
+
"kind": "Content",
|
|
52538
|
+
"text": "number | undefined"
|
|
52539
|
+
},
|
|
52540
|
+
{
|
|
52541
|
+
"kind": "Content",
|
|
52542
|
+
"text": ";"
|
|
52543
|
+
}
|
|
52544
|
+
],
|
|
52545
|
+
"isReadonly": false,
|
|
52546
|
+
"isOptional": true,
|
|
52547
|
+
"releaseTag": "Public",
|
|
52548
|
+
"name": "framesPerSecond",
|
|
52549
|
+
"propertyTypeTokenRange": {
|
|
52550
|
+
"startIndex": 1,
|
|
52551
|
+
"endIndex": 2
|
|
52552
|
+
}
|
|
52553
|
+
},
|
|
52554
|
+
{
|
|
52555
|
+
"kind": "PropertySignature",
|
|
52556
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation#tilesX:member",
|
|
52557
|
+
"docComment": "/**\n * Number of columns in the sprite sheet.\n */\n",
|
|
52558
|
+
"excerptTokens": [
|
|
52559
|
+
{
|
|
52560
|
+
"kind": "Content",
|
|
52561
|
+
"text": "tilesX: "
|
|
52562
|
+
},
|
|
52563
|
+
{
|
|
52564
|
+
"kind": "Content",
|
|
52565
|
+
"text": "number"
|
|
52566
|
+
},
|
|
52567
|
+
{
|
|
52568
|
+
"kind": "Content",
|
|
52569
|
+
"text": ";"
|
|
52570
|
+
}
|
|
52571
|
+
],
|
|
52572
|
+
"isReadonly": false,
|
|
52573
|
+
"isOptional": false,
|
|
52574
|
+
"releaseTag": "Public",
|
|
52575
|
+
"name": "tilesX",
|
|
52576
|
+
"propertyTypeTokenRange": {
|
|
52577
|
+
"startIndex": 1,
|
|
52578
|
+
"endIndex": 2
|
|
52579
|
+
}
|
|
52580
|
+
},
|
|
52581
|
+
{
|
|
52582
|
+
"kind": "PropertySignature",
|
|
52583
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation#tilesY:member",
|
|
52584
|
+
"docComment": "/**\n * Number of rows in the sprite sheet.\n */\n",
|
|
52585
|
+
"excerptTokens": [
|
|
52586
|
+
{
|
|
52587
|
+
"kind": "Content",
|
|
52588
|
+
"text": "tilesY: "
|
|
52589
|
+
},
|
|
52590
|
+
{
|
|
52591
|
+
"kind": "Content",
|
|
52592
|
+
"text": "number"
|
|
52593
|
+
},
|
|
52594
|
+
{
|
|
52595
|
+
"kind": "Content",
|
|
52596
|
+
"text": ";"
|
|
52597
|
+
}
|
|
52598
|
+
],
|
|
52599
|
+
"isReadonly": false,
|
|
52600
|
+
"isOptional": false,
|
|
52601
|
+
"releaseTag": "Public",
|
|
52602
|
+
"name": "tilesY",
|
|
52603
|
+
"propertyTypeTokenRange": {
|
|
52604
|
+
"startIndex": 1,
|
|
52605
|
+
"endIndex": 2
|
|
52606
|
+
}
|
|
52607
|
+
}
|
|
52608
|
+
],
|
|
52609
|
+
"extendsTokenRanges": []
|
|
52610
|
+
},
|
|
52611
|
+
{
|
|
52612
|
+
"kind": "Namespace",
|
|
52613
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation:namespace",
|
|
52614
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52615
|
+
"excerptTokens": [
|
|
52616
|
+
{
|
|
52617
|
+
"kind": "Content",
|
|
52618
|
+
"text": "export declare namespace PBParticleSystem_SpriteSheetAnimation "
|
|
52619
|
+
}
|
|
52620
|
+
],
|
|
52621
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52622
|
+
"releaseTag": "Public",
|
|
52623
|
+
"name": "PBParticleSystem_SpriteSheetAnimation",
|
|
52624
|
+
"preserveMemberOrder": false,
|
|
52625
|
+
"members": [
|
|
52626
|
+
{
|
|
52627
|
+
"kind": "Function",
|
|
52628
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation.decode:function(1)",
|
|
52629
|
+
"docComment": "",
|
|
52630
|
+
"excerptTokens": [
|
|
52631
|
+
{
|
|
52632
|
+
"kind": "Content",
|
|
52633
|
+
"text": "function decode(input: "
|
|
52634
|
+
},
|
|
52635
|
+
{
|
|
52636
|
+
"kind": "Reference",
|
|
52637
|
+
"text": "_m0.Reader",
|
|
52638
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
52639
|
+
},
|
|
52640
|
+
{
|
|
52641
|
+
"kind": "Content",
|
|
52642
|
+
"text": " | "
|
|
52643
|
+
},
|
|
52644
|
+
{
|
|
52645
|
+
"kind": "Reference",
|
|
52646
|
+
"text": "Uint8Array",
|
|
52647
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
52648
|
+
},
|
|
52649
|
+
{
|
|
52650
|
+
"kind": "Content",
|
|
52651
|
+
"text": ", length?: "
|
|
52652
|
+
},
|
|
52653
|
+
{
|
|
52654
|
+
"kind": "Content",
|
|
52655
|
+
"text": "number"
|
|
52656
|
+
},
|
|
52657
|
+
{
|
|
52658
|
+
"kind": "Content",
|
|
52659
|
+
"text": "): "
|
|
52660
|
+
},
|
|
52661
|
+
{
|
|
52662
|
+
"kind": "Reference",
|
|
52663
|
+
"text": "PBParticleSystem_SpriteSheetAnimation",
|
|
52664
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation:interface"
|
|
52665
|
+
},
|
|
52666
|
+
{
|
|
52667
|
+
"kind": "Content",
|
|
52668
|
+
"text": ";"
|
|
52669
|
+
}
|
|
52670
|
+
],
|
|
52671
|
+
"returnTypeTokenRange": {
|
|
52672
|
+
"startIndex": 7,
|
|
52673
|
+
"endIndex": 8
|
|
52674
|
+
},
|
|
52675
|
+
"releaseTag": "Public",
|
|
52676
|
+
"overloadIndex": 1,
|
|
52677
|
+
"parameters": [
|
|
52678
|
+
{
|
|
52679
|
+
"parameterName": "input",
|
|
52680
|
+
"parameterTypeTokenRange": {
|
|
52681
|
+
"startIndex": 1,
|
|
52682
|
+
"endIndex": 4
|
|
52683
|
+
},
|
|
52684
|
+
"isOptional": false
|
|
52685
|
+
},
|
|
52686
|
+
{
|
|
52687
|
+
"parameterName": "length",
|
|
52688
|
+
"parameterTypeTokenRange": {
|
|
52689
|
+
"startIndex": 5,
|
|
52690
|
+
"endIndex": 6
|
|
52691
|
+
},
|
|
52692
|
+
"isOptional": true
|
|
52693
|
+
}
|
|
52694
|
+
],
|
|
52695
|
+
"name": "decode"
|
|
52696
|
+
},
|
|
52697
|
+
{
|
|
52698
|
+
"kind": "Function",
|
|
52699
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation.encode:function(1)",
|
|
52700
|
+
"docComment": "",
|
|
52701
|
+
"excerptTokens": [
|
|
52702
|
+
{
|
|
52703
|
+
"kind": "Content",
|
|
52704
|
+
"text": "function encode(message: "
|
|
52705
|
+
},
|
|
52706
|
+
{
|
|
52707
|
+
"kind": "Reference",
|
|
52708
|
+
"text": "PBParticleSystem_SpriteSheetAnimation",
|
|
52709
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation:interface"
|
|
52710
|
+
},
|
|
52711
|
+
{
|
|
52712
|
+
"kind": "Content",
|
|
52713
|
+
"text": ", writer?: "
|
|
52714
|
+
},
|
|
52715
|
+
{
|
|
52716
|
+
"kind": "Reference",
|
|
52717
|
+
"text": "_m0.Writer",
|
|
52718
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
52719
|
+
},
|
|
52720
|
+
{
|
|
52721
|
+
"kind": "Content",
|
|
52722
|
+
"text": "): "
|
|
52723
|
+
},
|
|
52724
|
+
{
|
|
52725
|
+
"kind": "Reference",
|
|
52726
|
+
"text": "_m0.Writer",
|
|
52727
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
52728
|
+
},
|
|
52729
|
+
{
|
|
52730
|
+
"kind": "Content",
|
|
52731
|
+
"text": ";"
|
|
52732
|
+
}
|
|
52733
|
+
],
|
|
52734
|
+
"returnTypeTokenRange": {
|
|
52735
|
+
"startIndex": 5,
|
|
52736
|
+
"endIndex": 6
|
|
52737
|
+
},
|
|
52738
|
+
"releaseTag": "Public",
|
|
52739
|
+
"overloadIndex": 1,
|
|
52740
|
+
"parameters": [
|
|
52741
|
+
{
|
|
52742
|
+
"parameterName": "message",
|
|
52743
|
+
"parameterTypeTokenRange": {
|
|
52744
|
+
"startIndex": 1,
|
|
52745
|
+
"endIndex": 2
|
|
52746
|
+
},
|
|
52747
|
+
"isOptional": false
|
|
52748
|
+
},
|
|
52749
|
+
{
|
|
52750
|
+
"parameterName": "writer",
|
|
52751
|
+
"parameterTypeTokenRange": {
|
|
52752
|
+
"startIndex": 3,
|
|
52753
|
+
"endIndex": 4
|
|
52754
|
+
},
|
|
52755
|
+
"isOptional": true
|
|
52756
|
+
}
|
|
52757
|
+
],
|
|
52758
|
+
"name": "encode"
|
|
52759
|
+
}
|
|
52760
|
+
]
|
|
52761
|
+
},
|
|
52762
|
+
{
|
|
52763
|
+
"kind": "Interface",
|
|
52764
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem:interface",
|
|
52765
|
+
"docComment": "/**\n * @public\n */\n",
|
|
52766
|
+
"excerptTokens": [
|
|
52767
|
+
{
|
|
52768
|
+
"kind": "Content",
|
|
52769
|
+
"text": "export interface PBParticleSystem "
|
|
52770
|
+
}
|
|
52771
|
+
],
|
|
52772
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
52773
|
+
"releaseTag": "Public",
|
|
52774
|
+
"name": "PBParticleSystem",
|
|
52775
|
+
"preserveMemberOrder": false,
|
|
52776
|
+
"members": [
|
|
52777
|
+
{
|
|
52778
|
+
"kind": "PropertySignature",
|
|
52779
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#active:member",
|
|
52780
|
+
"docComment": "/**\n * --- Emission ---\n */\n",
|
|
52781
|
+
"excerptTokens": [
|
|
52782
|
+
{
|
|
52783
|
+
"kind": "Content",
|
|
52784
|
+
"text": "active?: "
|
|
52785
|
+
},
|
|
52786
|
+
{
|
|
52787
|
+
"kind": "Content",
|
|
52788
|
+
"text": "boolean | undefined"
|
|
52789
|
+
},
|
|
52790
|
+
{
|
|
52791
|
+
"kind": "Content",
|
|
52792
|
+
"text": ";"
|
|
52793
|
+
}
|
|
52794
|
+
],
|
|
52795
|
+
"isReadonly": false,
|
|
52796
|
+
"isOptional": true,
|
|
52797
|
+
"releaseTag": "Public",
|
|
52798
|
+
"name": "active",
|
|
52799
|
+
"propertyTypeTokenRange": {
|
|
52800
|
+
"startIndex": 1,
|
|
52801
|
+
"endIndex": 2
|
|
52802
|
+
}
|
|
52803
|
+
},
|
|
52804
|
+
{
|
|
52805
|
+
"kind": "PropertySignature",
|
|
52806
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#additionalForce:member",
|
|
52807
|
+
"docComment": "/**\n * Constant force vector applied to each particle (world space).\n */\n",
|
|
52808
|
+
"excerptTokens": [
|
|
52809
|
+
{
|
|
52810
|
+
"kind": "Content",
|
|
52811
|
+
"text": "additionalForce?: "
|
|
52812
|
+
},
|
|
52813
|
+
{
|
|
52814
|
+
"kind": "Reference",
|
|
52815
|
+
"text": "Vector3",
|
|
52816
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
52817
|
+
},
|
|
52818
|
+
{
|
|
52819
|
+
"kind": "Content",
|
|
52820
|
+
"text": " | undefined"
|
|
52821
|
+
},
|
|
52822
|
+
{
|
|
52823
|
+
"kind": "Content",
|
|
52824
|
+
"text": ";"
|
|
52825
|
+
}
|
|
52826
|
+
],
|
|
52827
|
+
"isReadonly": false,
|
|
52828
|
+
"isOptional": true,
|
|
52829
|
+
"releaseTag": "Public",
|
|
52830
|
+
"name": "additionalForce",
|
|
52831
|
+
"propertyTypeTokenRange": {
|
|
52832
|
+
"startIndex": 1,
|
|
52833
|
+
"endIndex": 3
|
|
52834
|
+
}
|
|
52835
|
+
},
|
|
52836
|
+
{
|
|
52837
|
+
"kind": "PropertySignature",
|
|
52838
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#billboard:member",
|
|
52839
|
+
"docComment": "/**\n * default = true\n */\n",
|
|
52840
|
+
"excerptTokens": [
|
|
52841
|
+
{
|
|
52842
|
+
"kind": "Content",
|
|
52843
|
+
"text": "billboard?: "
|
|
52844
|
+
},
|
|
52845
|
+
{
|
|
52846
|
+
"kind": "Content",
|
|
52847
|
+
"text": "boolean | undefined"
|
|
52848
|
+
},
|
|
52849
|
+
{
|
|
52850
|
+
"kind": "Content",
|
|
52851
|
+
"text": ";"
|
|
52852
|
+
}
|
|
52853
|
+
],
|
|
52854
|
+
"isReadonly": false,
|
|
52855
|
+
"isOptional": true,
|
|
52856
|
+
"releaseTag": "Public",
|
|
52857
|
+
"name": "billboard",
|
|
52858
|
+
"propertyTypeTokenRange": {
|
|
52859
|
+
"startIndex": 1,
|
|
52860
|
+
"endIndex": 2
|
|
52861
|
+
}
|
|
52862
|
+
},
|
|
52863
|
+
{
|
|
52864
|
+
"kind": "PropertySignature",
|
|
52865
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#blendMode:member",
|
|
52866
|
+
"docComment": "/**\n * default = PSB_ALPHA\n */\n",
|
|
52867
|
+
"excerptTokens": [
|
|
52868
|
+
{
|
|
52869
|
+
"kind": "Content",
|
|
52870
|
+
"text": "blendMode?: "
|
|
52871
|
+
},
|
|
52872
|
+
{
|
|
52873
|
+
"kind": "Reference",
|
|
52874
|
+
"text": "PBParticleSystem_BlendMode",
|
|
52875
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_BlendMode:enum"
|
|
52876
|
+
},
|
|
52877
|
+
{
|
|
52878
|
+
"kind": "Content",
|
|
52879
|
+
"text": " | undefined"
|
|
52880
|
+
},
|
|
52881
|
+
{
|
|
52882
|
+
"kind": "Content",
|
|
52883
|
+
"text": ";"
|
|
52884
|
+
}
|
|
52885
|
+
],
|
|
52886
|
+
"isReadonly": false,
|
|
52887
|
+
"isOptional": true,
|
|
52888
|
+
"releaseTag": "Public",
|
|
52889
|
+
"name": "blendMode",
|
|
52890
|
+
"propertyTypeTokenRange": {
|
|
52891
|
+
"startIndex": 1,
|
|
52892
|
+
"endIndex": 3
|
|
52893
|
+
}
|
|
52894
|
+
},
|
|
52895
|
+
{
|
|
52896
|
+
"kind": "PropertySignature",
|
|
52897
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#bursts:member",
|
|
52898
|
+
"docComment": "/**\n * --- Emission Bursts ---\n */\n",
|
|
52899
|
+
"excerptTokens": [
|
|
52900
|
+
{
|
|
52901
|
+
"kind": "Content",
|
|
52902
|
+
"text": "bursts: "
|
|
52903
|
+
},
|
|
52904
|
+
{
|
|
52905
|
+
"kind": "Reference",
|
|
52906
|
+
"text": "PBParticleSystem_Burst",
|
|
52907
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Burst:interface"
|
|
52908
|
+
},
|
|
52909
|
+
{
|
|
52910
|
+
"kind": "Content",
|
|
52911
|
+
"text": "[]"
|
|
52912
|
+
},
|
|
52913
|
+
{
|
|
52914
|
+
"kind": "Content",
|
|
52915
|
+
"text": ";"
|
|
52916
|
+
}
|
|
52917
|
+
],
|
|
52918
|
+
"isReadonly": false,
|
|
52919
|
+
"isOptional": false,
|
|
52920
|
+
"releaseTag": "Public",
|
|
52921
|
+
"name": "bursts",
|
|
52922
|
+
"propertyTypeTokenRange": {
|
|
52923
|
+
"startIndex": 1,
|
|
52924
|
+
"endIndex": 3
|
|
52925
|
+
}
|
|
52926
|
+
},
|
|
52927
|
+
{
|
|
52928
|
+
"kind": "PropertySignature",
|
|
52929
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#colorOverTime:member",
|
|
52930
|
+
"docComment": "/**\n * default = {white, white}. Particle color lerped from start to end over its lifetime.\n */\n",
|
|
52931
|
+
"excerptTokens": [
|
|
52932
|
+
{
|
|
52933
|
+
"kind": "Content",
|
|
52934
|
+
"text": "colorOverTime?: "
|
|
52935
|
+
},
|
|
52936
|
+
{
|
|
52937
|
+
"kind": "Reference",
|
|
52938
|
+
"text": "ColorRange",
|
|
52939
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange"
|
|
52940
|
+
},
|
|
52941
|
+
{
|
|
52942
|
+
"kind": "Content",
|
|
52943
|
+
"text": " | undefined"
|
|
52944
|
+
},
|
|
52945
|
+
{
|
|
52946
|
+
"kind": "Content",
|
|
52947
|
+
"text": ";"
|
|
52948
|
+
}
|
|
52949
|
+
],
|
|
52950
|
+
"isReadonly": false,
|
|
52951
|
+
"isOptional": true,
|
|
52952
|
+
"releaseTag": "Public",
|
|
52953
|
+
"name": "colorOverTime",
|
|
52954
|
+
"propertyTypeTokenRange": {
|
|
52955
|
+
"startIndex": 1,
|
|
52956
|
+
"endIndex": 3
|
|
52957
|
+
}
|
|
52958
|
+
},
|
|
52959
|
+
{
|
|
52960
|
+
"kind": "PropertySignature",
|
|
52961
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#faceTravelDirection:member",
|
|
52962
|
+
"docComment": "/**\n * default = false. Particles orient along their velocity direction.\n */\n",
|
|
52963
|
+
"excerptTokens": [
|
|
52964
|
+
{
|
|
52965
|
+
"kind": "Content",
|
|
52966
|
+
"text": "faceTravelDirection?: "
|
|
52967
|
+
},
|
|
52968
|
+
{
|
|
52969
|
+
"kind": "Content",
|
|
52970
|
+
"text": "boolean | undefined"
|
|
52971
|
+
},
|
|
52972
|
+
{
|
|
52973
|
+
"kind": "Content",
|
|
52974
|
+
"text": ";"
|
|
52975
|
+
}
|
|
52976
|
+
],
|
|
52977
|
+
"isReadonly": false,
|
|
52978
|
+
"isOptional": true,
|
|
52979
|
+
"releaseTag": "Public",
|
|
52980
|
+
"name": "faceTravelDirection",
|
|
52981
|
+
"propertyTypeTokenRange": {
|
|
52982
|
+
"startIndex": 1,
|
|
52983
|
+
"endIndex": 2
|
|
52984
|
+
}
|
|
52985
|
+
},
|
|
52986
|
+
{
|
|
52987
|
+
"kind": "PropertySignature",
|
|
52988
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#gravity:member",
|
|
52989
|
+
"docComment": "/**\n * --- Motion ---\n */\n",
|
|
52990
|
+
"excerptTokens": [
|
|
52991
|
+
{
|
|
52992
|
+
"kind": "Content",
|
|
52993
|
+
"text": "gravity?: "
|
|
52994
|
+
},
|
|
52995
|
+
{
|
|
52996
|
+
"kind": "Content",
|
|
52997
|
+
"text": "number | undefined"
|
|
52998
|
+
},
|
|
52999
|
+
{
|
|
53000
|
+
"kind": "Content",
|
|
53001
|
+
"text": ";"
|
|
53002
|
+
}
|
|
53003
|
+
],
|
|
53004
|
+
"isReadonly": false,
|
|
53005
|
+
"isOptional": true,
|
|
53006
|
+
"releaseTag": "Public",
|
|
53007
|
+
"name": "gravity",
|
|
53008
|
+
"propertyTypeTokenRange": {
|
|
53009
|
+
"startIndex": 1,
|
|
53010
|
+
"endIndex": 2
|
|
53011
|
+
}
|
|
53012
|
+
},
|
|
53013
|
+
{
|
|
53014
|
+
"kind": "PropertySignature",
|
|
53015
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#initialColor:member",
|
|
53016
|
+
"docComment": "/**\n * --- Color ---\n */\n",
|
|
53017
|
+
"excerptTokens": [
|
|
53018
|
+
{
|
|
53019
|
+
"kind": "Content",
|
|
53020
|
+
"text": "initialColor?: "
|
|
53021
|
+
},
|
|
53022
|
+
{
|
|
53023
|
+
"kind": "Reference",
|
|
53024
|
+
"text": "ColorRange",
|
|
53025
|
+
"canonicalReference": "@dcl/playground-assets!ColorRange"
|
|
53026
|
+
},
|
|
53027
|
+
{
|
|
53028
|
+
"kind": "Content",
|
|
53029
|
+
"text": " | undefined"
|
|
53030
|
+
},
|
|
53031
|
+
{
|
|
53032
|
+
"kind": "Content",
|
|
53033
|
+
"text": ";"
|
|
53034
|
+
}
|
|
53035
|
+
],
|
|
53036
|
+
"isReadonly": false,
|
|
53037
|
+
"isOptional": true,
|
|
53038
|
+
"releaseTag": "Public",
|
|
53039
|
+
"name": "initialColor",
|
|
53040
|
+
"propertyTypeTokenRange": {
|
|
53041
|
+
"startIndex": 1,
|
|
53042
|
+
"endIndex": 3
|
|
53043
|
+
}
|
|
53044
|
+
},
|
|
53045
|
+
{
|
|
53046
|
+
"kind": "PropertySignature",
|
|
53047
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#initialRotation:member",
|
|
53048
|
+
"docComment": "/**\n * --- Rotation ---\n */\n",
|
|
53049
|
+
"excerptTokens": [
|
|
53050
|
+
{
|
|
53051
|
+
"kind": "Content",
|
|
53052
|
+
"text": "initialRotation?: "
|
|
53053
|
+
},
|
|
53054
|
+
{
|
|
53055
|
+
"kind": "Reference",
|
|
53056
|
+
"text": "Quaternion",
|
|
53057
|
+
"canonicalReference": "@dcl/playground-assets!Quaternion"
|
|
53058
|
+
},
|
|
53059
|
+
{
|
|
53060
|
+
"kind": "Content",
|
|
53061
|
+
"text": " | undefined"
|
|
53062
|
+
},
|
|
53063
|
+
{
|
|
53064
|
+
"kind": "Content",
|
|
53065
|
+
"text": ";"
|
|
53066
|
+
}
|
|
53067
|
+
],
|
|
53068
|
+
"isReadonly": false,
|
|
53069
|
+
"isOptional": true,
|
|
53070
|
+
"releaseTag": "Public",
|
|
53071
|
+
"name": "initialRotation",
|
|
53072
|
+
"propertyTypeTokenRange": {
|
|
53073
|
+
"startIndex": 1,
|
|
53074
|
+
"endIndex": 3
|
|
53075
|
+
}
|
|
53076
|
+
},
|
|
53077
|
+
{
|
|
53078
|
+
"kind": "PropertySignature",
|
|
53079
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#initialSize:member",
|
|
53080
|
+
"docComment": "/**\n * --- Size ---\n */\n",
|
|
53081
|
+
"excerptTokens": [
|
|
53082
|
+
{
|
|
53083
|
+
"kind": "Content",
|
|
53084
|
+
"text": "initialSize?: "
|
|
53085
|
+
},
|
|
53086
|
+
{
|
|
53087
|
+
"kind": "Reference",
|
|
53088
|
+
"text": "FloatRange",
|
|
53089
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange"
|
|
53090
|
+
},
|
|
53091
|
+
{
|
|
53092
|
+
"kind": "Content",
|
|
53093
|
+
"text": " | undefined"
|
|
53094
|
+
},
|
|
53095
|
+
{
|
|
53096
|
+
"kind": "Content",
|
|
53097
|
+
"text": ";"
|
|
53098
|
+
}
|
|
53099
|
+
],
|
|
53100
|
+
"isReadonly": false,
|
|
53101
|
+
"isOptional": true,
|
|
53102
|
+
"releaseTag": "Public",
|
|
53103
|
+
"name": "initialSize",
|
|
53104
|
+
"propertyTypeTokenRange": {
|
|
53105
|
+
"startIndex": 1,
|
|
53106
|
+
"endIndex": 3
|
|
53107
|
+
}
|
|
53108
|
+
},
|
|
53109
|
+
{
|
|
53110
|
+
"kind": "PropertySignature",
|
|
53111
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#initialVelocitySpeed:member",
|
|
53112
|
+
"docComment": "/**\n * --- Velocity ---\n */\n",
|
|
53113
|
+
"excerptTokens": [
|
|
53114
|
+
{
|
|
53115
|
+
"kind": "Content",
|
|
53116
|
+
"text": "initialVelocitySpeed?: "
|
|
53117
|
+
},
|
|
53118
|
+
{
|
|
53119
|
+
"kind": "Reference",
|
|
53120
|
+
"text": "FloatRange",
|
|
53121
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange"
|
|
53122
|
+
},
|
|
53123
|
+
{
|
|
53124
|
+
"kind": "Content",
|
|
53125
|
+
"text": " | undefined"
|
|
53126
|
+
},
|
|
53127
|
+
{
|
|
53128
|
+
"kind": "Content",
|
|
53129
|
+
"text": ";"
|
|
53130
|
+
}
|
|
53131
|
+
],
|
|
53132
|
+
"isReadonly": false,
|
|
53133
|
+
"isOptional": true,
|
|
53134
|
+
"releaseTag": "Public",
|
|
53135
|
+
"name": "initialVelocitySpeed",
|
|
53136
|
+
"propertyTypeTokenRange": {
|
|
53137
|
+
"startIndex": 1,
|
|
53138
|
+
"endIndex": 3
|
|
53139
|
+
}
|
|
53140
|
+
},
|
|
53141
|
+
{
|
|
53142
|
+
"kind": "PropertySignature",
|
|
53143
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#lifetime:member",
|
|
53144
|
+
"docComment": "/**\n * default = 5. Particle lifetime in seconds.\n */\n",
|
|
53145
|
+
"excerptTokens": [
|
|
53146
|
+
{
|
|
53147
|
+
"kind": "Content",
|
|
53148
|
+
"text": "lifetime?: "
|
|
53149
|
+
},
|
|
53150
|
+
{
|
|
53151
|
+
"kind": "Content",
|
|
53152
|
+
"text": "number | undefined"
|
|
53153
|
+
},
|
|
53154
|
+
{
|
|
53155
|
+
"kind": "Content",
|
|
53156
|
+
"text": ";"
|
|
53157
|
+
}
|
|
53158
|
+
],
|
|
53159
|
+
"isReadonly": false,
|
|
53160
|
+
"isOptional": true,
|
|
53161
|
+
"releaseTag": "Public",
|
|
53162
|
+
"name": "lifetime",
|
|
53163
|
+
"propertyTypeTokenRange": {
|
|
53164
|
+
"startIndex": 1,
|
|
53165
|
+
"endIndex": 2
|
|
53166
|
+
}
|
|
53167
|
+
},
|
|
53168
|
+
{
|
|
53169
|
+
"kind": "PropertySignature",
|
|
53170
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#limitVelocity:member",
|
|
53171
|
+
"docComment": "/**\n * --- Limit Velocity Over Lifetime ---\n */\n",
|
|
53172
|
+
"excerptTokens": [
|
|
53173
|
+
{
|
|
53174
|
+
"kind": "Content",
|
|
53175
|
+
"text": "limitVelocity?: "
|
|
53176
|
+
},
|
|
53177
|
+
{
|
|
53178
|
+
"kind": "Reference",
|
|
53179
|
+
"text": "PBParticleSystem_LimitVelocity",
|
|
53180
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_LimitVelocity:interface"
|
|
53181
|
+
},
|
|
53182
|
+
{
|
|
53183
|
+
"kind": "Content",
|
|
53184
|
+
"text": " | undefined"
|
|
53185
|
+
},
|
|
53186
|
+
{
|
|
53187
|
+
"kind": "Content",
|
|
53188
|
+
"text": ";"
|
|
53189
|
+
}
|
|
53190
|
+
],
|
|
53191
|
+
"isReadonly": false,
|
|
53192
|
+
"isOptional": true,
|
|
53193
|
+
"releaseTag": "Public",
|
|
53194
|
+
"name": "limitVelocity",
|
|
53195
|
+
"propertyTypeTokenRange": {
|
|
53196
|
+
"startIndex": 1,
|
|
53197
|
+
"endIndex": 3
|
|
53198
|
+
}
|
|
53199
|
+
},
|
|
53200
|
+
{
|
|
53201
|
+
"kind": "PropertySignature",
|
|
53202
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#loop:member",
|
|
53203
|
+
"docComment": "/**\n * --- Simulation ---\n */\n",
|
|
53204
|
+
"excerptTokens": [
|
|
53205
|
+
{
|
|
53206
|
+
"kind": "Content",
|
|
53207
|
+
"text": "loop?: "
|
|
53208
|
+
},
|
|
53209
|
+
{
|
|
53210
|
+
"kind": "Content",
|
|
53211
|
+
"text": "boolean | undefined"
|
|
53212
|
+
},
|
|
53213
|
+
{
|
|
53214
|
+
"kind": "Content",
|
|
53215
|
+
"text": ";"
|
|
53216
|
+
}
|
|
53217
|
+
],
|
|
53218
|
+
"isReadonly": false,
|
|
53219
|
+
"isOptional": true,
|
|
53220
|
+
"releaseTag": "Public",
|
|
53221
|
+
"name": "loop",
|
|
53222
|
+
"propertyTypeTokenRange": {
|
|
53223
|
+
"startIndex": 1,
|
|
53224
|
+
"endIndex": 2
|
|
53225
|
+
}
|
|
53226
|
+
},
|
|
53227
|
+
{
|
|
53228
|
+
"kind": "PropertySignature",
|
|
53229
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#maxParticles:member",
|
|
53230
|
+
"docComment": "/**\n * default = 1000. Maximum number of live particles.\n */\n",
|
|
53231
|
+
"excerptTokens": [
|
|
53232
|
+
{
|
|
53233
|
+
"kind": "Content",
|
|
53234
|
+
"text": "maxParticles?: "
|
|
53235
|
+
},
|
|
53236
|
+
{
|
|
53237
|
+
"kind": "Content",
|
|
53238
|
+
"text": "number | undefined"
|
|
53239
|
+
},
|
|
53240
|
+
{
|
|
53241
|
+
"kind": "Content",
|
|
53242
|
+
"text": ";"
|
|
53243
|
+
}
|
|
53244
|
+
],
|
|
53245
|
+
"isReadonly": false,
|
|
53246
|
+
"isOptional": true,
|
|
53247
|
+
"releaseTag": "Public",
|
|
53248
|
+
"name": "maxParticles",
|
|
53249
|
+
"propertyTypeTokenRange": {
|
|
53250
|
+
"startIndex": 1,
|
|
53251
|
+
"endIndex": 2
|
|
53252
|
+
}
|
|
53253
|
+
},
|
|
53254
|
+
{
|
|
53255
|
+
"kind": "PropertySignature",
|
|
53256
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#playbackState:member",
|
|
53257
|
+
"docComment": "/**\n * --- Playback ---\n */\n",
|
|
53258
|
+
"excerptTokens": [
|
|
53259
|
+
{
|
|
53260
|
+
"kind": "Content",
|
|
53261
|
+
"text": "playbackState?: "
|
|
53262
|
+
},
|
|
53263
|
+
{
|
|
53264
|
+
"kind": "Reference",
|
|
53265
|
+
"text": "PBParticleSystem_PlaybackState",
|
|
53266
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_PlaybackState:enum"
|
|
53267
|
+
},
|
|
53268
|
+
{
|
|
53269
|
+
"kind": "Content",
|
|
53270
|
+
"text": " | undefined"
|
|
53271
|
+
},
|
|
53272
|
+
{
|
|
53273
|
+
"kind": "Content",
|
|
53274
|
+
"text": ";"
|
|
53275
|
+
}
|
|
53276
|
+
],
|
|
53277
|
+
"isReadonly": false,
|
|
53278
|
+
"isOptional": true,
|
|
53279
|
+
"releaseTag": "Public",
|
|
53280
|
+
"name": "playbackState",
|
|
53281
|
+
"propertyTypeTokenRange": {
|
|
53282
|
+
"startIndex": 1,
|
|
53283
|
+
"endIndex": 3
|
|
53284
|
+
}
|
|
53285
|
+
},
|
|
53286
|
+
{
|
|
53287
|
+
"kind": "PropertySignature",
|
|
53288
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#prewarm:member",
|
|
53289
|
+
"docComment": "/**\n * default = false. Start as if already simulated for one full loop cycle. Requires loop = true.\n */\n",
|
|
53290
|
+
"excerptTokens": [
|
|
53291
|
+
{
|
|
53292
|
+
"kind": "Content",
|
|
53293
|
+
"text": "prewarm?: "
|
|
53294
|
+
},
|
|
53295
|
+
{
|
|
53296
|
+
"kind": "Content",
|
|
53297
|
+
"text": "boolean | undefined"
|
|
53298
|
+
},
|
|
53299
|
+
{
|
|
53300
|
+
"kind": "Content",
|
|
53301
|
+
"text": ";"
|
|
53302
|
+
}
|
|
53303
|
+
],
|
|
53304
|
+
"isReadonly": false,
|
|
53305
|
+
"isOptional": true,
|
|
53306
|
+
"releaseTag": "Public",
|
|
53307
|
+
"name": "prewarm",
|
|
53308
|
+
"propertyTypeTokenRange": {
|
|
53309
|
+
"startIndex": 1,
|
|
53310
|
+
"endIndex": 2
|
|
53311
|
+
}
|
|
53312
|
+
},
|
|
53313
|
+
{
|
|
53314
|
+
"kind": "PropertySignature",
|
|
53315
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#rate:member",
|
|
53316
|
+
"docComment": "/**\n * default = 10. Particles emitted per second.\n */\n",
|
|
53317
|
+
"excerptTokens": [
|
|
53318
|
+
{
|
|
53319
|
+
"kind": "Content",
|
|
53320
|
+
"text": "rate?: "
|
|
53321
|
+
},
|
|
53322
|
+
{
|
|
53323
|
+
"kind": "Content",
|
|
53324
|
+
"text": "number | undefined"
|
|
53325
|
+
},
|
|
53326
|
+
{
|
|
53327
|
+
"kind": "Content",
|
|
53328
|
+
"text": ";"
|
|
53329
|
+
}
|
|
53330
|
+
],
|
|
53331
|
+
"isReadonly": false,
|
|
53332
|
+
"isOptional": true,
|
|
53333
|
+
"releaseTag": "Public",
|
|
53334
|
+
"name": "rate",
|
|
53335
|
+
"propertyTypeTokenRange": {
|
|
53336
|
+
"startIndex": 1,
|
|
53337
|
+
"endIndex": 2
|
|
53338
|
+
}
|
|
53339
|
+
},
|
|
53340
|
+
{
|
|
53341
|
+
"kind": "PropertySignature",
|
|
53342
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#rotationOverTime:member",
|
|
53343
|
+
"docComment": "/**\n * default = identity (0,0,0,1). Per-axis angular velocity as quaternion; converted to Euler XYZ.\n */\n",
|
|
53344
|
+
"excerptTokens": [
|
|
53345
|
+
{
|
|
53346
|
+
"kind": "Content",
|
|
53347
|
+
"text": "rotationOverTime?: "
|
|
53348
|
+
},
|
|
53349
|
+
{
|
|
53350
|
+
"kind": "Reference",
|
|
53351
|
+
"text": "Quaternion",
|
|
53352
|
+
"canonicalReference": "@dcl/playground-assets!Quaternion"
|
|
53353
|
+
},
|
|
53354
|
+
{
|
|
53355
|
+
"kind": "Content",
|
|
53356
|
+
"text": " | undefined"
|
|
53357
|
+
},
|
|
53358
|
+
{
|
|
53359
|
+
"kind": "Content",
|
|
53360
|
+
"text": ";"
|
|
53361
|
+
}
|
|
53362
|
+
],
|
|
53363
|
+
"isReadonly": false,
|
|
53364
|
+
"isOptional": true,
|
|
53365
|
+
"releaseTag": "Public",
|
|
53366
|
+
"name": "rotationOverTime",
|
|
53367
|
+
"propertyTypeTokenRange": {
|
|
53368
|
+
"startIndex": 1,
|
|
53369
|
+
"endIndex": 3
|
|
53370
|
+
}
|
|
53371
|
+
},
|
|
53372
|
+
{
|
|
53373
|
+
"kind": "PropertySignature",
|
|
53374
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#shape:member",
|
|
53375
|
+
"docComment": "",
|
|
53376
|
+
"excerptTokens": [
|
|
53377
|
+
{
|
|
53378
|
+
"kind": "Content",
|
|
53379
|
+
"text": "shape?: "
|
|
53380
|
+
},
|
|
53381
|
+
{
|
|
53382
|
+
"kind": "Content",
|
|
53383
|
+
"text": "{\n $case: \"point\";\n point: "
|
|
53384
|
+
},
|
|
53385
|
+
{
|
|
53386
|
+
"kind": "Reference",
|
|
53387
|
+
"text": "PBParticleSystem_Point",
|
|
53388
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Point:interface"
|
|
53389
|
+
},
|
|
53390
|
+
{
|
|
53391
|
+
"kind": "Content",
|
|
53392
|
+
"text": ";\n } | {\n $case: \"sphere\";\n sphere: "
|
|
53393
|
+
},
|
|
53394
|
+
{
|
|
53395
|
+
"kind": "Reference",
|
|
53396
|
+
"text": "PBParticleSystem_Sphere",
|
|
53397
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Sphere:interface"
|
|
53398
|
+
},
|
|
53399
|
+
{
|
|
53400
|
+
"kind": "Content",
|
|
53401
|
+
"text": ";\n } | {\n $case: \"cone\";\n cone: "
|
|
53402
|
+
},
|
|
53403
|
+
{
|
|
53404
|
+
"kind": "Reference",
|
|
53405
|
+
"text": "PBParticleSystem_Cone",
|
|
53406
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Cone:interface"
|
|
53407
|
+
},
|
|
53408
|
+
{
|
|
53409
|
+
"kind": "Content",
|
|
53410
|
+
"text": ";\n } | {\n $case: \"box\";\n box: "
|
|
53411
|
+
},
|
|
53412
|
+
{
|
|
53413
|
+
"kind": "Reference",
|
|
53414
|
+
"text": "PBParticleSystem_Box",
|
|
53415
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_Box:interface"
|
|
53416
|
+
},
|
|
53417
|
+
{
|
|
53418
|
+
"kind": "Content",
|
|
53419
|
+
"text": ";\n } | undefined"
|
|
53420
|
+
},
|
|
53421
|
+
{
|
|
53422
|
+
"kind": "Content",
|
|
53423
|
+
"text": ";"
|
|
53424
|
+
}
|
|
53425
|
+
],
|
|
53426
|
+
"isReadonly": false,
|
|
53427
|
+
"isOptional": true,
|
|
53428
|
+
"releaseTag": "Public",
|
|
53429
|
+
"name": "shape",
|
|
53430
|
+
"propertyTypeTokenRange": {
|
|
53431
|
+
"startIndex": 1,
|
|
53432
|
+
"endIndex": 10
|
|
53433
|
+
}
|
|
53434
|
+
},
|
|
53435
|
+
{
|
|
53436
|
+
"kind": "PropertySignature",
|
|
53437
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#simulationSpace:member",
|
|
53438
|
+
"docComment": "/**\n * default = PSS_LOCAL. Controls whether particles simulate in local or world space.\n */\n",
|
|
53439
|
+
"excerptTokens": [
|
|
53440
|
+
{
|
|
53441
|
+
"kind": "Content",
|
|
53442
|
+
"text": "simulationSpace?: "
|
|
53443
|
+
},
|
|
53444
|
+
{
|
|
53445
|
+
"kind": "Reference",
|
|
53446
|
+
"text": "PBParticleSystem_SimulationSpace",
|
|
53447
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SimulationSpace:enum"
|
|
53448
|
+
},
|
|
53449
|
+
{
|
|
53450
|
+
"kind": "Content",
|
|
53451
|
+
"text": " | undefined"
|
|
53452
|
+
},
|
|
53453
|
+
{
|
|
53454
|
+
"kind": "Content",
|
|
53455
|
+
"text": ";"
|
|
53456
|
+
}
|
|
53457
|
+
],
|
|
53458
|
+
"isReadonly": false,
|
|
53459
|
+
"isOptional": true,
|
|
53460
|
+
"releaseTag": "Public",
|
|
53461
|
+
"name": "simulationSpace",
|
|
53462
|
+
"propertyTypeTokenRange": {
|
|
53463
|
+
"startIndex": 1,
|
|
53464
|
+
"endIndex": 3
|
|
53465
|
+
}
|
|
53466
|
+
},
|
|
53467
|
+
{
|
|
53468
|
+
"kind": "PropertySignature",
|
|
53469
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#sizeOverTime:member",
|
|
53470
|
+
"docComment": "/**\n * default = {1, 1}. Particle size lerped from start to end over its lifetime.\n */\n",
|
|
53471
|
+
"excerptTokens": [
|
|
53472
|
+
{
|
|
53473
|
+
"kind": "Content",
|
|
53474
|
+
"text": "sizeOverTime?: "
|
|
53475
|
+
},
|
|
53476
|
+
{
|
|
53477
|
+
"kind": "Reference",
|
|
53478
|
+
"text": "FloatRange",
|
|
53479
|
+
"canonicalReference": "@dcl/playground-assets!FloatRange"
|
|
53480
|
+
},
|
|
53481
|
+
{
|
|
53482
|
+
"kind": "Content",
|
|
53483
|
+
"text": " | undefined"
|
|
53484
|
+
},
|
|
53485
|
+
{
|
|
53486
|
+
"kind": "Content",
|
|
53487
|
+
"text": ";"
|
|
53488
|
+
}
|
|
53489
|
+
],
|
|
53490
|
+
"isReadonly": false,
|
|
53491
|
+
"isOptional": true,
|
|
53492
|
+
"releaseTag": "Public",
|
|
53493
|
+
"name": "sizeOverTime",
|
|
53494
|
+
"propertyTypeTokenRange": {
|
|
53495
|
+
"startIndex": 1,
|
|
53496
|
+
"endIndex": 3
|
|
53497
|
+
}
|
|
53498
|
+
},
|
|
53499
|
+
{
|
|
53500
|
+
"kind": "PropertySignature",
|
|
53501
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#spriteSheet:member",
|
|
53502
|
+
"docComment": "/**\n * --- Sprite Sheet Animation ---\n */\n",
|
|
53503
|
+
"excerptTokens": [
|
|
53504
|
+
{
|
|
53505
|
+
"kind": "Content",
|
|
53506
|
+
"text": "spriteSheet?: "
|
|
53507
|
+
},
|
|
53508
|
+
{
|
|
53509
|
+
"kind": "Reference",
|
|
53510
|
+
"text": "PBParticleSystem_SpriteSheetAnimation",
|
|
53511
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem_SpriteSheetAnimation:interface"
|
|
53512
|
+
},
|
|
53513
|
+
{
|
|
53514
|
+
"kind": "Content",
|
|
53515
|
+
"text": " | undefined"
|
|
53516
|
+
},
|
|
53517
|
+
{
|
|
53518
|
+
"kind": "Content",
|
|
53519
|
+
"text": ";"
|
|
53520
|
+
}
|
|
53521
|
+
],
|
|
53522
|
+
"isReadonly": false,
|
|
53523
|
+
"isOptional": true,
|
|
53524
|
+
"releaseTag": "Public",
|
|
53525
|
+
"name": "spriteSheet",
|
|
53526
|
+
"propertyTypeTokenRange": {
|
|
53527
|
+
"startIndex": 1,
|
|
53528
|
+
"endIndex": 3
|
|
53529
|
+
}
|
|
53530
|
+
},
|
|
53531
|
+
{
|
|
53532
|
+
"kind": "PropertySignature",
|
|
53533
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem#texture:member",
|
|
53534
|
+
"docComment": "/**\n * --- Rendering ---\n */\n",
|
|
53535
|
+
"excerptTokens": [
|
|
53536
|
+
{
|
|
53537
|
+
"kind": "Content",
|
|
53538
|
+
"text": "texture?: "
|
|
53539
|
+
},
|
|
53540
|
+
{
|
|
53541
|
+
"kind": "Reference",
|
|
53542
|
+
"text": "Texture",
|
|
53543
|
+
"canonicalReference": "@dcl/playground-assets!Texture"
|
|
53544
|
+
},
|
|
53545
|
+
{
|
|
53546
|
+
"kind": "Content",
|
|
53547
|
+
"text": " | undefined"
|
|
53548
|
+
},
|
|
53549
|
+
{
|
|
53550
|
+
"kind": "Content",
|
|
53551
|
+
"text": ";"
|
|
53552
|
+
}
|
|
53553
|
+
],
|
|
53554
|
+
"isReadonly": false,
|
|
53555
|
+
"isOptional": true,
|
|
53556
|
+
"releaseTag": "Public",
|
|
53557
|
+
"name": "texture",
|
|
53558
|
+
"propertyTypeTokenRange": {
|
|
53559
|
+
"startIndex": 1,
|
|
53560
|
+
"endIndex": 3
|
|
53561
|
+
}
|
|
53562
|
+
}
|
|
53563
|
+
],
|
|
53564
|
+
"extendsTokenRanges": []
|
|
53565
|
+
},
|
|
53566
|
+
{
|
|
53567
|
+
"kind": "Namespace",
|
|
53568
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem:namespace",
|
|
53569
|
+
"docComment": "/**\n * @public\n */\n",
|
|
53570
|
+
"excerptTokens": [
|
|
53571
|
+
{
|
|
53572
|
+
"kind": "Content",
|
|
53573
|
+
"text": "export declare namespace PBParticleSystem "
|
|
53574
|
+
}
|
|
53575
|
+
],
|
|
53576
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts",
|
|
53577
|
+
"releaseTag": "Public",
|
|
53578
|
+
"name": "PBParticleSystem",
|
|
53579
|
+
"preserveMemberOrder": false,
|
|
53580
|
+
"members": [
|
|
53581
|
+
{
|
|
53582
|
+
"kind": "Function",
|
|
53583
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem.decode:function(1)",
|
|
53584
|
+
"docComment": "",
|
|
53585
|
+
"excerptTokens": [
|
|
53586
|
+
{
|
|
53587
|
+
"kind": "Content",
|
|
53588
|
+
"text": "function decode(input: "
|
|
53589
|
+
},
|
|
53590
|
+
{
|
|
53591
|
+
"kind": "Reference",
|
|
53592
|
+
"text": "_m0.Reader",
|
|
53593
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
53594
|
+
},
|
|
53595
|
+
{
|
|
53596
|
+
"kind": "Content",
|
|
53597
|
+
"text": " | "
|
|
53598
|
+
},
|
|
53599
|
+
{
|
|
53600
|
+
"kind": "Reference",
|
|
53601
|
+
"text": "Uint8Array",
|
|
53602
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
53603
|
+
},
|
|
53604
|
+
{
|
|
53605
|
+
"kind": "Content",
|
|
53606
|
+
"text": ", length?: "
|
|
53607
|
+
},
|
|
53608
|
+
{
|
|
53609
|
+
"kind": "Content",
|
|
53610
|
+
"text": "number"
|
|
53611
|
+
},
|
|
53612
|
+
{
|
|
53613
|
+
"kind": "Content",
|
|
53614
|
+
"text": "): "
|
|
53615
|
+
},
|
|
53616
|
+
{
|
|
53617
|
+
"kind": "Reference",
|
|
53618
|
+
"text": "PBParticleSystem",
|
|
53619
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem:interface"
|
|
53620
|
+
},
|
|
53621
|
+
{
|
|
53622
|
+
"kind": "Content",
|
|
53623
|
+
"text": ";"
|
|
53624
|
+
}
|
|
53625
|
+
],
|
|
53626
|
+
"returnTypeTokenRange": {
|
|
53627
|
+
"startIndex": 7,
|
|
53628
|
+
"endIndex": 8
|
|
53629
|
+
},
|
|
53630
|
+
"releaseTag": "Public",
|
|
53631
|
+
"overloadIndex": 1,
|
|
53632
|
+
"parameters": [
|
|
53633
|
+
{
|
|
53634
|
+
"parameterName": "input",
|
|
53635
|
+
"parameterTypeTokenRange": {
|
|
53636
|
+
"startIndex": 1,
|
|
53637
|
+
"endIndex": 4
|
|
53638
|
+
},
|
|
53639
|
+
"isOptional": false
|
|
53640
|
+
},
|
|
53641
|
+
{
|
|
53642
|
+
"parameterName": "length",
|
|
53643
|
+
"parameterTypeTokenRange": {
|
|
53644
|
+
"startIndex": 5,
|
|
53645
|
+
"endIndex": 6
|
|
53646
|
+
},
|
|
53647
|
+
"isOptional": true
|
|
53648
|
+
}
|
|
53649
|
+
],
|
|
53650
|
+
"name": "decode"
|
|
53651
|
+
},
|
|
53652
|
+
{
|
|
53653
|
+
"kind": "Function",
|
|
53654
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem.encode:function(1)",
|
|
53655
|
+
"docComment": "",
|
|
53656
|
+
"excerptTokens": [
|
|
53657
|
+
{
|
|
53658
|
+
"kind": "Content",
|
|
53659
|
+
"text": "function encode(message: "
|
|
53660
|
+
},
|
|
53661
|
+
{
|
|
53662
|
+
"kind": "Reference",
|
|
53663
|
+
"text": "PBParticleSystem",
|
|
53664
|
+
"canonicalReference": "@dcl/playground-assets!PBParticleSystem:interface"
|
|
53665
|
+
},
|
|
53666
|
+
{
|
|
53667
|
+
"kind": "Content",
|
|
53668
|
+
"text": ", writer?: "
|
|
53669
|
+
},
|
|
53670
|
+
{
|
|
53671
|
+
"kind": "Reference",
|
|
53672
|
+
"text": "_m0.Writer",
|
|
53673
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
53674
|
+
},
|
|
53675
|
+
{
|
|
53676
|
+
"kind": "Content",
|
|
53677
|
+
"text": "): "
|
|
53678
|
+
},
|
|
53679
|
+
{
|
|
53680
|
+
"kind": "Reference",
|
|
53681
|
+
"text": "_m0.Writer",
|
|
53682
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
53683
|
+
},
|
|
53684
|
+
{
|
|
53685
|
+
"kind": "Content",
|
|
53686
|
+
"text": ";"
|
|
53687
|
+
}
|
|
53688
|
+
],
|
|
53689
|
+
"returnTypeTokenRange": {
|
|
53690
|
+
"startIndex": 5,
|
|
53691
|
+
"endIndex": 6
|
|
53692
|
+
},
|
|
53693
|
+
"releaseTag": "Public",
|
|
53694
|
+
"overloadIndex": 1,
|
|
53695
|
+
"parameters": [
|
|
53696
|
+
{
|
|
53697
|
+
"parameterName": "message",
|
|
53698
|
+
"parameterTypeTokenRange": {
|
|
53699
|
+
"startIndex": 1,
|
|
53700
|
+
"endIndex": 2
|
|
53701
|
+
},
|
|
53702
|
+
"isOptional": false
|
|
53703
|
+
},
|
|
53704
|
+
{
|
|
53705
|
+
"parameterName": "writer",
|
|
53706
|
+
"parameterTypeTokenRange": {
|
|
53707
|
+
"startIndex": 3,
|
|
53708
|
+
"endIndex": 4
|
|
53709
|
+
},
|
|
53710
|
+
"isOptional": true
|
|
53711
|
+
}
|
|
53712
|
+
],
|
|
53713
|
+
"name": "encode"
|
|
53714
|
+
}
|
|
53715
|
+
]
|
|
53716
|
+
},
|
|
50200
53717
|
{
|
|
50201
53718
|
"kind": "Interface",
|
|
50202
53719
|
"canonicalReference": "@dcl/playground-assets!PBPhysicsCombinedForce:interface",
|