@dcl/playground-assets 7.9.3-16616194522.commit-20ff207 → 7.9.3-16627744216.commit-f509423

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.
@@ -12789,33 +12789,6 @@
12789
12789
  "text": "PBInputModifier",
12790
12790
  "canonicalReference": "@dcl/playground-assets!PBInputModifier"
12791
12791
  },
12792
- {
12793
- "kind": "Content",
12794
- "text": ">>;\n \"core::LightSource\": "
12795
- },
12796
- {
12797
- "kind": "Reference",
12798
- "text": "LwwComponentGetter",
12799
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12800
- },
12801
- {
12802
- "kind": "Content",
12803
- "text": "<"
12804
- },
12805
- {
12806
- "kind": "Reference",
12807
- "text": "LastWriteWinElementSetComponentDefinition",
12808
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12809
- },
12810
- {
12811
- "kind": "Content",
12812
- "text": "<"
12813
- },
12814
- {
12815
- "kind": "Reference",
12816
- "text": "PBLightSource",
12817
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
12818
- },
12819
12792
  {
12820
12793
  "kind": "Content",
12821
12794
  "text": ">>;\n \"core::MainCamera\": "
@@ -13637,7 +13610,7 @@
13637
13610
  "name": "componentDefinitionByName",
13638
13611
  "variableTypeTokenRange": {
13639
13612
  "startIndex": 1,
13640
- "endIndex": 296
13613
+ "endIndex": 290
13641
13614
  }
13642
13615
  },
13643
13616
  {
@@ -24623,211 +24596,6 @@
24623
24596
  }
24624
24597
  ]
24625
24598
  },
24626
- {
24627
- "kind": "Variable",
24628
- "canonicalReference": "@dcl/playground-assets!LightSource:var",
24629
- "docComment": "",
24630
- "excerptTokens": [
24631
- {
24632
- "kind": "Content",
24633
- "text": "LightSource: "
24634
- },
24635
- {
24636
- "kind": "Reference",
24637
- "text": "LightSourceComponentDefinitionExtended",
24638
- "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended:interface"
24639
- }
24640
- ],
24641
- "fileUrlPath": "../ecs/dist/index.d.ts",
24642
- "isReadonly": true,
24643
- "releaseTag": "Public",
24644
- "name": "LightSource",
24645
- "variableTypeTokenRange": {
24646
- "startIndex": 1,
24647
- "endIndex": 2
24648
- }
24649
- },
24650
- {
24651
- "kind": "Interface",
24652
- "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended:interface",
24653
- "docComment": "/**\n * @public\n */\n",
24654
- "excerptTokens": [
24655
- {
24656
- "kind": "Content",
24657
- "text": "export interface LightSourceComponentDefinitionExtended extends "
24658
- },
24659
- {
24660
- "kind": "Reference",
24661
- "text": "LastWriteWinElementSetComponentDefinition",
24662
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
24663
- },
24664
- {
24665
- "kind": "Content",
24666
- "text": "<"
24667
- },
24668
- {
24669
- "kind": "Reference",
24670
- "text": "PBLightSource",
24671
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
24672
- },
24673
- {
24674
- "kind": "Content",
24675
- "text": ">"
24676
- },
24677
- {
24678
- "kind": "Content",
24679
- "text": " "
24680
- }
24681
- ],
24682
- "fileUrlPath": "../ecs/dist/components/extended/LightSource.d.ts",
24683
- "releaseTag": "Public",
24684
- "name": "LightSourceComponentDefinitionExtended",
24685
- "preserveMemberOrder": false,
24686
- "members": [
24687
- {
24688
- "kind": "PropertySignature",
24689
- "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended#Type:member",
24690
- "docComment": "/**\n * LightSource helper with constructor\n */\n",
24691
- "excerptTokens": [
24692
- {
24693
- "kind": "Content",
24694
- "text": "Type: "
24695
- },
24696
- {
24697
- "kind": "Reference",
24698
- "text": "LightSourceHelper",
24699
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper:interface"
24700
- },
24701
- {
24702
- "kind": "Content",
24703
- "text": ";"
24704
- }
24705
- ],
24706
- "isReadonly": false,
24707
- "isOptional": false,
24708
- "releaseTag": "Public",
24709
- "name": "Type",
24710
- "propertyTypeTokenRange": {
24711
- "startIndex": 1,
24712
- "endIndex": 2
24713
- }
24714
- }
24715
- ],
24716
- "extendsTokenRanges": [
24717
- {
24718
- "startIndex": 1,
24719
- "endIndex": 5
24720
- }
24721
- ]
24722
- },
24723
- {
24724
- "kind": "Interface",
24725
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper:interface",
24726
- "docComment": "/**\n * @public\n */\n",
24727
- "excerptTokens": [
24728
- {
24729
- "kind": "Content",
24730
- "text": "export interface LightSourceHelper "
24731
- }
24732
- ],
24733
- "fileUrlPath": "../ecs/dist/components/extended/LightSource.d.ts",
24734
- "releaseTag": "Public",
24735
- "name": "LightSourceHelper",
24736
- "preserveMemberOrder": false,
24737
- "members": [
24738
- {
24739
- "kind": "PropertySignature",
24740
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper#Point:member",
24741
- "docComment": "/**\n * @returns a Light Source type\n */\n",
24742
- "excerptTokens": [
24743
- {
24744
- "kind": "Content",
24745
- "text": "Point: "
24746
- },
24747
- {
24748
- "kind": "Content",
24749
- "text": "(point: "
24750
- },
24751
- {
24752
- "kind": "Reference",
24753
- "text": "PBLightSource_Point",
24754
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point"
24755
- },
24756
- {
24757
- "kind": "Content",
24758
- "text": ") => "
24759
- },
24760
- {
24761
- "kind": "Reference",
24762
- "text": "PBLightSource",
24763
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
24764
- },
24765
- {
24766
- "kind": "Content",
24767
- "text": "['type']"
24768
- },
24769
- {
24770
- "kind": "Content",
24771
- "text": ";"
24772
- }
24773
- ],
24774
- "isReadonly": false,
24775
- "isOptional": false,
24776
- "releaseTag": "Public",
24777
- "name": "Point",
24778
- "propertyTypeTokenRange": {
24779
- "startIndex": 1,
24780
- "endIndex": 6
24781
- }
24782
- },
24783
- {
24784
- "kind": "PropertySignature",
24785
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper#Spot:member",
24786
- "docComment": "/**\n * @returns a Light Source type\n */\n",
24787
- "excerptTokens": [
24788
- {
24789
- "kind": "Content",
24790
- "text": "Spot: "
24791
- },
24792
- {
24793
- "kind": "Content",
24794
- "text": "(spot: "
24795
- },
24796
- {
24797
- "kind": "Reference",
24798
- "text": "PBLightSource_Spot",
24799
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot"
24800
- },
24801
- {
24802
- "kind": "Content",
24803
- "text": ") => "
24804
- },
24805
- {
24806
- "kind": "Reference",
24807
- "text": "PBLightSource",
24808
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
24809
- },
24810
- {
24811
- "kind": "Content",
24812
- "text": "['type']"
24813
- },
24814
- {
24815
- "kind": "Content",
24816
- "text": ";"
24817
- }
24818
- ],
24819
- "isReadonly": false,
24820
- "isOptional": false,
24821
- "releaseTag": "Public",
24822
- "name": "Spot",
24823
- "propertyTypeTokenRange": {
24824
- "startIndex": 1,
24825
- "endIndex": 6
24826
- }
24827
- }
24828
- ],
24829
- "extendsTokenRanges": []
24830
- },
24831
24599
  {
24832
24600
  "kind": "TypeAlias",
24833
24601
  "canonicalReference": "@dcl/playground-assets!Listeners:type",
@@ -40257,763 +40025,7 @@
40257
40025
  },
40258
40026
  {
40259
40027
  "kind": "Function",
40260
- "canonicalReference": "@dcl/playground-assets!PBCameraMode.encode:function(1)",
40261
- "docComment": "",
40262
- "excerptTokens": [
40263
- {
40264
- "kind": "Content",
40265
- "text": "function encode(message: "
40266
- },
40267
- {
40268
- "kind": "Reference",
40269
- "text": "PBCameraMode",
40270
- "canonicalReference": "@dcl/playground-assets!PBCameraMode:interface"
40271
- },
40272
- {
40273
- "kind": "Content",
40274
- "text": ", writer?: "
40275
- },
40276
- {
40277
- "kind": "Reference",
40278
- "text": "_m0.Writer",
40279
- "canonicalReference": "protobufjs!Writer:class"
40280
- },
40281
- {
40282
- "kind": "Content",
40283
- "text": "): "
40284
- },
40285
- {
40286
- "kind": "Reference",
40287
- "text": "_m0.Writer",
40288
- "canonicalReference": "protobufjs!Writer:class"
40289
- },
40290
- {
40291
- "kind": "Content",
40292
- "text": ";"
40293
- }
40294
- ],
40295
- "returnTypeTokenRange": {
40296
- "startIndex": 5,
40297
- "endIndex": 6
40298
- },
40299
- "releaseTag": "Public",
40300
- "overloadIndex": 1,
40301
- "parameters": [
40302
- {
40303
- "parameterName": "message",
40304
- "parameterTypeTokenRange": {
40305
- "startIndex": 1,
40306
- "endIndex": 2
40307
- },
40308
- "isOptional": false
40309
- },
40310
- {
40311
- "parameterName": "writer",
40312
- "parameterTypeTokenRange": {
40313
- "startIndex": 3,
40314
- "endIndex": 4
40315
- },
40316
- "isOptional": true
40317
- }
40318
- ],
40319
- "name": "encode"
40320
- }
40321
- ]
40322
- },
40323
- {
40324
- "kind": "Interface",
40325
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface",
40326
- "docComment": "/**\n * @public\n */\n",
40327
- "excerptTokens": [
40328
- {
40329
- "kind": "Content",
40330
- "text": "export interface PBCameraModeArea "
40331
- }
40332
- ],
40333
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
40334
- "releaseTag": "Public",
40335
- "name": "PBCameraModeArea",
40336
- "preserveMemberOrder": false,
40337
- "members": [
40338
- {
40339
- "kind": "PropertySignature",
40340
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#area:member",
40341
- "docComment": "/**\n * the 3D size of the region\n */\n",
40342
- "excerptTokens": [
40343
- {
40344
- "kind": "Content",
40345
- "text": "area: "
40346
- },
40347
- {
40348
- "kind": "Reference",
40349
- "text": "Vector3",
40350
- "canonicalReference": "@dcl/playground-assets!Vector3"
40351
- },
40352
- {
40353
- "kind": "Content",
40354
- "text": " | undefined"
40355
- },
40356
- {
40357
- "kind": "Content",
40358
- "text": ";"
40359
- }
40360
- ],
40361
- "isReadonly": false,
40362
- "isOptional": false,
40363
- "releaseTag": "Public",
40364
- "name": "area",
40365
- "propertyTypeTokenRange": {
40366
- "startIndex": 1,
40367
- "endIndex": 3
40368
- }
40369
- },
40370
- {
40371
- "kind": "PropertySignature",
40372
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
40373
- "docComment": "/**\n * the camera mode to enforce\n */\n",
40374
- "excerptTokens": [
40375
- {
40376
- "kind": "Content",
40377
- "text": "mode: "
40378
- },
40379
- {
40380
- "kind": "Reference",
40381
- "text": "CameraType",
40382
- "canonicalReference": "@dcl/playground-assets!CameraType:enum"
40383
- },
40384
- {
40385
- "kind": "Content",
40386
- "text": ";"
40387
- }
40388
- ],
40389
- "isReadonly": false,
40390
- "isOptional": false,
40391
- "releaseTag": "Public",
40392
- "name": "mode",
40393
- "propertyTypeTokenRange": {
40394
- "startIndex": 1,
40395
- "endIndex": 2
40396
- }
40397
- }
40398
- ],
40399
- "extendsTokenRanges": []
40400
- },
40401
- {
40402
- "kind": "Namespace",
40403
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:namespace",
40404
- "docComment": "/**\n * @public\n */\n",
40405
- "excerptTokens": [
40406
- {
40407
- "kind": "Content",
40408
- "text": "export declare namespace PBCameraModeArea "
40409
- }
40410
- ],
40411
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
40412
- "releaseTag": "Public",
40413
- "name": "PBCameraModeArea",
40414
- "preserveMemberOrder": false,
40415
- "members": [
40416
- {
40417
- "kind": "Function",
40418
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.decode:function(1)",
40419
- "docComment": "",
40420
- "excerptTokens": [
40421
- {
40422
- "kind": "Content",
40423
- "text": "function decode(input: "
40424
- },
40425
- {
40426
- "kind": "Reference",
40427
- "text": "_m0.Reader",
40428
- "canonicalReference": "protobufjs!Reader:class"
40429
- },
40430
- {
40431
- "kind": "Content",
40432
- "text": " | "
40433
- },
40434
- {
40435
- "kind": "Reference",
40436
- "text": "Uint8Array",
40437
- "canonicalReference": "!Uint8Array:interface"
40438
- },
40439
- {
40440
- "kind": "Content",
40441
- "text": ", length?: "
40442
- },
40443
- {
40444
- "kind": "Content",
40445
- "text": "number"
40446
- },
40447
- {
40448
- "kind": "Content",
40449
- "text": "): "
40450
- },
40451
- {
40452
- "kind": "Reference",
40453
- "text": "PBCameraModeArea",
40454
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
40455
- },
40456
- {
40457
- "kind": "Content",
40458
- "text": ";"
40459
- }
40460
- ],
40461
- "returnTypeTokenRange": {
40462
- "startIndex": 7,
40463
- "endIndex": 8
40464
- },
40465
- "releaseTag": "Public",
40466
- "overloadIndex": 1,
40467
- "parameters": [
40468
- {
40469
- "parameterName": "input",
40470
- "parameterTypeTokenRange": {
40471
- "startIndex": 1,
40472
- "endIndex": 4
40473
- },
40474
- "isOptional": false
40475
- },
40476
- {
40477
- "parameterName": "length",
40478
- "parameterTypeTokenRange": {
40479
- "startIndex": 5,
40480
- "endIndex": 6
40481
- },
40482
- "isOptional": true
40483
- }
40484
- ],
40485
- "name": "decode"
40486
- },
40487
- {
40488
- "kind": "Function",
40489
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.encode:function(1)",
40490
- "docComment": "",
40491
- "excerptTokens": [
40492
- {
40493
- "kind": "Content",
40494
- "text": "function encode(message: "
40495
- },
40496
- {
40497
- "kind": "Reference",
40498
- "text": "PBCameraModeArea",
40499
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
40500
- },
40501
- {
40502
- "kind": "Content",
40503
- "text": ", writer?: "
40504
- },
40505
- {
40506
- "kind": "Reference",
40507
- "text": "_m0.Writer",
40508
- "canonicalReference": "protobufjs!Writer:class"
40509
- },
40510
- {
40511
- "kind": "Content",
40512
- "text": "): "
40513
- },
40514
- {
40515
- "kind": "Reference",
40516
- "text": "_m0.Writer",
40517
- "canonicalReference": "protobufjs!Writer:class"
40518
- },
40519
- {
40520
- "kind": "Content",
40521
- "text": ";"
40522
- }
40523
- ],
40524
- "returnTypeTokenRange": {
40525
- "startIndex": 5,
40526
- "endIndex": 6
40527
- },
40528
- "releaseTag": "Public",
40529
- "overloadIndex": 1,
40530
- "parameters": [
40531
- {
40532
- "parameterName": "message",
40533
- "parameterTypeTokenRange": {
40534
- "startIndex": 1,
40535
- "endIndex": 2
40536
- },
40537
- "isOptional": false
40538
- },
40539
- {
40540
- "parameterName": "writer",
40541
- "parameterTypeTokenRange": {
40542
- "startIndex": 3,
40543
- "endIndex": 4
40544
- },
40545
- "isOptional": true
40546
- }
40547
- ],
40548
- "name": "encode"
40549
- }
40550
- ]
40551
- },
40552
- {
40553
- "kind": "Interface",
40554
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface",
40555
- "docComment": "/**\n * @public\n */\n",
40556
- "excerptTokens": [
40557
- {
40558
- "kind": "Content",
40559
- "text": "export interface Color3 "
40560
- }
40561
- ],
40562
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40563
- "releaseTag": "Public",
40564
- "name": "PBColor3",
40565
- "preserveMemberOrder": false,
40566
- "members": [
40567
- {
40568
- "kind": "PropertySignature",
40569
- "canonicalReference": "@dcl/playground-assets!PBColor3#b:member",
40570
- "docComment": "",
40571
- "excerptTokens": [
40572
- {
40573
- "kind": "Content",
40574
- "text": "b: "
40575
- },
40576
- {
40577
- "kind": "Content",
40578
- "text": "number"
40579
- },
40580
- {
40581
- "kind": "Content",
40582
- "text": ";"
40583
- }
40584
- ],
40585
- "isReadonly": false,
40586
- "isOptional": false,
40587
- "releaseTag": "Public",
40588
- "name": "b",
40589
- "propertyTypeTokenRange": {
40590
- "startIndex": 1,
40591
- "endIndex": 2
40592
- }
40593
- },
40594
- {
40595
- "kind": "PropertySignature",
40596
- "canonicalReference": "@dcl/playground-assets!PBColor3#g:member",
40597
- "docComment": "",
40598
- "excerptTokens": [
40599
- {
40600
- "kind": "Content",
40601
- "text": "g: "
40602
- },
40603
- {
40604
- "kind": "Content",
40605
- "text": "number"
40606
- },
40607
- {
40608
- "kind": "Content",
40609
- "text": ";"
40610
- }
40611
- ],
40612
- "isReadonly": false,
40613
- "isOptional": false,
40614
- "releaseTag": "Public",
40615
- "name": "g",
40616
- "propertyTypeTokenRange": {
40617
- "startIndex": 1,
40618
- "endIndex": 2
40619
- }
40620
- },
40621
- {
40622
- "kind": "PropertySignature",
40623
- "canonicalReference": "@dcl/playground-assets!PBColor3#r:member",
40624
- "docComment": "",
40625
- "excerptTokens": [
40626
- {
40627
- "kind": "Content",
40628
- "text": "r: "
40629
- },
40630
- {
40631
- "kind": "Content",
40632
- "text": "number"
40633
- },
40634
- {
40635
- "kind": "Content",
40636
- "text": ";"
40637
- }
40638
- ],
40639
- "isReadonly": false,
40640
- "isOptional": false,
40641
- "releaseTag": "Public",
40642
- "name": "r",
40643
- "propertyTypeTokenRange": {
40644
- "startIndex": 1,
40645
- "endIndex": 2
40646
- }
40647
- }
40648
- ],
40649
- "extendsTokenRanges": []
40650
- },
40651
- {
40652
- "kind": "Namespace",
40653
- "canonicalReference": "@dcl/playground-assets!PBColor3:namespace",
40654
- "docComment": "/**\n * @public\n */\n",
40655
- "excerptTokens": [
40656
- {
40657
- "kind": "Content",
40658
- "text": "export declare namespace Color3 "
40659
- }
40660
- ],
40661
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40662
- "releaseTag": "Public",
40663
- "name": "PBColor3",
40664
- "preserveMemberOrder": false,
40665
- "members": [
40666
- {
40667
- "kind": "Function",
40668
- "canonicalReference": "@dcl/playground-assets!PBColor3.decode:function(1)",
40669
- "docComment": "",
40670
- "excerptTokens": [
40671
- {
40672
- "kind": "Content",
40673
- "text": "function decode(input: "
40674
- },
40675
- {
40676
- "kind": "Reference",
40677
- "text": "_m0.Reader",
40678
- "canonicalReference": "protobufjs!Reader:class"
40679
- },
40680
- {
40681
- "kind": "Content",
40682
- "text": " | "
40683
- },
40684
- {
40685
- "kind": "Reference",
40686
- "text": "Uint8Array",
40687
- "canonicalReference": "!Uint8Array:interface"
40688
- },
40689
- {
40690
- "kind": "Content",
40691
- "text": ", length?: "
40692
- },
40693
- {
40694
- "kind": "Content",
40695
- "text": "number"
40696
- },
40697
- {
40698
- "kind": "Content",
40699
- "text": "): "
40700
- },
40701
- {
40702
- "kind": "Reference",
40703
- "text": "Color3",
40704
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
40705
- },
40706
- {
40707
- "kind": "Content",
40708
- "text": ";"
40709
- }
40710
- ],
40711
- "returnTypeTokenRange": {
40712
- "startIndex": 7,
40713
- "endIndex": 8
40714
- },
40715
- "releaseTag": "Public",
40716
- "overloadIndex": 1,
40717
- "parameters": [
40718
- {
40719
- "parameterName": "input",
40720
- "parameterTypeTokenRange": {
40721
- "startIndex": 1,
40722
- "endIndex": 4
40723
- },
40724
- "isOptional": false
40725
- },
40726
- {
40727
- "parameterName": "length",
40728
- "parameterTypeTokenRange": {
40729
- "startIndex": 5,
40730
- "endIndex": 6
40731
- },
40732
- "isOptional": true
40733
- }
40734
- ],
40735
- "name": "decode"
40736
- },
40737
- {
40738
- "kind": "Function",
40739
- "canonicalReference": "@dcl/playground-assets!PBColor3.encode:function(1)",
40740
- "docComment": "",
40741
- "excerptTokens": [
40742
- {
40743
- "kind": "Content",
40744
- "text": "function encode(message: "
40745
- },
40746
- {
40747
- "kind": "Reference",
40748
- "text": "Color3",
40749
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
40750
- },
40751
- {
40752
- "kind": "Content",
40753
- "text": ", writer?: "
40754
- },
40755
- {
40756
- "kind": "Reference",
40757
- "text": "_m0.Writer",
40758
- "canonicalReference": "protobufjs!Writer:class"
40759
- },
40760
- {
40761
- "kind": "Content",
40762
- "text": "): "
40763
- },
40764
- {
40765
- "kind": "Reference",
40766
- "text": "_m0.Writer",
40767
- "canonicalReference": "protobufjs!Writer:class"
40768
- },
40769
- {
40770
- "kind": "Content",
40771
- "text": ";"
40772
- }
40773
- ],
40774
- "returnTypeTokenRange": {
40775
- "startIndex": 5,
40776
- "endIndex": 6
40777
- },
40778
- "releaseTag": "Public",
40779
- "overloadIndex": 1,
40780
- "parameters": [
40781
- {
40782
- "parameterName": "message",
40783
- "parameterTypeTokenRange": {
40784
- "startIndex": 1,
40785
- "endIndex": 2
40786
- },
40787
- "isOptional": false
40788
- },
40789
- {
40790
- "parameterName": "writer",
40791
- "parameterTypeTokenRange": {
40792
- "startIndex": 3,
40793
- "endIndex": 4
40794
- },
40795
- "isOptional": true
40796
- }
40797
- ],
40798
- "name": "encode"
40799
- }
40800
- ]
40801
- },
40802
- {
40803
- "kind": "Interface",
40804
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface",
40805
- "docComment": "/**\n * @public\n */\n",
40806
- "excerptTokens": [
40807
- {
40808
- "kind": "Content",
40809
- "text": "export interface Color4 "
40810
- }
40811
- ],
40812
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40813
- "releaseTag": "Public",
40814
- "name": "PBColor4",
40815
- "preserveMemberOrder": false,
40816
- "members": [
40817
- {
40818
- "kind": "PropertySignature",
40819
- "canonicalReference": "@dcl/playground-assets!PBColor4#a:member",
40820
- "docComment": "",
40821
- "excerptTokens": [
40822
- {
40823
- "kind": "Content",
40824
- "text": "a: "
40825
- },
40826
- {
40827
- "kind": "Content",
40828
- "text": "number"
40829
- },
40830
- {
40831
- "kind": "Content",
40832
- "text": ";"
40833
- }
40834
- ],
40835
- "isReadonly": false,
40836
- "isOptional": false,
40837
- "releaseTag": "Public",
40838
- "name": "a",
40839
- "propertyTypeTokenRange": {
40840
- "startIndex": 1,
40841
- "endIndex": 2
40842
- }
40843
- },
40844
- {
40845
- "kind": "PropertySignature",
40846
- "canonicalReference": "@dcl/playground-assets!PBColor4#b:member",
40847
- "docComment": "",
40848
- "excerptTokens": [
40849
- {
40850
- "kind": "Content",
40851
- "text": "b: "
40852
- },
40853
- {
40854
- "kind": "Content",
40855
- "text": "number"
40856
- },
40857
- {
40858
- "kind": "Content",
40859
- "text": ";"
40860
- }
40861
- ],
40862
- "isReadonly": false,
40863
- "isOptional": false,
40864
- "releaseTag": "Public",
40865
- "name": "b",
40866
- "propertyTypeTokenRange": {
40867
- "startIndex": 1,
40868
- "endIndex": 2
40869
- }
40870
- },
40871
- {
40872
- "kind": "PropertySignature",
40873
- "canonicalReference": "@dcl/playground-assets!PBColor4#g:member",
40874
- "docComment": "",
40875
- "excerptTokens": [
40876
- {
40877
- "kind": "Content",
40878
- "text": "g: "
40879
- },
40880
- {
40881
- "kind": "Content",
40882
- "text": "number"
40883
- },
40884
- {
40885
- "kind": "Content",
40886
- "text": ";"
40887
- }
40888
- ],
40889
- "isReadonly": false,
40890
- "isOptional": false,
40891
- "releaseTag": "Public",
40892
- "name": "g",
40893
- "propertyTypeTokenRange": {
40894
- "startIndex": 1,
40895
- "endIndex": 2
40896
- }
40897
- },
40898
- {
40899
- "kind": "PropertySignature",
40900
- "canonicalReference": "@dcl/playground-assets!PBColor4#r:member",
40901
- "docComment": "",
40902
- "excerptTokens": [
40903
- {
40904
- "kind": "Content",
40905
- "text": "r: "
40906
- },
40907
- {
40908
- "kind": "Content",
40909
- "text": "number"
40910
- },
40911
- {
40912
- "kind": "Content",
40913
- "text": ";"
40914
- }
40915
- ],
40916
- "isReadonly": false,
40917
- "isOptional": false,
40918
- "releaseTag": "Public",
40919
- "name": "r",
40920
- "propertyTypeTokenRange": {
40921
- "startIndex": 1,
40922
- "endIndex": 2
40923
- }
40924
- }
40925
- ],
40926
- "extendsTokenRanges": []
40927
- },
40928
- {
40929
- "kind": "Namespace",
40930
- "canonicalReference": "@dcl/playground-assets!PBColor4:namespace",
40931
- "docComment": "/**\n * @public\n */\n",
40932
- "excerptTokens": [
40933
- {
40934
- "kind": "Content",
40935
- "text": "export declare namespace Color4 "
40936
- }
40937
- ],
40938
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40939
- "releaseTag": "Public",
40940
- "name": "PBColor4",
40941
- "preserveMemberOrder": false,
40942
- "members": [
40943
- {
40944
- "kind": "Function",
40945
- "canonicalReference": "@dcl/playground-assets!PBColor4.decode:function(1)",
40946
- "docComment": "",
40947
- "excerptTokens": [
40948
- {
40949
- "kind": "Content",
40950
- "text": "function decode(input: "
40951
- },
40952
- {
40953
- "kind": "Reference",
40954
- "text": "_m0.Reader",
40955
- "canonicalReference": "protobufjs!Reader:class"
40956
- },
40957
- {
40958
- "kind": "Content",
40959
- "text": " | "
40960
- },
40961
- {
40962
- "kind": "Reference",
40963
- "text": "Uint8Array",
40964
- "canonicalReference": "!Uint8Array:interface"
40965
- },
40966
- {
40967
- "kind": "Content",
40968
- "text": ", length?: "
40969
- },
40970
- {
40971
- "kind": "Content",
40972
- "text": "number"
40973
- },
40974
- {
40975
- "kind": "Content",
40976
- "text": "): "
40977
- },
40978
- {
40979
- "kind": "Reference",
40980
- "text": "Color4",
40981
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
40982
- },
40983
- {
40984
- "kind": "Content",
40985
- "text": ";"
40986
- }
40987
- ],
40988
- "returnTypeTokenRange": {
40989
- "startIndex": 7,
40990
- "endIndex": 8
40991
- },
40992
- "releaseTag": "Public",
40993
- "overloadIndex": 1,
40994
- "parameters": [
40995
- {
40996
- "parameterName": "input",
40997
- "parameterTypeTokenRange": {
40998
- "startIndex": 1,
40999
- "endIndex": 4
41000
- },
41001
- "isOptional": false
41002
- },
41003
- {
41004
- "parameterName": "length",
41005
- "parameterTypeTokenRange": {
41006
- "startIndex": 5,
41007
- "endIndex": 6
41008
- },
41009
- "isOptional": true
41010
- }
41011
- ],
41012
- "name": "decode"
41013
- },
41014
- {
41015
- "kind": "Function",
41016
- "canonicalReference": "@dcl/playground-assets!PBColor4.encode:function(1)",
40028
+ "canonicalReference": "@dcl/playground-assets!PBCameraMode.encode:function(1)",
41017
40029
  "docComment": "",
41018
40030
  "excerptTokens": [
41019
40031
  {
@@ -41022,8 +40034,8 @@
41022
40034
  },
41023
40035
  {
41024
40036
  "kind": "Reference",
41025
- "text": "Color4",
41026
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
40037
+ "text": "PBCameraMode",
40038
+ "canonicalReference": "@dcl/playground-assets!PBCameraMode:interface"
41027
40039
  },
41028
40040
  {
41029
40041
  "kind": "Content",
@@ -41078,58 +40090,36 @@
41078
40090
  },
41079
40091
  {
41080
40092
  "kind": "Interface",
41081
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface",
40093
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface",
41082
40094
  "docComment": "/**\n * @public\n */\n",
41083
40095
  "excerptTokens": [
41084
40096
  {
41085
40097
  "kind": "Content",
41086
- "text": "export interface PBEngineInfo "
40098
+ "text": "export interface PBCameraModeArea "
41087
40099
  }
41088
40100
  ],
41089
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
40101
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
41090
40102
  "releaseTag": "Public",
41091
- "name": "PBEngineInfo",
40103
+ "name": "PBCameraModeArea",
41092
40104
  "preserveMemberOrder": false,
41093
40105
  "members": [
41094
40106
  {
41095
40107
  "kind": "PropertySignature",
41096
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo#frameNumber:member",
41097
- "docComment": "/**\n * frame counter of the engine\n */\n",
40108
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#area:member",
40109
+ "docComment": "/**\n * the 3D size of the region\n */\n",
41098
40110
  "excerptTokens": [
41099
40111
  {
41100
40112
  "kind": "Content",
41101
- "text": "frameNumber: "
41102
- },
41103
- {
41104
- "kind": "Content",
41105
- "text": "number"
40113
+ "text": "area: "
41106
40114
  },
41107
40115
  {
41108
- "kind": "Content",
41109
- "text": ";"
41110
- }
41111
- ],
41112
- "isReadonly": false,
41113
- "isOptional": false,
41114
- "releaseTag": "Public",
41115
- "name": "frameNumber",
41116
- "propertyTypeTokenRange": {
41117
- "startIndex": 1,
41118
- "endIndex": 2
41119
- }
41120
- },
41121
- {
41122
- "kind": "PropertySignature",
41123
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo#tickNumber:member",
41124
- "docComment": "/**\n * tick counter of the scene as per ADR-148\n */\n",
41125
- "excerptTokens": [
41126
- {
41127
- "kind": "Content",
41128
- "text": "tickNumber: "
40116
+ "kind": "Reference",
40117
+ "text": "Vector3",
40118
+ "canonicalReference": "@dcl/playground-assets!Vector3"
41129
40119
  },
41130
40120
  {
41131
40121
  "kind": "Content",
41132
- "text": "number"
40122
+ "text": " | undefined"
41133
40123
  },
41134
40124
  {
41135
40125
  "kind": "Content",
@@ -41139,24 +40129,25 @@
41139
40129
  "isReadonly": false,
41140
40130
  "isOptional": false,
41141
40131
  "releaseTag": "Public",
41142
- "name": "tickNumber",
40132
+ "name": "area",
41143
40133
  "propertyTypeTokenRange": {
41144
40134
  "startIndex": 1,
41145
- "endIndex": 2
40135
+ "endIndex": 3
41146
40136
  }
41147
40137
  },
41148
40138
  {
41149
40139
  "kind": "PropertySignature",
41150
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo#totalRuntime:member",
41151
- "docComment": "/**\n * total runtime of this scene in seconds\n */\n",
40140
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
40141
+ "docComment": "/**\n * the camera mode to enforce\n */\n",
41152
40142
  "excerptTokens": [
41153
40143
  {
41154
40144
  "kind": "Content",
41155
- "text": "totalRuntime: "
40145
+ "text": "mode: "
41156
40146
  },
41157
40147
  {
41158
- "kind": "Content",
41159
- "text": "number"
40148
+ "kind": "Reference",
40149
+ "text": "CameraType",
40150
+ "canonicalReference": "@dcl/playground-assets!CameraType:enum"
41160
40151
  },
41161
40152
  {
41162
40153
  "kind": "Content",
@@ -41166,7 +40157,7 @@
41166
40157
  "isReadonly": false,
41167
40158
  "isOptional": false,
41168
40159
  "releaseTag": "Public",
41169
- "name": "totalRuntime",
40160
+ "name": "mode",
41170
40161
  "propertyTypeTokenRange": {
41171
40162
  "startIndex": 1,
41172
40163
  "endIndex": 2
@@ -41177,22 +40168,22 @@
41177
40168
  },
41178
40169
  {
41179
40170
  "kind": "Namespace",
41180
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:namespace",
40171
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:namespace",
41181
40172
  "docComment": "/**\n * @public\n */\n",
41182
40173
  "excerptTokens": [
41183
40174
  {
41184
40175
  "kind": "Content",
41185
- "text": "export declare namespace PBEngineInfo "
40176
+ "text": "export declare namespace PBCameraModeArea "
41186
40177
  }
41187
40178
  ],
41188
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
40179
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
41189
40180
  "releaseTag": "Public",
41190
- "name": "PBEngineInfo",
40181
+ "name": "PBCameraModeArea",
41191
40182
  "preserveMemberOrder": false,
41192
40183
  "members": [
41193
40184
  {
41194
40185
  "kind": "Function",
41195
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo.decode:function(1)",
40186
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.decode:function(1)",
41196
40187
  "docComment": "",
41197
40188
  "excerptTokens": [
41198
40189
  {
@@ -41227,8 +40218,8 @@
41227
40218
  },
41228
40219
  {
41229
40220
  "kind": "Reference",
41230
- "text": "PBEngineInfo",
41231
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
40221
+ "text": "PBCameraModeArea",
40222
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
41232
40223
  },
41233
40224
  {
41234
40225
  "kind": "Content",
@@ -41263,7 +40254,7 @@
41263
40254
  },
41264
40255
  {
41265
40256
  "kind": "Function",
41266
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo.encode:function(1)",
40257
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.encode:function(1)",
41267
40258
  "docComment": "",
41268
40259
  "excerptTokens": [
41269
40260
  {
@@ -41272,8 +40263,8 @@
41272
40263
  },
41273
40264
  {
41274
40265
  "kind": "Reference",
41275
- "text": "PBEngineInfo",
41276
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
40266
+ "text": "PBCameraModeArea",
40267
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
41277
40268
  },
41278
40269
  {
41279
40270
  "kind": "Content",
@@ -41328,31 +40319,31 @@
41328
40319
  },
41329
40320
  {
41330
40321
  "kind": "Interface",
41331
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface",
40322
+ "canonicalReference": "@dcl/playground-assets!PBColor3:interface",
41332
40323
  "docComment": "/**\n * @public\n */\n",
41333
40324
  "excerptTokens": [
41334
40325
  {
41335
40326
  "kind": "Content",
41336
- "text": "export interface PBGltfContainer "
40327
+ "text": "export interface Color3 "
41337
40328
  }
41338
40329
  ],
41339
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
40330
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41340
40331
  "releaseTag": "Public",
41341
- "name": "PBGltfContainer",
40332
+ "name": "PBColor3",
41342
40333
  "preserveMemberOrder": false,
41343
40334
  "members": [
41344
40335
  {
41345
40336
  "kind": "PropertySignature",
41346
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer#invisibleMeshesCollisionMask:member",
41347
- "docComment": "/**\n * default: CL_POINTER | CL_PHYSICS\n */\n",
40337
+ "canonicalReference": "@dcl/playground-assets!PBColor3#b:member",
40338
+ "docComment": "",
41348
40339
  "excerptTokens": [
41349
40340
  {
41350
40341
  "kind": "Content",
41351
- "text": "invisibleMeshesCollisionMask?: "
40342
+ "text": "b: "
41352
40343
  },
41353
40344
  {
41354
40345
  "kind": "Content",
41355
- "text": "number | undefined"
40346
+ "text": "number"
41356
40347
  },
41357
40348
  {
41358
40349
  "kind": "Content",
@@ -41360,9 +40351,9 @@
41360
40351
  }
41361
40352
  ],
41362
40353
  "isReadonly": false,
41363
- "isOptional": true,
40354
+ "isOptional": false,
41364
40355
  "releaseTag": "Public",
41365
- "name": "invisibleMeshesCollisionMask",
40356
+ "name": "b",
41366
40357
  "propertyTypeTokenRange": {
41367
40358
  "startIndex": 1,
41368
40359
  "endIndex": 2
@@ -41370,16 +40361,16 @@
41370
40361
  },
41371
40362
  {
41372
40363
  "kind": "PropertySignature",
41373
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer#src:member",
41374
- "docComment": "/**\n * the GLTF file path as listed in the scene's manifest.\n */\n",
40364
+ "canonicalReference": "@dcl/playground-assets!PBColor3#g:member",
40365
+ "docComment": "",
41375
40366
  "excerptTokens": [
41376
40367
  {
41377
40368
  "kind": "Content",
41378
- "text": "src: "
40369
+ "text": "g: "
41379
40370
  },
41380
40371
  {
41381
40372
  "kind": "Content",
41382
- "text": "string"
40373
+ "text": "number"
41383
40374
  },
41384
40375
  {
41385
40376
  "kind": "Content",
@@ -41389,7 +40380,7 @@
41389
40380
  "isReadonly": false,
41390
40381
  "isOptional": false,
41391
40382
  "releaseTag": "Public",
41392
- "name": "src",
40383
+ "name": "g",
41393
40384
  "propertyTypeTokenRange": {
41394
40385
  "startIndex": 1,
41395
40386
  "endIndex": 2
@@ -41397,16 +40388,16 @@
41397
40388
  },
41398
40389
  {
41399
40390
  "kind": "PropertySignature",
41400
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer#visibleMeshesCollisionMask:member",
41401
- "docComment": "/**\n * default: 0\n */\n",
40391
+ "canonicalReference": "@dcl/playground-assets!PBColor3#r:member",
40392
+ "docComment": "",
41402
40393
  "excerptTokens": [
41403
40394
  {
41404
40395
  "kind": "Content",
41405
- "text": "visibleMeshesCollisionMask?: "
40396
+ "text": "r: "
41406
40397
  },
41407
40398
  {
41408
40399
  "kind": "Content",
41409
- "text": "number | undefined"
40400
+ "text": "number"
41410
40401
  },
41411
40402
  {
41412
40403
  "kind": "Content",
@@ -41414,9 +40405,9 @@
41414
40405
  }
41415
40406
  ],
41416
40407
  "isReadonly": false,
41417
- "isOptional": true,
40408
+ "isOptional": false,
41418
40409
  "releaseTag": "Public",
41419
- "name": "visibleMeshesCollisionMask",
40410
+ "name": "r",
41420
40411
  "propertyTypeTokenRange": {
41421
40412
  "startIndex": 1,
41422
40413
  "endIndex": 2
@@ -41427,22 +40418,22 @@
41427
40418
  },
41428
40419
  {
41429
40420
  "kind": "Namespace",
41430
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:namespace",
40421
+ "canonicalReference": "@dcl/playground-assets!PBColor3:namespace",
41431
40422
  "docComment": "/**\n * @public\n */\n",
41432
40423
  "excerptTokens": [
41433
40424
  {
41434
40425
  "kind": "Content",
41435
- "text": "export declare namespace PBGltfContainer "
40426
+ "text": "export declare namespace Color3 "
41436
40427
  }
41437
40428
  ],
41438
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
40429
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41439
40430
  "releaseTag": "Public",
41440
- "name": "PBGltfContainer",
40431
+ "name": "PBColor3",
41441
40432
  "preserveMemberOrder": false,
41442
40433
  "members": [
41443
40434
  {
41444
40435
  "kind": "Function",
41445
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer.decode:function(1)",
40436
+ "canonicalReference": "@dcl/playground-assets!PBColor3.decode:function(1)",
41446
40437
  "docComment": "",
41447
40438
  "excerptTokens": [
41448
40439
  {
@@ -41477,8 +40468,8 @@
41477
40468
  },
41478
40469
  {
41479
40470
  "kind": "Reference",
41480
- "text": "PBGltfContainer",
41481
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
40471
+ "text": "Color3",
40472
+ "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
41482
40473
  },
41483
40474
  {
41484
40475
  "kind": "Content",
@@ -41513,7 +40504,7 @@
41513
40504
  },
41514
40505
  {
41515
40506
  "kind": "Function",
41516
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer.encode:function(1)",
40507
+ "canonicalReference": "@dcl/playground-assets!PBColor3.encode:function(1)",
41517
40508
  "docComment": "",
41518
40509
  "excerptTokens": [
41519
40510
  {
@@ -41522,8 +40513,8 @@
41522
40513
  },
41523
40514
  {
41524
40515
  "kind": "Reference",
41525
- "text": "PBGltfContainer",
41526
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
40516
+ "text": "Color3",
40517
+ "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
41527
40518
  },
41528
40519
  {
41529
40520
  "kind": "Content",
@@ -41578,32 +40569,31 @@
41578
40569
  },
41579
40570
  {
41580
40571
  "kind": "Interface",
41581
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface",
40572
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface",
41582
40573
  "docComment": "/**\n * @public\n */\n",
41583
40574
  "excerptTokens": [
41584
40575
  {
41585
40576
  "kind": "Content",
41586
- "text": "export interface PBGltfContainerLoadingState "
40577
+ "text": "export interface Color4 "
41587
40578
  }
41588
40579
  ],
41589
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
40580
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41590
40581
  "releaseTag": "Public",
41591
- "name": "PBGltfContainerLoadingState",
40582
+ "name": "PBColor4",
41592
40583
  "preserveMemberOrder": false,
41593
40584
  "members": [
41594
40585
  {
41595
40586
  "kind": "PropertySignature",
41596
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState#currentState:member",
40587
+ "canonicalReference": "@dcl/playground-assets!PBColor4#a:member",
41597
40588
  "docComment": "",
41598
40589
  "excerptTokens": [
41599
40590
  {
41600
40591
  "kind": "Content",
41601
- "text": "currentState: "
40592
+ "text": "a: "
41602
40593
  },
41603
40594
  {
41604
- "kind": "Reference",
41605
- "text": "LoadingState",
41606
- "canonicalReference": "@dcl/playground-assets!LoadingState:enum"
40595
+ "kind": "Content",
40596
+ "text": "number"
41607
40597
  },
41608
40598
  {
41609
40599
  "kind": "Content",
@@ -41613,7 +40603,88 @@
41613
40603
  "isReadonly": false,
41614
40604
  "isOptional": false,
41615
40605
  "releaseTag": "Public",
41616
- "name": "currentState",
40606
+ "name": "a",
40607
+ "propertyTypeTokenRange": {
40608
+ "startIndex": 1,
40609
+ "endIndex": 2
40610
+ }
40611
+ },
40612
+ {
40613
+ "kind": "PropertySignature",
40614
+ "canonicalReference": "@dcl/playground-assets!PBColor4#b:member",
40615
+ "docComment": "",
40616
+ "excerptTokens": [
40617
+ {
40618
+ "kind": "Content",
40619
+ "text": "b: "
40620
+ },
40621
+ {
40622
+ "kind": "Content",
40623
+ "text": "number"
40624
+ },
40625
+ {
40626
+ "kind": "Content",
40627
+ "text": ";"
40628
+ }
40629
+ ],
40630
+ "isReadonly": false,
40631
+ "isOptional": false,
40632
+ "releaseTag": "Public",
40633
+ "name": "b",
40634
+ "propertyTypeTokenRange": {
40635
+ "startIndex": 1,
40636
+ "endIndex": 2
40637
+ }
40638
+ },
40639
+ {
40640
+ "kind": "PropertySignature",
40641
+ "canonicalReference": "@dcl/playground-assets!PBColor4#g:member",
40642
+ "docComment": "",
40643
+ "excerptTokens": [
40644
+ {
40645
+ "kind": "Content",
40646
+ "text": "g: "
40647
+ },
40648
+ {
40649
+ "kind": "Content",
40650
+ "text": "number"
40651
+ },
40652
+ {
40653
+ "kind": "Content",
40654
+ "text": ";"
40655
+ }
40656
+ ],
40657
+ "isReadonly": false,
40658
+ "isOptional": false,
40659
+ "releaseTag": "Public",
40660
+ "name": "g",
40661
+ "propertyTypeTokenRange": {
40662
+ "startIndex": 1,
40663
+ "endIndex": 2
40664
+ }
40665
+ },
40666
+ {
40667
+ "kind": "PropertySignature",
40668
+ "canonicalReference": "@dcl/playground-assets!PBColor4#r:member",
40669
+ "docComment": "",
40670
+ "excerptTokens": [
40671
+ {
40672
+ "kind": "Content",
40673
+ "text": "r: "
40674
+ },
40675
+ {
40676
+ "kind": "Content",
40677
+ "text": "number"
40678
+ },
40679
+ {
40680
+ "kind": "Content",
40681
+ "text": ";"
40682
+ }
40683
+ ],
40684
+ "isReadonly": false,
40685
+ "isOptional": false,
40686
+ "releaseTag": "Public",
40687
+ "name": "r",
41617
40688
  "propertyTypeTokenRange": {
41618
40689
  "startIndex": 1,
41619
40690
  "endIndex": 2
@@ -41624,22 +40695,22 @@
41624
40695
  },
41625
40696
  {
41626
40697
  "kind": "Namespace",
41627
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:namespace",
40698
+ "canonicalReference": "@dcl/playground-assets!PBColor4:namespace",
41628
40699
  "docComment": "/**\n * @public\n */\n",
41629
40700
  "excerptTokens": [
41630
40701
  {
41631
40702
  "kind": "Content",
41632
- "text": "export declare namespace PBGltfContainerLoadingState "
40703
+ "text": "export declare namespace Color4 "
41633
40704
  }
41634
40705
  ],
41635
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
40706
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41636
40707
  "releaseTag": "Public",
41637
- "name": "PBGltfContainerLoadingState",
40708
+ "name": "PBColor4",
41638
40709
  "preserveMemberOrder": false,
41639
40710
  "members": [
41640
40711
  {
41641
40712
  "kind": "Function",
41642
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.decode:function(1)",
40713
+ "canonicalReference": "@dcl/playground-assets!PBColor4.decode:function(1)",
41643
40714
  "docComment": "",
41644
40715
  "excerptTokens": [
41645
40716
  {
@@ -41674,8 +40745,8 @@
41674
40745
  },
41675
40746
  {
41676
40747
  "kind": "Reference",
41677
- "text": "PBGltfContainerLoadingState",
41678
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
40748
+ "text": "Color4",
40749
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
41679
40750
  },
41680
40751
  {
41681
40752
  "kind": "Content",
@@ -41710,7 +40781,7 @@
41710
40781
  },
41711
40782
  {
41712
40783
  "kind": "Function",
41713
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.encode:function(1)",
40784
+ "canonicalReference": "@dcl/playground-assets!PBColor4.encode:function(1)",
41714
40785
  "docComment": "",
41715
40786
  "excerptTokens": [
41716
40787
  {
@@ -41719,8 +40790,8 @@
41719
40790
  },
41720
40791
  {
41721
40792
  "kind": "Reference",
41722
- "text": "PBGltfContainerLoadingState",
41723
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
40793
+ "text": "Color4",
40794
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
41724
40795
  },
41725
40796
  {
41726
40797
  "kind": "Content",
@@ -41775,31 +40846,31 @@
41775
40846
  },
41776
40847
  {
41777
40848
  "kind": "Interface",
41778
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface",
40849
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface",
41779
40850
  "docComment": "/**\n * @public\n */\n",
41780
40851
  "excerptTokens": [
41781
40852
  {
41782
40853
  "kind": "Content",
41783
- "text": "export interface PBGltfNodeModifiers_GltfNodeModifier "
40854
+ "text": "export interface PBEngineInfo "
41784
40855
  }
41785
40856
  ],
41786
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
40857
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
41787
40858
  "releaseTag": "Public",
41788
- "name": "PBGltfNodeModifiers_GltfNodeModifier",
40859
+ "name": "PBEngineInfo",
41789
40860
  "preserveMemberOrder": false,
41790
40861
  "members": [
41791
40862
  {
41792
40863
  "kind": "PropertySignature",
41793
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#castShadows:member",
41794
- "docComment": "/**\n * The casting shadows enabled override\n */\n",
40864
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo#frameNumber:member",
40865
+ "docComment": "/**\n * frame counter of the engine\n */\n",
41795
40866
  "excerptTokens": [
41796
40867
  {
41797
40868
  "kind": "Content",
41798
- "text": "castShadows?: "
40869
+ "text": "frameNumber: "
41799
40870
  },
41800
40871
  {
41801
40872
  "kind": "Content",
41802
- "text": "boolean | undefined"
40873
+ "text": "number"
41803
40874
  },
41804
40875
  {
41805
40876
  "kind": "Content",
@@ -41807,9 +40878,9 @@
41807
40878
  }
41808
40879
  ],
41809
40880
  "isReadonly": false,
41810
- "isOptional": true,
40881
+ "isOptional": false,
41811
40882
  "releaseTag": "Public",
41812
- "name": "castShadows",
40883
+ "name": "frameNumber",
41813
40884
  "propertyTypeTokenRange": {
41814
40885
  "startIndex": 1,
41815
40886
  "endIndex": 2
@@ -41817,21 +40888,16 @@
41817
40888
  },
41818
40889
  {
41819
40890
  "kind": "PropertySignature",
41820
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#material:member",
41821
- "docComment": "/**\n * The Material that will be overridden on the target Node\n */\n",
40891
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo#tickNumber:member",
40892
+ "docComment": "/**\n * tick counter of the scene as per ADR-148\n */\n",
41822
40893
  "excerptTokens": [
41823
40894
  {
41824
40895
  "kind": "Content",
41825
- "text": "material?: "
41826
- },
41827
- {
41828
- "kind": "Reference",
41829
- "text": "PBMaterial",
41830
- "canonicalReference": "@dcl/playground-assets!PBMaterial"
40896
+ "text": "tickNumber: "
41831
40897
  },
41832
40898
  {
41833
40899
  "kind": "Content",
41834
- "text": " | undefined"
40900
+ "text": "number"
41835
40901
  },
41836
40902
  {
41837
40903
  "kind": "Content",
@@ -41839,26 +40905,26 @@
41839
40905
  }
41840
40906
  ],
41841
40907
  "isReadonly": false,
41842
- "isOptional": true,
40908
+ "isOptional": false,
41843
40909
  "releaseTag": "Public",
41844
- "name": "material",
40910
+ "name": "tickNumber",
41845
40911
  "propertyTypeTokenRange": {
41846
40912
  "startIndex": 1,
41847
- "endIndex": 3
40913
+ "endIndex": 2
41848
40914
  }
41849
40915
  },
41850
40916
  {
41851
40917
  "kind": "PropertySignature",
41852
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#path:member",
41853
- "docComment": "/**\n * The GLTF hierarchy path of the target Node to be affected\n */\n",
40918
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo#totalRuntime:member",
40919
+ "docComment": "/**\n * total runtime of this scene in seconds\n */\n",
41854
40920
  "excerptTokens": [
41855
40921
  {
41856
40922
  "kind": "Content",
41857
- "text": "path: "
40923
+ "text": "totalRuntime: "
41858
40924
  },
41859
40925
  {
41860
40926
  "kind": "Content",
41861
- "text": "string"
40927
+ "text": "number"
41862
40928
  },
41863
40929
  {
41864
40930
  "kind": "Content",
@@ -41868,7 +40934,7 @@
41868
40934
  "isReadonly": false,
41869
40935
  "isOptional": false,
41870
40936
  "releaseTag": "Public",
41871
- "name": "path",
40937
+ "name": "totalRuntime",
41872
40938
  "propertyTypeTokenRange": {
41873
40939
  "startIndex": 1,
41874
40940
  "endIndex": 2
@@ -41879,22 +40945,22 @@
41879
40945
  },
41880
40946
  {
41881
40947
  "kind": "Namespace",
41882
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:namespace",
40948
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:namespace",
41883
40949
  "docComment": "/**\n * @public\n */\n",
41884
40950
  "excerptTokens": [
41885
40951
  {
41886
40952
  "kind": "Content",
41887
- "text": "export declare namespace PBGltfNodeModifiers_GltfNodeModifier "
40953
+ "text": "export declare namespace PBEngineInfo "
41888
40954
  }
41889
40955
  ],
41890
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
40956
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
41891
40957
  "releaseTag": "Public",
41892
- "name": "PBGltfNodeModifiers_GltfNodeModifier",
40958
+ "name": "PBEngineInfo",
41893
40959
  "preserveMemberOrder": false,
41894
40960
  "members": [
41895
40961
  {
41896
40962
  "kind": "Function",
41897
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.decode:function(1)",
40963
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo.decode:function(1)",
41898
40964
  "docComment": "",
41899
40965
  "excerptTokens": [
41900
40966
  {
@@ -41929,8 +40995,8 @@
41929
40995
  },
41930
40996
  {
41931
40997
  "kind": "Reference",
41932
- "text": "PBGltfNodeModifiers_GltfNodeModifier",
41933
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
40998
+ "text": "PBEngineInfo",
40999
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
41934
41000
  },
41935
41001
  {
41936
41002
  "kind": "Content",
@@ -41965,7 +41031,7 @@
41965
41031
  },
41966
41032
  {
41967
41033
  "kind": "Function",
41968
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.encode:function(1)",
41034
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo.encode:function(1)",
41969
41035
  "docComment": "",
41970
41036
  "excerptTokens": [
41971
41037
  {
@@ -41974,8 +41040,8 @@
41974
41040
  },
41975
41041
  {
41976
41042
  "kind": "Reference",
41977
- "text": "PBGltfNodeModifiers_GltfNodeModifier",
41978
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
41043
+ "text": "PBEngineInfo",
41044
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
41979
41045
  },
41980
41046
  {
41981
41047
  "kind": "Content",
@@ -42030,36 +41096,58 @@
42030
41096
  },
42031
41097
  {
42032
41098
  "kind": "Interface",
42033
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface",
41099
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface",
42034
41100
  "docComment": "/**\n * @public\n */\n",
42035
41101
  "excerptTokens": [
42036
41102
  {
42037
41103
  "kind": "Content",
42038
- "text": "export interface PBGltfNodeModifiers "
41104
+ "text": "export interface PBGltfContainer "
42039
41105
  }
42040
41106
  ],
42041
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
41107
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
42042
41108
  "releaseTag": "Public",
42043
- "name": "PBGltfNodeModifiers",
41109
+ "name": "PBGltfContainer",
42044
41110
  "preserveMemberOrder": false,
42045
41111
  "members": [
42046
41112
  {
42047
41113
  "kind": "PropertySignature",
42048
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers#modifiers:member",
42049
- "docComment": "",
41114
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer#invisibleMeshesCollisionMask:member",
41115
+ "docComment": "/**\n * default: CL_POINTER | CL_PHYSICS\n */\n",
42050
41116
  "excerptTokens": [
42051
41117
  {
42052
41118
  "kind": "Content",
42053
- "text": "modifiers: "
41119
+ "text": "invisibleMeshesCollisionMask?: "
42054
41120
  },
42055
41121
  {
42056
- "kind": "Reference",
42057
- "text": "PBGltfNodeModifiers_GltfNodeModifier",
42058
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
41122
+ "kind": "Content",
41123
+ "text": "number | undefined"
42059
41124
  },
42060
41125
  {
42061
41126
  "kind": "Content",
42062
- "text": "[]"
41127
+ "text": ";"
41128
+ }
41129
+ ],
41130
+ "isReadonly": false,
41131
+ "isOptional": true,
41132
+ "releaseTag": "Public",
41133
+ "name": "invisibleMeshesCollisionMask",
41134
+ "propertyTypeTokenRange": {
41135
+ "startIndex": 1,
41136
+ "endIndex": 2
41137
+ }
41138
+ },
41139
+ {
41140
+ "kind": "PropertySignature",
41141
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer#src:member",
41142
+ "docComment": "/**\n * the GLTF file path as listed in the scene's manifest.\n */\n",
41143
+ "excerptTokens": [
41144
+ {
41145
+ "kind": "Content",
41146
+ "text": "src: "
41147
+ },
41148
+ {
41149
+ "kind": "Content",
41150
+ "text": "string"
42063
41151
  },
42064
41152
  {
42065
41153
  "kind": "Content",
@@ -42069,10 +41157,37 @@
42069
41157
  "isReadonly": false,
42070
41158
  "isOptional": false,
42071
41159
  "releaseTag": "Public",
42072
- "name": "modifiers",
41160
+ "name": "src",
42073
41161
  "propertyTypeTokenRange": {
42074
41162
  "startIndex": 1,
42075
- "endIndex": 3
41163
+ "endIndex": 2
41164
+ }
41165
+ },
41166
+ {
41167
+ "kind": "PropertySignature",
41168
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer#visibleMeshesCollisionMask:member",
41169
+ "docComment": "/**\n * default: 0\n */\n",
41170
+ "excerptTokens": [
41171
+ {
41172
+ "kind": "Content",
41173
+ "text": "visibleMeshesCollisionMask?: "
41174
+ },
41175
+ {
41176
+ "kind": "Content",
41177
+ "text": "number | undefined"
41178
+ },
41179
+ {
41180
+ "kind": "Content",
41181
+ "text": ";"
41182
+ }
41183
+ ],
41184
+ "isReadonly": false,
41185
+ "isOptional": true,
41186
+ "releaseTag": "Public",
41187
+ "name": "visibleMeshesCollisionMask",
41188
+ "propertyTypeTokenRange": {
41189
+ "startIndex": 1,
41190
+ "endIndex": 2
42076
41191
  }
42077
41192
  }
42078
41193
  ],
@@ -42080,22 +41195,22 @@
42080
41195
  },
42081
41196
  {
42082
41197
  "kind": "Namespace",
42083
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:namespace",
41198
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:namespace",
42084
41199
  "docComment": "/**\n * @public\n */\n",
42085
41200
  "excerptTokens": [
42086
41201
  {
42087
41202
  "kind": "Content",
42088
- "text": "export declare namespace PBGltfNodeModifiers "
41203
+ "text": "export declare namespace PBGltfContainer "
42089
41204
  }
42090
41205
  ],
42091
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
41206
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
42092
41207
  "releaseTag": "Public",
42093
- "name": "PBGltfNodeModifiers",
41208
+ "name": "PBGltfContainer",
42094
41209
  "preserveMemberOrder": false,
42095
41210
  "members": [
42096
41211
  {
42097
41212
  "kind": "Function",
42098
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.decode:function(1)",
41213
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer.decode:function(1)",
42099
41214
  "docComment": "",
42100
41215
  "excerptTokens": [
42101
41216
  {
@@ -42130,8 +41245,8 @@
42130
41245
  },
42131
41246
  {
42132
41247
  "kind": "Reference",
42133
- "text": "PBGltfNodeModifiers",
42134
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
41248
+ "text": "PBGltfContainer",
41249
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
42135
41250
  },
42136
41251
  {
42137
41252
  "kind": "Content",
@@ -42166,7 +41281,7 @@
42166
41281
  },
42167
41282
  {
42168
41283
  "kind": "Function",
42169
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.encode:function(1)",
41284
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer.encode:function(1)",
42170
41285
  "docComment": "",
42171
41286
  "excerptTokens": [
42172
41287
  {
@@ -42175,8 +41290,8 @@
42175
41290
  },
42176
41291
  {
42177
41292
  "kind": "Reference",
42178
- "text": "PBGltfNodeModifiers",
42179
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
41293
+ "text": "PBGltfContainer",
41294
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
42180
41295
  },
42181
41296
  {
42182
41297
  "kind": "Content",
@@ -42231,166 +41346,32 @@
42231
41346
  },
42232
41347
  {
42233
41348
  "kind": "Interface",
42234
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface",
41349
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface",
42235
41350
  "docComment": "/**\n * @public\n */\n",
42236
41351
  "excerptTokens": [
42237
41352
  {
42238
41353
  "kind": "Content",
42239
- "text": "export interface PBInputModifier_StandardInput "
41354
+ "text": "export interface PBGltfContainerLoadingState "
42240
41355
  }
42241
41356
  ],
42242
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
41357
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
42243
41358
  "releaseTag": "Public",
42244
- "name": "PBInputModifier_StandardInput",
41359
+ "name": "PBGltfContainerLoadingState",
42245
41360
  "preserveMemberOrder": false,
42246
41361
  "members": [
42247
41362
  {
42248
41363
  "kind": "PropertySignature",
42249
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableAll:member",
42250
- "docComment": "",
42251
- "excerptTokens": [
42252
- {
42253
- "kind": "Content",
42254
- "text": "disableAll?: "
42255
- },
42256
- {
42257
- "kind": "Content",
42258
- "text": "boolean | undefined"
42259
- },
42260
- {
42261
- "kind": "Content",
42262
- "text": ";"
42263
- }
42264
- ],
42265
- "isReadonly": false,
42266
- "isOptional": true,
42267
- "releaseTag": "Public",
42268
- "name": "disableAll",
42269
- "propertyTypeTokenRange": {
42270
- "startIndex": 1,
42271
- "endIndex": 2
42272
- }
42273
- },
42274
- {
42275
- "kind": "PropertySignature",
42276
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableEmote:member",
42277
- "docComment": "",
42278
- "excerptTokens": [
42279
- {
42280
- "kind": "Content",
42281
- "text": "disableEmote?: "
42282
- },
42283
- {
42284
- "kind": "Content",
42285
- "text": "boolean | undefined"
42286
- },
42287
- {
42288
- "kind": "Content",
42289
- "text": ";"
42290
- }
42291
- ],
42292
- "isReadonly": false,
42293
- "isOptional": true,
42294
- "releaseTag": "Public",
42295
- "name": "disableEmote",
42296
- "propertyTypeTokenRange": {
42297
- "startIndex": 1,
42298
- "endIndex": 2
42299
- }
42300
- },
42301
- {
42302
- "kind": "PropertySignature",
42303
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJog:member",
42304
- "docComment": "",
42305
- "excerptTokens": [
42306
- {
42307
- "kind": "Content",
42308
- "text": "disableJog?: "
42309
- },
42310
- {
42311
- "kind": "Content",
42312
- "text": "boolean | undefined"
42313
- },
42314
- {
42315
- "kind": "Content",
42316
- "text": ";"
42317
- }
42318
- ],
42319
- "isReadonly": false,
42320
- "isOptional": true,
42321
- "releaseTag": "Public",
42322
- "name": "disableJog",
42323
- "propertyTypeTokenRange": {
42324
- "startIndex": 1,
42325
- "endIndex": 2
42326
- }
42327
- },
42328
- {
42329
- "kind": "PropertySignature",
42330
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJump:member",
42331
- "docComment": "",
42332
- "excerptTokens": [
42333
- {
42334
- "kind": "Content",
42335
- "text": "disableJump?: "
42336
- },
42337
- {
42338
- "kind": "Content",
42339
- "text": "boolean | undefined"
42340
- },
42341
- {
42342
- "kind": "Content",
42343
- "text": ";"
42344
- }
42345
- ],
42346
- "isReadonly": false,
42347
- "isOptional": true,
42348
- "releaseTag": "Public",
42349
- "name": "disableJump",
42350
- "propertyTypeTokenRange": {
42351
- "startIndex": 1,
42352
- "endIndex": 2
42353
- }
42354
- },
42355
- {
42356
- "kind": "PropertySignature",
42357
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableRun:member",
42358
- "docComment": "",
42359
- "excerptTokens": [
42360
- {
42361
- "kind": "Content",
42362
- "text": "disableRun?: "
42363
- },
42364
- {
42365
- "kind": "Content",
42366
- "text": "boolean | undefined"
42367
- },
42368
- {
42369
- "kind": "Content",
42370
- "text": ";"
42371
- }
42372
- ],
42373
- "isReadonly": false,
42374
- "isOptional": true,
42375
- "releaseTag": "Public",
42376
- "name": "disableRun",
42377
- "propertyTypeTokenRange": {
42378
- "startIndex": 1,
42379
- "endIndex": 2
42380
- }
42381
- },
42382
- {
42383
- "kind": "PropertySignature",
42384
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableWalk:member",
41364
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState#currentState:member",
42385
41365
  "docComment": "",
42386
41366
  "excerptTokens": [
42387
41367
  {
42388
41368
  "kind": "Content",
42389
- "text": "disableWalk?: "
41369
+ "text": "currentState: "
42390
41370
  },
42391
41371
  {
42392
- "kind": "Content",
42393
- "text": "boolean | undefined"
41372
+ "kind": "Reference",
41373
+ "text": "LoadingState",
41374
+ "canonicalReference": "@dcl/playground-assets!LoadingState:enum"
42394
41375
  },
42395
41376
  {
42396
41377
  "kind": "Content",
@@ -42398,9 +41379,9 @@
42398
41379
  }
42399
41380
  ],
42400
41381
  "isReadonly": false,
42401
- "isOptional": true,
41382
+ "isOptional": false,
42402
41383
  "releaseTag": "Public",
42403
- "name": "disableWalk",
41384
+ "name": "currentState",
42404
41385
  "propertyTypeTokenRange": {
42405
41386
  "startIndex": 1,
42406
41387
  "endIndex": 2
@@ -42411,22 +41392,22 @@
42411
41392
  },
42412
41393
  {
42413
41394
  "kind": "Namespace",
42414
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:namespace",
41395
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:namespace",
42415
41396
  "docComment": "/**\n * @public\n */\n",
42416
41397
  "excerptTokens": [
42417
41398
  {
42418
41399
  "kind": "Content",
42419
- "text": "export declare namespace PBInputModifier_StandardInput "
41400
+ "text": "export declare namespace PBGltfContainerLoadingState "
42420
41401
  }
42421
41402
  ],
42422
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
41403
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
42423
41404
  "releaseTag": "Public",
42424
- "name": "PBInputModifier_StandardInput",
41405
+ "name": "PBGltfContainerLoadingState",
42425
41406
  "preserveMemberOrder": false,
42426
41407
  "members": [
42427
41408
  {
42428
41409
  "kind": "Function",
42429
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.decode:function(1)",
41410
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.decode:function(1)",
42430
41411
  "docComment": "",
42431
41412
  "excerptTokens": [
42432
41413
  {
@@ -42461,8 +41442,8 @@
42461
41442
  },
42462
41443
  {
42463
41444
  "kind": "Reference",
42464
- "text": "PBInputModifier_StandardInput",
42465
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
41445
+ "text": "PBGltfContainerLoadingState",
41446
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
42466
41447
  },
42467
41448
  {
42468
41449
  "kind": "Content",
@@ -42497,7 +41478,7 @@
42497
41478
  },
42498
41479
  {
42499
41480
  "kind": "Function",
42500
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.encode:function(1)",
41481
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.encode:function(1)",
42501
41482
  "docComment": "",
42502
41483
  "excerptTokens": [
42503
41484
  {
@@ -42506,8 +41487,8 @@
42506
41487
  },
42507
41488
  {
42508
41489
  "kind": "Reference",
42509
- "text": "PBInputModifier_StandardInput",
42510
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
41490
+ "text": "PBGltfContainerLoadingState",
41491
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
42511
41492
  },
42512
41493
  {
42513
41494
  "kind": "Content",
@@ -42562,40 +41543,31 @@
42562
41543
  },
42563
41544
  {
42564
41545
  "kind": "Interface",
42565
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface",
41546
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface",
42566
41547
  "docComment": "/**\n * @public\n */\n",
42567
41548
  "excerptTokens": [
42568
41549
  {
42569
41550
  "kind": "Content",
42570
- "text": "export interface PBInputModifier "
41551
+ "text": "export interface PBGltfNodeModifiers_GltfNodeModifier "
42571
41552
  }
42572
41553
  ],
42573
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
41554
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42574
41555
  "releaseTag": "Public",
42575
- "name": "PBInputModifier",
41556
+ "name": "PBGltfNodeModifiers_GltfNodeModifier",
42576
41557
  "preserveMemberOrder": false,
42577
41558
  "members": [
42578
41559
  {
42579
41560
  "kind": "PropertySignature",
42580
- "canonicalReference": "@dcl/playground-assets!PBInputModifier#mode:member",
42581
- "docComment": "",
41561
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#castShadows:member",
41562
+ "docComment": "/**\n * The casting shadows enabled override\n */\n",
42582
41563
  "excerptTokens": [
42583
41564
  {
42584
41565
  "kind": "Content",
42585
- "text": "mode?: "
42586
- },
42587
- {
42588
- "kind": "Content",
42589
- "text": "{\n $case: \"standard\";\n standard: "
42590
- },
42591
- {
42592
- "kind": "Reference",
42593
- "text": "PBInputModifier_StandardInput",
42594
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
41566
+ "text": "castShadows?: "
42595
41567
  },
42596
41568
  {
42597
41569
  "kind": "Content",
42598
- "text": ";\n } | undefined"
41570
+ "text": "boolean | undefined"
42599
41571
  },
42600
41572
  {
42601
41573
  "kind": "Content",
@@ -42605,201 +41577,92 @@
42605
41577
  "isReadonly": false,
42606
41578
  "isOptional": true,
42607
41579
  "releaseTag": "Public",
42608
- "name": "mode",
41580
+ "name": "castShadows",
42609
41581
  "propertyTypeTokenRange": {
42610
41582
  "startIndex": 1,
42611
- "endIndex": 4
41583
+ "endIndex": 2
42612
41584
  }
42613
- }
42614
- ],
42615
- "extendsTokenRanges": []
42616
- },
42617
- {
42618
- "kind": "Namespace",
42619
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:namespace",
42620
- "docComment": "/**\n * @public\n */\n",
42621
- "excerptTokens": [
42622
- {
42623
- "kind": "Content",
42624
- "text": "export declare namespace PBInputModifier "
42625
- }
42626
- ],
42627
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
42628
- "releaseTag": "Public",
42629
- "name": "PBInputModifier",
42630
- "preserveMemberOrder": false,
42631
- "members": [
41585
+ },
42632
41586
  {
42633
- "kind": "Function",
42634
- "canonicalReference": "@dcl/playground-assets!PBInputModifier.decode:function(1)",
42635
- "docComment": "",
41587
+ "kind": "PropertySignature",
41588
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#material:member",
41589
+ "docComment": "/**\n * The Material that will be overridden on the target Node\n */\n",
42636
41590
  "excerptTokens": [
42637
41591
  {
42638
41592
  "kind": "Content",
42639
- "text": "function decode(input: "
42640
- },
42641
- {
42642
- "kind": "Reference",
42643
- "text": "_m0.Reader",
42644
- "canonicalReference": "protobufjs!Reader:class"
42645
- },
42646
- {
42647
- "kind": "Content",
42648
- "text": " | "
41593
+ "text": "material?: "
42649
41594
  },
42650
41595
  {
42651
41596
  "kind": "Reference",
42652
- "text": "Uint8Array",
42653
- "canonicalReference": "!Uint8Array:interface"
42654
- },
42655
- {
42656
- "kind": "Content",
42657
- "text": ", length?: "
42658
- },
42659
- {
42660
- "kind": "Content",
42661
- "text": "number"
41597
+ "text": "PBMaterial",
41598
+ "canonicalReference": "@dcl/playground-assets!PBMaterial"
42662
41599
  },
42663
41600
  {
42664
41601
  "kind": "Content",
42665
- "text": "): "
42666
- },
42667
- {
42668
- "kind": "Reference",
42669
- "text": "PBInputModifier",
42670
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
41602
+ "text": " | undefined"
42671
41603
  },
42672
41604
  {
42673
41605
  "kind": "Content",
42674
41606
  "text": ";"
42675
41607
  }
42676
41608
  ],
42677
- "returnTypeTokenRange": {
42678
- "startIndex": 7,
42679
- "endIndex": 8
42680
- },
41609
+ "isReadonly": false,
41610
+ "isOptional": true,
42681
41611
  "releaseTag": "Public",
42682
- "overloadIndex": 1,
42683
- "parameters": [
42684
- {
42685
- "parameterName": "input",
42686
- "parameterTypeTokenRange": {
42687
- "startIndex": 1,
42688
- "endIndex": 4
42689
- },
42690
- "isOptional": false
42691
- },
42692
- {
42693
- "parameterName": "length",
42694
- "parameterTypeTokenRange": {
42695
- "startIndex": 5,
42696
- "endIndex": 6
42697
- },
42698
- "isOptional": true
42699
- }
42700
- ],
42701
- "name": "decode"
41612
+ "name": "material",
41613
+ "propertyTypeTokenRange": {
41614
+ "startIndex": 1,
41615
+ "endIndex": 3
41616
+ }
42702
41617
  },
42703
41618
  {
42704
- "kind": "Function",
42705
- "canonicalReference": "@dcl/playground-assets!PBInputModifier.encode:function(1)",
42706
- "docComment": "",
41619
+ "kind": "PropertySignature",
41620
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#path:member",
41621
+ "docComment": "/**\n * The GLTF hierarchy path of the target Node to be affected\n */\n",
42707
41622
  "excerptTokens": [
42708
41623
  {
42709
41624
  "kind": "Content",
42710
- "text": "function encode(message: "
42711
- },
42712
- {
42713
- "kind": "Reference",
42714
- "text": "PBInputModifier",
42715
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
42716
- },
42717
- {
42718
- "kind": "Content",
42719
- "text": ", writer?: "
42720
- },
42721
- {
42722
- "kind": "Reference",
42723
- "text": "_m0.Writer",
42724
- "canonicalReference": "protobufjs!Writer:class"
41625
+ "text": "path: "
42725
41626
  },
42726
41627
  {
42727
41628
  "kind": "Content",
42728
- "text": "): "
42729
- },
42730
- {
42731
- "kind": "Reference",
42732
- "text": "_m0.Writer",
42733
- "canonicalReference": "protobufjs!Writer:class"
41629
+ "text": "string"
42734
41630
  },
42735
41631
  {
42736
41632
  "kind": "Content",
42737
41633
  "text": ";"
42738
41634
  }
42739
41635
  ],
42740
- "returnTypeTokenRange": {
42741
- "startIndex": 5,
42742
- "endIndex": 6
42743
- },
41636
+ "isReadonly": false,
41637
+ "isOptional": false,
42744
41638
  "releaseTag": "Public",
42745
- "overloadIndex": 1,
42746
- "parameters": [
42747
- {
42748
- "parameterName": "message",
42749
- "parameterTypeTokenRange": {
42750
- "startIndex": 1,
42751
- "endIndex": 2
42752
- },
42753
- "isOptional": false
42754
- },
42755
- {
42756
- "parameterName": "writer",
42757
- "parameterTypeTokenRange": {
42758
- "startIndex": 3,
42759
- "endIndex": 4
42760
- },
42761
- "isOptional": true
42762
- }
42763
- ],
42764
- "name": "encode"
42765
- }
42766
- ]
42767
- },
42768
- {
42769
- "kind": "Interface",
42770
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface",
42771
- "docComment": "/**\n * @public\n */\n",
42772
- "excerptTokens": [
42773
- {
42774
- "kind": "Content",
42775
- "text": "export interface PBLightSource_Point "
41639
+ "name": "path",
41640
+ "propertyTypeTokenRange": {
41641
+ "startIndex": 1,
41642
+ "endIndex": 2
41643
+ }
42776
41644
  }
42777
41645
  ],
42778
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42779
- "releaseTag": "Public",
42780
- "name": "PBLightSource_Point",
42781
- "preserveMemberOrder": false,
42782
- "members": [],
42783
41646
  "extendsTokenRanges": []
42784
41647
  },
42785
41648
  {
42786
41649
  "kind": "Namespace",
42787
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:namespace",
41650
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:namespace",
42788
41651
  "docComment": "/**\n * @public\n */\n",
42789
41652
  "excerptTokens": [
42790
41653
  {
42791
41654
  "kind": "Content",
42792
- "text": "export declare namespace PBLightSource_Point "
41655
+ "text": "export declare namespace PBGltfNodeModifiers_GltfNodeModifier "
42793
41656
  }
42794
41657
  ],
42795
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41658
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42796
41659
  "releaseTag": "Public",
42797
- "name": "PBLightSource_Point",
41660
+ "name": "PBGltfNodeModifiers_GltfNodeModifier",
42798
41661
  "preserveMemberOrder": false,
42799
41662
  "members": [
42800
41663
  {
42801
41664
  "kind": "Function",
42802
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point.decode:function(1)",
41665
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.decode:function(1)",
42803
41666
  "docComment": "",
42804
41667
  "excerptTokens": [
42805
41668
  {
@@ -42834,8 +41697,8 @@
42834
41697
  },
42835
41698
  {
42836
41699
  "kind": "Reference",
42837
- "text": "PBLightSource_Point",
42838
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
41700
+ "text": "PBGltfNodeModifiers_GltfNodeModifier",
41701
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
42839
41702
  },
42840
41703
  {
42841
41704
  "kind": "Content",
@@ -42870,17 +41733,17 @@
42870
41733
  },
42871
41734
  {
42872
41735
  "kind": "Function",
42873
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point.encode:function(1)",
41736
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.encode:function(1)",
42874
41737
  "docComment": "",
42875
41738
  "excerptTokens": [
42876
41739
  {
42877
41740
  "kind": "Content",
42878
- "text": "function encode(_: "
41741
+ "text": "function encode(message: "
42879
41742
  },
42880
41743
  {
42881
41744
  "kind": "Reference",
42882
- "text": "PBLightSource_Point",
42883
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
41745
+ "text": "PBGltfNodeModifiers_GltfNodeModifier",
41746
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
42884
41747
  },
42885
41748
  {
42886
41749
  "kind": "Content",
@@ -42913,7 +41776,7 @@
42913
41776
  "overloadIndex": 1,
42914
41777
  "parameters": [
42915
41778
  {
42916
- "parameterName": "_",
41779
+ "parameterName": "message",
42917
41780
  "parameterTypeTokenRange": {
42918
41781
  "startIndex": 1,
42919
41782
  "endIndex": 2
@@ -42935,58 +41798,36 @@
42935
41798
  },
42936
41799
  {
42937
41800
  "kind": "Interface",
42938
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface",
41801
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface",
42939
41802
  "docComment": "/**\n * @public\n */\n",
42940
41803
  "excerptTokens": [
42941
41804
  {
42942
41805
  "kind": "Content",
42943
- "text": "export interface PBLightSource_Spot "
41806
+ "text": "export interface PBGltfNodeModifiers "
42944
41807
  }
42945
41808
  ],
42946
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41809
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42947
41810
  "releaseTag": "Public",
42948
- "name": "PBLightSource_Spot",
41811
+ "name": "PBGltfNodeModifiers",
42949
41812
  "preserveMemberOrder": false,
42950
41813
  "members": [
42951
41814
  {
42952
41815
  "kind": "PropertySignature",
42953
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#innerAngle:member",
42954
- "docComment": "/**\n * default = 21.8. Inner angle can't be higher than outer angle, otherwise will default to same value. Min value is 0. Max value is 179.\n */\n",
41816
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers#modifiers:member",
41817
+ "docComment": "",
42955
41818
  "excerptTokens": [
42956
41819
  {
42957
41820
  "kind": "Content",
42958
- "text": "innerAngle?: "
42959
- },
42960
- {
42961
- "kind": "Content",
42962
- "text": "number | undefined"
41821
+ "text": "modifiers: "
42963
41822
  },
42964
41823
  {
42965
- "kind": "Content",
42966
- "text": ";"
42967
- }
42968
- ],
42969
- "isReadonly": false,
42970
- "isOptional": true,
42971
- "releaseTag": "Public",
42972
- "name": "innerAngle",
42973
- "propertyTypeTokenRange": {
42974
- "startIndex": 1,
42975
- "endIndex": 2
42976
- }
42977
- },
42978
- {
42979
- "kind": "PropertySignature",
42980
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#outerAngle:member",
42981
- "docComment": "/**\n * default = 30. Outer angle can't be lower than inner angle, otherwise will inner angle will be set to same value. Max value is 179.\n */\n",
42982
- "excerptTokens": [
42983
- {
42984
- "kind": "Content",
42985
- "text": "outerAngle?: "
41824
+ "kind": "Reference",
41825
+ "text": "PBGltfNodeModifiers_GltfNodeModifier",
41826
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
42986
41827
  },
42987
41828
  {
42988
41829
  "kind": "Content",
42989
- "text": "number | undefined"
41830
+ "text": "[]"
42990
41831
  },
42991
41832
  {
42992
41833
  "kind": "Content",
@@ -42994,12 +41835,12 @@
42994
41835
  }
42995
41836
  ],
42996
41837
  "isReadonly": false,
42997
- "isOptional": true,
41838
+ "isOptional": false,
42998
41839
  "releaseTag": "Public",
42999
- "name": "outerAngle",
41840
+ "name": "modifiers",
43000
41841
  "propertyTypeTokenRange": {
43001
41842
  "startIndex": 1,
43002
- "endIndex": 2
41843
+ "endIndex": 3
43003
41844
  }
43004
41845
  }
43005
41846
  ],
@@ -43007,22 +41848,22 @@
43007
41848
  },
43008
41849
  {
43009
41850
  "kind": "Namespace",
43010
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:namespace",
41851
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:namespace",
43011
41852
  "docComment": "/**\n * @public\n */\n",
43012
41853
  "excerptTokens": [
43013
41854
  {
43014
41855
  "kind": "Content",
43015
- "text": "export declare namespace PBLightSource_Spot "
41856
+ "text": "export declare namespace PBGltfNodeModifiers "
43016
41857
  }
43017
41858
  ],
43018
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41859
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
43019
41860
  "releaseTag": "Public",
43020
- "name": "PBLightSource_Spot",
41861
+ "name": "PBGltfNodeModifiers",
43021
41862
  "preserveMemberOrder": false,
43022
41863
  "members": [
43023
41864
  {
43024
41865
  "kind": "Function",
43025
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot.decode:function(1)",
41866
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.decode:function(1)",
43026
41867
  "docComment": "",
43027
41868
  "excerptTokens": [
43028
41869
  {
@@ -43057,8 +41898,8 @@
43057
41898
  },
43058
41899
  {
43059
41900
  "kind": "Reference",
43060
- "text": "PBLightSource_Spot",
43061
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
41901
+ "text": "PBGltfNodeModifiers",
41902
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
43062
41903
  },
43063
41904
  {
43064
41905
  "kind": "Content",
@@ -43093,7 +41934,7 @@
43093
41934
  },
43094
41935
  {
43095
41936
  "kind": "Function",
43096
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot.encode:function(1)",
41937
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.encode:function(1)",
43097
41938
  "docComment": "",
43098
41939
  "excerptTokens": [
43099
41940
  {
@@ -43102,8 +41943,8 @@
43102
41943
  },
43103
41944
  {
43104
41945
  "kind": "Reference",
43105
- "text": "PBLightSource_Spot",
43106
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
41946
+ "text": "PBGltfNodeModifiers",
41947
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
43107
41948
  },
43108
41949
  {
43109
41950
  "kind": "Content",
@@ -43158,27 +41999,27 @@
43158
41999
  },
43159
42000
  {
43160
42001
  "kind": "Interface",
43161
- "canonicalReference": "@dcl/playground-assets!PBLightSource:interface",
42002
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface",
43162
42003
  "docComment": "/**\n * @public\n */\n",
43163
42004
  "excerptTokens": [
43164
42005
  {
43165
42006
  "kind": "Content",
43166
- "text": "export interface PBLightSource "
42007
+ "text": "export interface PBInputModifier_StandardInput "
43167
42008
  }
43168
42009
  ],
43169
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42010
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
43170
42011
  "releaseTag": "Public",
43171
- "name": "PBLightSource",
42012
+ "name": "PBInputModifier_StandardInput",
43172
42013
  "preserveMemberOrder": false,
43173
42014
  "members": [
43174
42015
  {
43175
42016
  "kind": "PropertySignature",
43176
- "canonicalReference": "@dcl/playground-assets!PBLightSource#active:member",
43177
- "docComment": "/**\n * default = true, whether the lightSource is active or not.\n */\n",
42017
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableAll:member",
42018
+ "docComment": "",
43178
42019
  "excerptTokens": [
43179
42020
  {
43180
42021
  "kind": "Content",
43181
- "text": "active?: "
42022
+ "text": "disableAll?: "
43182
42023
  },
43183
42024
  {
43184
42025
  "kind": "Content",
@@ -43192,7 +42033,7 @@
43192
42033
  "isReadonly": false,
43193
42034
  "isOptional": true,
43194
42035
  "releaseTag": "Public",
43195
- "name": "active",
42036
+ "name": "disableAll",
43196
42037
  "propertyTypeTokenRange": {
43197
42038
  "startIndex": 1,
43198
42039
  "endIndex": 2
@@ -43200,21 +42041,16 @@
43200
42041
  },
43201
42042
  {
43202
42043
  "kind": "PropertySignature",
43203
- "canonicalReference": "@dcl/playground-assets!PBLightSource#color:member",
43204
- "docComment": "/**\n * default = Color.white, the tint of the light, in RGB format where each component is a floating point value with a range from 0 to 1.\n */\n",
42044
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableEmote:member",
42045
+ "docComment": "",
43205
42046
  "excerptTokens": [
43206
42047
  {
43207
42048
  "kind": "Content",
43208
- "text": "color?: "
43209
- },
43210
- {
43211
- "kind": "Reference",
43212
- "text": "Color3",
43213
- "canonicalReference": "@dcl/playground-assets!Color3"
42049
+ "text": "disableEmote?: "
43214
42050
  },
43215
42051
  {
43216
42052
  "kind": "Content",
43217
- "text": " | undefined"
42053
+ "text": "boolean | undefined"
43218
42054
  },
43219
42055
  {
43220
42056
  "kind": "Content",
@@ -43224,24 +42060,24 @@
43224
42060
  "isReadonly": false,
43225
42061
  "isOptional": true,
43226
42062
  "releaseTag": "Public",
43227
- "name": "color",
42063
+ "name": "disableEmote",
43228
42064
  "propertyTypeTokenRange": {
43229
42065
  "startIndex": 1,
43230
- "endIndex": 3
42066
+ "endIndex": 2
43231
42067
  }
43232
42068
  },
43233
42069
  {
43234
42070
  "kind": "PropertySignature",
43235
- "canonicalReference": "@dcl/playground-assets!PBLightSource#intensity:member",
43236
- "docComment": "/**\n * default = 250, ranges from 1 (dim) to 100,000 (very bright), expressed in Lumens for Point and Spot.\n */\n",
42071
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJog:member",
42072
+ "docComment": "",
43237
42073
  "excerptTokens": [
43238
42074
  {
43239
42075
  "kind": "Content",
43240
- "text": "intensity?: "
42076
+ "text": "disableJog?: "
43241
42077
  },
43242
42078
  {
43243
42079
  "kind": "Content",
43244
- "text": "number | undefined"
42080
+ "text": "boolean | undefined"
43245
42081
  },
43246
42082
  {
43247
42083
  "kind": "Content",
@@ -43251,7 +42087,7 @@
43251
42087
  "isReadonly": false,
43252
42088
  "isOptional": true,
43253
42089
  "releaseTag": "Public",
43254
- "name": "intensity",
42090
+ "name": "disableJog",
43255
42091
  "propertyTypeTokenRange": {
43256
42092
  "startIndex": 1,
43257
42093
  "endIndex": 2
@@ -43259,16 +42095,16 @@
43259
42095
  },
43260
42096
  {
43261
42097
  "kind": "PropertySignature",
43262
- "canonicalReference": "@dcl/playground-assets!PBLightSource#range:member",
43263
- "docComment": "/**\n * default = 0, how far the light travels, expressed in meters. If left at 0 will be computed automatically\n */\n",
42098
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJump:member",
42099
+ "docComment": "",
43264
42100
  "excerptTokens": [
43265
42101
  {
43266
42102
  "kind": "Content",
43267
- "text": "range?: "
42103
+ "text": "disableJump?: "
43268
42104
  },
43269
42105
  {
43270
42106
  "kind": "Content",
43271
- "text": "number | undefined"
42107
+ "text": "boolean | undefined"
43272
42108
  },
43273
42109
  {
43274
42110
  "kind": "Content",
@@ -43278,7 +42114,7 @@
43278
42114
  "isReadonly": false,
43279
42115
  "isOptional": true,
43280
42116
  "releaseTag": "Public",
43281
- "name": "range",
42117
+ "name": "disableJump",
43282
42118
  "propertyTypeTokenRange": {
43283
42119
  "startIndex": 1,
43284
42120
  "endIndex": 2
@@ -43286,12 +42122,12 @@
43286
42122
  },
43287
42123
  {
43288
42124
  "kind": "PropertySignature",
43289
- "canonicalReference": "@dcl/playground-assets!PBLightSource#shadow:member",
43290
- "docComment": "/**\n * default = false, whether the light casts shadows or not.\n */\n",
42125
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableRun:member",
42126
+ "docComment": "",
43291
42127
  "excerptTokens": [
43292
42128
  {
43293
42129
  "kind": "Content",
43294
- "text": "shadow?: "
42130
+ "text": "disableRun?: "
43295
42131
  },
43296
42132
  {
43297
42133
  "kind": "Content",
@@ -43305,7 +42141,7 @@
43305
42141
  "isReadonly": false,
43306
42142
  "isOptional": true,
43307
42143
  "releaseTag": "Public",
43308
- "name": "shadow",
42144
+ "name": "disableRun",
43309
42145
  "propertyTypeTokenRange": {
43310
42146
  "startIndex": 1,
43311
42147
  "endIndex": 2
@@ -43313,21 +42149,16 @@
43313
42149
  },
43314
42150
  {
43315
42151
  "kind": "PropertySignature",
43316
- "canonicalReference": "@dcl/playground-assets!PBLightSource#shadowMaskTexture:member",
43317
- "docComment": "/**\n * Texture mask through which shadows are cast to simulate caustics, soft shadows, and light shapes such as light entering from a window.\n */\n",
42152
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableWalk:member",
42153
+ "docComment": "",
43318
42154
  "excerptTokens": [
43319
42155
  {
43320
42156
  "kind": "Content",
43321
- "text": "shadowMaskTexture?: "
43322
- },
43323
- {
43324
- "kind": "Reference",
43325
- "text": "TextureUnion",
43326
- "canonicalReference": "@dcl/playground-assets!TextureUnion"
42157
+ "text": "disableWalk?: "
43327
42158
  },
43328
42159
  {
43329
42160
  "kind": "Content",
43330
- "text": " | undefined"
42161
+ "text": "boolean | undefined"
43331
42162
  },
43332
42163
  {
43333
42164
  "kind": "Content",
@@ -43337,38 +42168,198 @@
43337
42168
  "isReadonly": false,
43338
42169
  "isOptional": true,
43339
42170
  "releaseTag": "Public",
43340
- "name": "shadowMaskTexture",
42171
+ "name": "disableWalk",
43341
42172
  "propertyTypeTokenRange": {
43342
42173
  "startIndex": 1,
43343
- "endIndex": 3
42174
+ "endIndex": 2
43344
42175
  }
42176
+ }
42177
+ ],
42178
+ "extendsTokenRanges": []
42179
+ },
42180
+ {
42181
+ "kind": "Namespace",
42182
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:namespace",
42183
+ "docComment": "/**\n * @public\n */\n",
42184
+ "excerptTokens": [
42185
+ {
42186
+ "kind": "Content",
42187
+ "text": "export declare namespace PBInputModifier_StandardInput "
42188
+ }
42189
+ ],
42190
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
42191
+ "releaseTag": "Public",
42192
+ "name": "PBInputModifier_StandardInput",
42193
+ "preserveMemberOrder": false,
42194
+ "members": [
42195
+ {
42196
+ "kind": "Function",
42197
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.decode:function(1)",
42198
+ "docComment": "",
42199
+ "excerptTokens": [
42200
+ {
42201
+ "kind": "Content",
42202
+ "text": "function decode(input: "
42203
+ },
42204
+ {
42205
+ "kind": "Reference",
42206
+ "text": "_m0.Reader",
42207
+ "canonicalReference": "protobufjs!Reader:class"
42208
+ },
42209
+ {
42210
+ "kind": "Content",
42211
+ "text": " | "
42212
+ },
42213
+ {
42214
+ "kind": "Reference",
42215
+ "text": "Uint8Array",
42216
+ "canonicalReference": "!Uint8Array:interface"
42217
+ },
42218
+ {
42219
+ "kind": "Content",
42220
+ "text": ", length?: "
42221
+ },
42222
+ {
42223
+ "kind": "Content",
42224
+ "text": "number"
42225
+ },
42226
+ {
42227
+ "kind": "Content",
42228
+ "text": "): "
42229
+ },
42230
+ {
42231
+ "kind": "Reference",
42232
+ "text": "PBInputModifier_StandardInput",
42233
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
42234
+ },
42235
+ {
42236
+ "kind": "Content",
42237
+ "text": ";"
42238
+ }
42239
+ ],
42240
+ "returnTypeTokenRange": {
42241
+ "startIndex": 7,
42242
+ "endIndex": 8
42243
+ },
42244
+ "releaseTag": "Public",
42245
+ "overloadIndex": 1,
42246
+ "parameters": [
42247
+ {
42248
+ "parameterName": "input",
42249
+ "parameterTypeTokenRange": {
42250
+ "startIndex": 1,
42251
+ "endIndex": 4
42252
+ },
42253
+ "isOptional": false
42254
+ },
42255
+ {
42256
+ "parameterName": "length",
42257
+ "parameterTypeTokenRange": {
42258
+ "startIndex": 5,
42259
+ "endIndex": 6
42260
+ },
42261
+ "isOptional": true
42262
+ }
42263
+ ],
42264
+ "name": "decode"
43345
42265
  },
43346
42266
  {
43347
- "kind": "PropertySignature",
43348
- "canonicalReference": "@dcl/playground-assets!PBLightSource#type:member",
42267
+ "kind": "Function",
42268
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.encode:function(1)",
43349
42269
  "docComment": "",
43350
42270
  "excerptTokens": [
43351
42271
  {
43352
42272
  "kind": "Content",
43353
- "text": "type?: "
42273
+ "text": "function encode(message: "
42274
+ },
42275
+ {
42276
+ "kind": "Reference",
42277
+ "text": "PBInputModifier_StandardInput",
42278
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
43354
42279
  },
43355
42280
  {
43356
42281
  "kind": "Content",
43357
- "text": "{\n $case: \"point\";\n point: "
42282
+ "text": ", writer?: "
43358
42283
  },
43359
42284
  {
43360
42285
  "kind": "Reference",
43361
- "text": "PBLightSource_Point",
43362
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
42286
+ "text": "_m0.Writer",
42287
+ "canonicalReference": "protobufjs!Writer:class"
43363
42288
  },
43364
42289
  {
43365
42290
  "kind": "Content",
43366
- "text": ";\n } | {\n $case: \"spot\";\n spot: "
42291
+ "text": "): "
43367
42292
  },
43368
42293
  {
43369
42294
  "kind": "Reference",
43370
- "text": "PBLightSource_Spot",
43371
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
42295
+ "text": "_m0.Writer",
42296
+ "canonicalReference": "protobufjs!Writer:class"
42297
+ },
42298
+ {
42299
+ "kind": "Content",
42300
+ "text": ";"
42301
+ }
42302
+ ],
42303
+ "returnTypeTokenRange": {
42304
+ "startIndex": 5,
42305
+ "endIndex": 6
42306
+ },
42307
+ "releaseTag": "Public",
42308
+ "overloadIndex": 1,
42309
+ "parameters": [
42310
+ {
42311
+ "parameterName": "message",
42312
+ "parameterTypeTokenRange": {
42313
+ "startIndex": 1,
42314
+ "endIndex": 2
42315
+ },
42316
+ "isOptional": false
42317
+ },
42318
+ {
42319
+ "parameterName": "writer",
42320
+ "parameterTypeTokenRange": {
42321
+ "startIndex": 3,
42322
+ "endIndex": 4
42323
+ },
42324
+ "isOptional": true
42325
+ }
42326
+ ],
42327
+ "name": "encode"
42328
+ }
42329
+ ]
42330
+ },
42331
+ {
42332
+ "kind": "Interface",
42333
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface",
42334
+ "docComment": "/**\n * @public\n */\n",
42335
+ "excerptTokens": [
42336
+ {
42337
+ "kind": "Content",
42338
+ "text": "export interface PBInputModifier "
42339
+ }
42340
+ ],
42341
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
42342
+ "releaseTag": "Public",
42343
+ "name": "PBInputModifier",
42344
+ "preserveMemberOrder": false,
42345
+ "members": [
42346
+ {
42347
+ "kind": "PropertySignature",
42348
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier#mode:member",
42349
+ "docComment": "",
42350
+ "excerptTokens": [
42351
+ {
42352
+ "kind": "Content",
42353
+ "text": "mode?: "
42354
+ },
42355
+ {
42356
+ "kind": "Content",
42357
+ "text": "{\n $case: \"standard\";\n standard: "
42358
+ },
42359
+ {
42360
+ "kind": "Reference",
42361
+ "text": "PBInputModifier_StandardInput",
42362
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
43372
42363
  },
43373
42364
  {
43374
42365
  "kind": "Content",
@@ -43382,10 +42373,10 @@
43382
42373
  "isReadonly": false,
43383
42374
  "isOptional": true,
43384
42375
  "releaseTag": "Public",
43385
- "name": "type",
42376
+ "name": "mode",
43386
42377
  "propertyTypeTokenRange": {
43387
42378
  "startIndex": 1,
43388
- "endIndex": 6
42379
+ "endIndex": 4
43389
42380
  }
43390
42381
  }
43391
42382
  ],
@@ -43393,22 +42384,22 @@
43393
42384
  },
43394
42385
  {
43395
42386
  "kind": "Namespace",
43396
- "canonicalReference": "@dcl/playground-assets!PBLightSource:namespace",
42387
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:namespace",
43397
42388
  "docComment": "/**\n * @public\n */\n",
43398
42389
  "excerptTokens": [
43399
42390
  {
43400
42391
  "kind": "Content",
43401
- "text": "export declare namespace PBLightSource "
42392
+ "text": "export declare namespace PBInputModifier "
43402
42393
  }
43403
42394
  ],
43404
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42395
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
43405
42396
  "releaseTag": "Public",
43406
- "name": "PBLightSource",
42397
+ "name": "PBInputModifier",
43407
42398
  "preserveMemberOrder": false,
43408
42399
  "members": [
43409
42400
  {
43410
42401
  "kind": "Function",
43411
- "canonicalReference": "@dcl/playground-assets!PBLightSource.decode:function(1)",
42402
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier.decode:function(1)",
43412
42403
  "docComment": "",
43413
42404
  "excerptTokens": [
43414
42405
  {
@@ -43443,8 +42434,8 @@
43443
42434
  },
43444
42435
  {
43445
42436
  "kind": "Reference",
43446
- "text": "PBLightSource",
43447
- "canonicalReference": "@dcl/playground-assets!PBLightSource:interface"
42437
+ "text": "PBInputModifier",
42438
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
43448
42439
  },
43449
42440
  {
43450
42441
  "kind": "Content",
@@ -43479,7 +42470,7 @@
43479
42470
  },
43480
42471
  {
43481
42472
  "kind": "Function",
43482
- "canonicalReference": "@dcl/playground-assets!PBLightSource.encode:function(1)",
42473
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier.encode:function(1)",
43483
42474
  "docComment": "",
43484
42475
  "excerptTokens": [
43485
42476
  {
@@ -43488,8 +42479,8 @@
43488
42479
  },
43489
42480
  {
43490
42481
  "kind": "Reference",
43491
- "text": "PBLightSource",
43492
- "canonicalReference": "@dcl/playground-assets!PBLightSource:interface"
42482
+ "text": "PBInputModifier",
42483
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
43493
42484
  },
43494
42485
  {
43495
42486
  "kind": "Content",
@@ -57953,33 +56944,6 @@
57953
56944
  "endIndex": 3
57954
56945
  }
57955
56946
  },
57956
- {
57957
- "kind": "PropertySignature",
57958
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
57959
- "docComment": "/**\n * default: 60\n */\n",
57960
- "excerptTokens": [
57961
- {
57962
- "kind": "Content",
57963
- "text": "fov?: "
57964
- },
57965
- {
57966
- "kind": "Content",
57967
- "text": "number | undefined"
57968
- },
57969
- {
57970
- "kind": "Content",
57971
- "text": ";"
57972
- }
57973
- ],
57974
- "isReadonly": false,
57975
- "isOptional": true,
57976
- "releaseTag": "Public",
57977
- "name": "fov",
57978
- "propertyTypeTokenRange": {
57979
- "startIndex": 1,
57980
- "endIndex": 2
57981
- }
57982
- },
57983
56947
  {
57984
56948
  "kind": "PropertySignature",
57985
56949
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",