@dcl/playground-assets 7.9.1 → 7.9.2-16567268800.commit-c08bd82

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,6 +12789,33 @@
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
+ },
12792
12819
  {
12793
12820
  "kind": "Content",
12794
12821
  "text": ">>;\n \"core::MainCamera\": "
@@ -13610,7 +13637,7 @@
13610
13637
  "name": "componentDefinitionByName",
13611
13638
  "variableTypeTokenRange": {
13612
13639
  "startIndex": 1,
13613
- "endIndex": 290
13640
+ "endIndex": 296
13614
13641
  }
13615
13642
  },
13616
13643
  {
@@ -24596,6 +24623,211 @@
24596
24623
  }
24597
24624
  ]
24598
24625
  },
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
+ },
24599
24831
  {
24600
24832
  "kind": "TypeAlias",
24601
24833
  "canonicalReference": "@dcl/playground-assets!Listeners:type",
@@ -39998,7 +40230,763 @@
39998
40230
  },
39999
40231
  {
40000
40232
  "kind": "Function",
40001
- "canonicalReference": "@dcl/playground-assets!PBCameraMode.encode:function(1)",
40233
+ "canonicalReference": "@dcl/playground-assets!PBCameraMode.encode:function(1)",
40234
+ "docComment": "",
40235
+ "excerptTokens": [
40236
+ {
40237
+ "kind": "Content",
40238
+ "text": "function encode(message: "
40239
+ },
40240
+ {
40241
+ "kind": "Reference",
40242
+ "text": "PBCameraMode",
40243
+ "canonicalReference": "@dcl/playground-assets!PBCameraMode:interface"
40244
+ },
40245
+ {
40246
+ "kind": "Content",
40247
+ "text": ", writer?: "
40248
+ },
40249
+ {
40250
+ "kind": "Reference",
40251
+ "text": "_m0.Writer",
40252
+ "canonicalReference": "protobufjs!Writer:class"
40253
+ },
40254
+ {
40255
+ "kind": "Content",
40256
+ "text": "): "
40257
+ },
40258
+ {
40259
+ "kind": "Reference",
40260
+ "text": "_m0.Writer",
40261
+ "canonicalReference": "protobufjs!Writer:class"
40262
+ },
40263
+ {
40264
+ "kind": "Content",
40265
+ "text": ";"
40266
+ }
40267
+ ],
40268
+ "returnTypeTokenRange": {
40269
+ "startIndex": 5,
40270
+ "endIndex": 6
40271
+ },
40272
+ "releaseTag": "Public",
40273
+ "overloadIndex": 1,
40274
+ "parameters": [
40275
+ {
40276
+ "parameterName": "message",
40277
+ "parameterTypeTokenRange": {
40278
+ "startIndex": 1,
40279
+ "endIndex": 2
40280
+ },
40281
+ "isOptional": false
40282
+ },
40283
+ {
40284
+ "parameterName": "writer",
40285
+ "parameterTypeTokenRange": {
40286
+ "startIndex": 3,
40287
+ "endIndex": 4
40288
+ },
40289
+ "isOptional": true
40290
+ }
40291
+ ],
40292
+ "name": "encode"
40293
+ }
40294
+ ]
40295
+ },
40296
+ {
40297
+ "kind": "Interface",
40298
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface",
40299
+ "docComment": "/**\n * @public\n */\n",
40300
+ "excerptTokens": [
40301
+ {
40302
+ "kind": "Content",
40303
+ "text": "export interface PBCameraModeArea "
40304
+ }
40305
+ ],
40306
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
40307
+ "releaseTag": "Public",
40308
+ "name": "PBCameraModeArea",
40309
+ "preserveMemberOrder": false,
40310
+ "members": [
40311
+ {
40312
+ "kind": "PropertySignature",
40313
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#area:member",
40314
+ "docComment": "/**\n * the 3D size of the region\n */\n",
40315
+ "excerptTokens": [
40316
+ {
40317
+ "kind": "Content",
40318
+ "text": "area: "
40319
+ },
40320
+ {
40321
+ "kind": "Reference",
40322
+ "text": "Vector3",
40323
+ "canonicalReference": "@dcl/playground-assets!Vector3"
40324
+ },
40325
+ {
40326
+ "kind": "Content",
40327
+ "text": " | undefined"
40328
+ },
40329
+ {
40330
+ "kind": "Content",
40331
+ "text": ";"
40332
+ }
40333
+ ],
40334
+ "isReadonly": false,
40335
+ "isOptional": false,
40336
+ "releaseTag": "Public",
40337
+ "name": "area",
40338
+ "propertyTypeTokenRange": {
40339
+ "startIndex": 1,
40340
+ "endIndex": 3
40341
+ }
40342
+ },
40343
+ {
40344
+ "kind": "PropertySignature",
40345
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
40346
+ "docComment": "/**\n * the camera mode to enforce\n */\n",
40347
+ "excerptTokens": [
40348
+ {
40349
+ "kind": "Content",
40350
+ "text": "mode: "
40351
+ },
40352
+ {
40353
+ "kind": "Reference",
40354
+ "text": "CameraType",
40355
+ "canonicalReference": "@dcl/playground-assets!CameraType:enum"
40356
+ },
40357
+ {
40358
+ "kind": "Content",
40359
+ "text": ";"
40360
+ }
40361
+ ],
40362
+ "isReadonly": false,
40363
+ "isOptional": false,
40364
+ "releaseTag": "Public",
40365
+ "name": "mode",
40366
+ "propertyTypeTokenRange": {
40367
+ "startIndex": 1,
40368
+ "endIndex": 2
40369
+ }
40370
+ }
40371
+ ],
40372
+ "extendsTokenRanges": []
40373
+ },
40374
+ {
40375
+ "kind": "Namespace",
40376
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:namespace",
40377
+ "docComment": "/**\n * @public\n */\n",
40378
+ "excerptTokens": [
40379
+ {
40380
+ "kind": "Content",
40381
+ "text": "export declare namespace PBCameraModeArea "
40382
+ }
40383
+ ],
40384
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
40385
+ "releaseTag": "Public",
40386
+ "name": "PBCameraModeArea",
40387
+ "preserveMemberOrder": false,
40388
+ "members": [
40389
+ {
40390
+ "kind": "Function",
40391
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.decode:function(1)",
40392
+ "docComment": "",
40393
+ "excerptTokens": [
40394
+ {
40395
+ "kind": "Content",
40396
+ "text": "function decode(input: "
40397
+ },
40398
+ {
40399
+ "kind": "Reference",
40400
+ "text": "_m0.Reader",
40401
+ "canonicalReference": "protobufjs!Reader:class"
40402
+ },
40403
+ {
40404
+ "kind": "Content",
40405
+ "text": " | "
40406
+ },
40407
+ {
40408
+ "kind": "Reference",
40409
+ "text": "Uint8Array",
40410
+ "canonicalReference": "!Uint8Array:interface"
40411
+ },
40412
+ {
40413
+ "kind": "Content",
40414
+ "text": ", length?: "
40415
+ },
40416
+ {
40417
+ "kind": "Content",
40418
+ "text": "number"
40419
+ },
40420
+ {
40421
+ "kind": "Content",
40422
+ "text": "): "
40423
+ },
40424
+ {
40425
+ "kind": "Reference",
40426
+ "text": "PBCameraModeArea",
40427
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
40428
+ },
40429
+ {
40430
+ "kind": "Content",
40431
+ "text": ";"
40432
+ }
40433
+ ],
40434
+ "returnTypeTokenRange": {
40435
+ "startIndex": 7,
40436
+ "endIndex": 8
40437
+ },
40438
+ "releaseTag": "Public",
40439
+ "overloadIndex": 1,
40440
+ "parameters": [
40441
+ {
40442
+ "parameterName": "input",
40443
+ "parameterTypeTokenRange": {
40444
+ "startIndex": 1,
40445
+ "endIndex": 4
40446
+ },
40447
+ "isOptional": false
40448
+ },
40449
+ {
40450
+ "parameterName": "length",
40451
+ "parameterTypeTokenRange": {
40452
+ "startIndex": 5,
40453
+ "endIndex": 6
40454
+ },
40455
+ "isOptional": true
40456
+ }
40457
+ ],
40458
+ "name": "decode"
40459
+ },
40460
+ {
40461
+ "kind": "Function",
40462
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.encode:function(1)",
40463
+ "docComment": "",
40464
+ "excerptTokens": [
40465
+ {
40466
+ "kind": "Content",
40467
+ "text": "function encode(message: "
40468
+ },
40469
+ {
40470
+ "kind": "Reference",
40471
+ "text": "PBCameraModeArea",
40472
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
40473
+ },
40474
+ {
40475
+ "kind": "Content",
40476
+ "text": ", writer?: "
40477
+ },
40478
+ {
40479
+ "kind": "Reference",
40480
+ "text": "_m0.Writer",
40481
+ "canonicalReference": "protobufjs!Writer:class"
40482
+ },
40483
+ {
40484
+ "kind": "Content",
40485
+ "text": "): "
40486
+ },
40487
+ {
40488
+ "kind": "Reference",
40489
+ "text": "_m0.Writer",
40490
+ "canonicalReference": "protobufjs!Writer:class"
40491
+ },
40492
+ {
40493
+ "kind": "Content",
40494
+ "text": ";"
40495
+ }
40496
+ ],
40497
+ "returnTypeTokenRange": {
40498
+ "startIndex": 5,
40499
+ "endIndex": 6
40500
+ },
40501
+ "releaseTag": "Public",
40502
+ "overloadIndex": 1,
40503
+ "parameters": [
40504
+ {
40505
+ "parameterName": "message",
40506
+ "parameterTypeTokenRange": {
40507
+ "startIndex": 1,
40508
+ "endIndex": 2
40509
+ },
40510
+ "isOptional": false
40511
+ },
40512
+ {
40513
+ "parameterName": "writer",
40514
+ "parameterTypeTokenRange": {
40515
+ "startIndex": 3,
40516
+ "endIndex": 4
40517
+ },
40518
+ "isOptional": true
40519
+ }
40520
+ ],
40521
+ "name": "encode"
40522
+ }
40523
+ ]
40524
+ },
40525
+ {
40526
+ "kind": "Interface",
40527
+ "canonicalReference": "@dcl/playground-assets!PBColor3:interface",
40528
+ "docComment": "/**\n * @public\n */\n",
40529
+ "excerptTokens": [
40530
+ {
40531
+ "kind": "Content",
40532
+ "text": "export interface Color3 "
40533
+ }
40534
+ ],
40535
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40536
+ "releaseTag": "Public",
40537
+ "name": "PBColor3",
40538
+ "preserveMemberOrder": false,
40539
+ "members": [
40540
+ {
40541
+ "kind": "PropertySignature",
40542
+ "canonicalReference": "@dcl/playground-assets!PBColor3#b:member",
40543
+ "docComment": "",
40544
+ "excerptTokens": [
40545
+ {
40546
+ "kind": "Content",
40547
+ "text": "b: "
40548
+ },
40549
+ {
40550
+ "kind": "Content",
40551
+ "text": "number"
40552
+ },
40553
+ {
40554
+ "kind": "Content",
40555
+ "text": ";"
40556
+ }
40557
+ ],
40558
+ "isReadonly": false,
40559
+ "isOptional": false,
40560
+ "releaseTag": "Public",
40561
+ "name": "b",
40562
+ "propertyTypeTokenRange": {
40563
+ "startIndex": 1,
40564
+ "endIndex": 2
40565
+ }
40566
+ },
40567
+ {
40568
+ "kind": "PropertySignature",
40569
+ "canonicalReference": "@dcl/playground-assets!PBColor3#g:member",
40570
+ "docComment": "",
40571
+ "excerptTokens": [
40572
+ {
40573
+ "kind": "Content",
40574
+ "text": "g: "
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": "g",
40589
+ "propertyTypeTokenRange": {
40590
+ "startIndex": 1,
40591
+ "endIndex": 2
40592
+ }
40593
+ },
40594
+ {
40595
+ "kind": "PropertySignature",
40596
+ "canonicalReference": "@dcl/playground-assets!PBColor3#r:member",
40597
+ "docComment": "",
40598
+ "excerptTokens": [
40599
+ {
40600
+ "kind": "Content",
40601
+ "text": "r: "
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": "r",
40616
+ "propertyTypeTokenRange": {
40617
+ "startIndex": 1,
40618
+ "endIndex": 2
40619
+ }
40620
+ }
40621
+ ],
40622
+ "extendsTokenRanges": []
40623
+ },
40624
+ {
40625
+ "kind": "Namespace",
40626
+ "canonicalReference": "@dcl/playground-assets!PBColor3:namespace",
40627
+ "docComment": "/**\n * @public\n */\n",
40628
+ "excerptTokens": [
40629
+ {
40630
+ "kind": "Content",
40631
+ "text": "export declare namespace Color3 "
40632
+ }
40633
+ ],
40634
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40635
+ "releaseTag": "Public",
40636
+ "name": "PBColor3",
40637
+ "preserveMemberOrder": false,
40638
+ "members": [
40639
+ {
40640
+ "kind": "Function",
40641
+ "canonicalReference": "@dcl/playground-assets!PBColor3.decode:function(1)",
40642
+ "docComment": "",
40643
+ "excerptTokens": [
40644
+ {
40645
+ "kind": "Content",
40646
+ "text": "function decode(input: "
40647
+ },
40648
+ {
40649
+ "kind": "Reference",
40650
+ "text": "_m0.Reader",
40651
+ "canonicalReference": "protobufjs!Reader:class"
40652
+ },
40653
+ {
40654
+ "kind": "Content",
40655
+ "text": " | "
40656
+ },
40657
+ {
40658
+ "kind": "Reference",
40659
+ "text": "Uint8Array",
40660
+ "canonicalReference": "!Uint8Array:interface"
40661
+ },
40662
+ {
40663
+ "kind": "Content",
40664
+ "text": ", length?: "
40665
+ },
40666
+ {
40667
+ "kind": "Content",
40668
+ "text": "number"
40669
+ },
40670
+ {
40671
+ "kind": "Content",
40672
+ "text": "): "
40673
+ },
40674
+ {
40675
+ "kind": "Reference",
40676
+ "text": "Color3",
40677
+ "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
40678
+ },
40679
+ {
40680
+ "kind": "Content",
40681
+ "text": ";"
40682
+ }
40683
+ ],
40684
+ "returnTypeTokenRange": {
40685
+ "startIndex": 7,
40686
+ "endIndex": 8
40687
+ },
40688
+ "releaseTag": "Public",
40689
+ "overloadIndex": 1,
40690
+ "parameters": [
40691
+ {
40692
+ "parameterName": "input",
40693
+ "parameterTypeTokenRange": {
40694
+ "startIndex": 1,
40695
+ "endIndex": 4
40696
+ },
40697
+ "isOptional": false
40698
+ },
40699
+ {
40700
+ "parameterName": "length",
40701
+ "parameterTypeTokenRange": {
40702
+ "startIndex": 5,
40703
+ "endIndex": 6
40704
+ },
40705
+ "isOptional": true
40706
+ }
40707
+ ],
40708
+ "name": "decode"
40709
+ },
40710
+ {
40711
+ "kind": "Function",
40712
+ "canonicalReference": "@dcl/playground-assets!PBColor3.encode:function(1)",
40713
+ "docComment": "",
40714
+ "excerptTokens": [
40715
+ {
40716
+ "kind": "Content",
40717
+ "text": "function encode(message: "
40718
+ },
40719
+ {
40720
+ "kind": "Reference",
40721
+ "text": "Color3",
40722
+ "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
40723
+ },
40724
+ {
40725
+ "kind": "Content",
40726
+ "text": ", writer?: "
40727
+ },
40728
+ {
40729
+ "kind": "Reference",
40730
+ "text": "_m0.Writer",
40731
+ "canonicalReference": "protobufjs!Writer:class"
40732
+ },
40733
+ {
40734
+ "kind": "Content",
40735
+ "text": "): "
40736
+ },
40737
+ {
40738
+ "kind": "Reference",
40739
+ "text": "_m0.Writer",
40740
+ "canonicalReference": "protobufjs!Writer:class"
40741
+ },
40742
+ {
40743
+ "kind": "Content",
40744
+ "text": ";"
40745
+ }
40746
+ ],
40747
+ "returnTypeTokenRange": {
40748
+ "startIndex": 5,
40749
+ "endIndex": 6
40750
+ },
40751
+ "releaseTag": "Public",
40752
+ "overloadIndex": 1,
40753
+ "parameters": [
40754
+ {
40755
+ "parameterName": "message",
40756
+ "parameterTypeTokenRange": {
40757
+ "startIndex": 1,
40758
+ "endIndex": 2
40759
+ },
40760
+ "isOptional": false
40761
+ },
40762
+ {
40763
+ "parameterName": "writer",
40764
+ "parameterTypeTokenRange": {
40765
+ "startIndex": 3,
40766
+ "endIndex": 4
40767
+ },
40768
+ "isOptional": true
40769
+ }
40770
+ ],
40771
+ "name": "encode"
40772
+ }
40773
+ ]
40774
+ },
40775
+ {
40776
+ "kind": "Interface",
40777
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface",
40778
+ "docComment": "/**\n * @public\n */\n",
40779
+ "excerptTokens": [
40780
+ {
40781
+ "kind": "Content",
40782
+ "text": "export interface Color4 "
40783
+ }
40784
+ ],
40785
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40786
+ "releaseTag": "Public",
40787
+ "name": "PBColor4",
40788
+ "preserveMemberOrder": false,
40789
+ "members": [
40790
+ {
40791
+ "kind": "PropertySignature",
40792
+ "canonicalReference": "@dcl/playground-assets!PBColor4#a:member",
40793
+ "docComment": "",
40794
+ "excerptTokens": [
40795
+ {
40796
+ "kind": "Content",
40797
+ "text": "a: "
40798
+ },
40799
+ {
40800
+ "kind": "Content",
40801
+ "text": "number"
40802
+ },
40803
+ {
40804
+ "kind": "Content",
40805
+ "text": ";"
40806
+ }
40807
+ ],
40808
+ "isReadonly": false,
40809
+ "isOptional": false,
40810
+ "releaseTag": "Public",
40811
+ "name": "a",
40812
+ "propertyTypeTokenRange": {
40813
+ "startIndex": 1,
40814
+ "endIndex": 2
40815
+ }
40816
+ },
40817
+ {
40818
+ "kind": "PropertySignature",
40819
+ "canonicalReference": "@dcl/playground-assets!PBColor4#b:member",
40820
+ "docComment": "",
40821
+ "excerptTokens": [
40822
+ {
40823
+ "kind": "Content",
40824
+ "text": "b: "
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": "b",
40839
+ "propertyTypeTokenRange": {
40840
+ "startIndex": 1,
40841
+ "endIndex": 2
40842
+ }
40843
+ },
40844
+ {
40845
+ "kind": "PropertySignature",
40846
+ "canonicalReference": "@dcl/playground-assets!PBColor4#g:member",
40847
+ "docComment": "",
40848
+ "excerptTokens": [
40849
+ {
40850
+ "kind": "Content",
40851
+ "text": "g: "
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": "g",
40866
+ "propertyTypeTokenRange": {
40867
+ "startIndex": 1,
40868
+ "endIndex": 2
40869
+ }
40870
+ },
40871
+ {
40872
+ "kind": "PropertySignature",
40873
+ "canonicalReference": "@dcl/playground-assets!PBColor4#r:member",
40874
+ "docComment": "",
40875
+ "excerptTokens": [
40876
+ {
40877
+ "kind": "Content",
40878
+ "text": "r: "
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": "r",
40893
+ "propertyTypeTokenRange": {
40894
+ "startIndex": 1,
40895
+ "endIndex": 2
40896
+ }
40897
+ }
40898
+ ],
40899
+ "extendsTokenRanges": []
40900
+ },
40901
+ {
40902
+ "kind": "Namespace",
40903
+ "canonicalReference": "@dcl/playground-assets!PBColor4:namespace",
40904
+ "docComment": "/**\n * @public\n */\n",
40905
+ "excerptTokens": [
40906
+ {
40907
+ "kind": "Content",
40908
+ "text": "export declare namespace Color4 "
40909
+ }
40910
+ ],
40911
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
40912
+ "releaseTag": "Public",
40913
+ "name": "PBColor4",
40914
+ "preserveMemberOrder": false,
40915
+ "members": [
40916
+ {
40917
+ "kind": "Function",
40918
+ "canonicalReference": "@dcl/playground-assets!PBColor4.decode:function(1)",
40919
+ "docComment": "",
40920
+ "excerptTokens": [
40921
+ {
40922
+ "kind": "Content",
40923
+ "text": "function decode(input: "
40924
+ },
40925
+ {
40926
+ "kind": "Reference",
40927
+ "text": "_m0.Reader",
40928
+ "canonicalReference": "protobufjs!Reader:class"
40929
+ },
40930
+ {
40931
+ "kind": "Content",
40932
+ "text": " | "
40933
+ },
40934
+ {
40935
+ "kind": "Reference",
40936
+ "text": "Uint8Array",
40937
+ "canonicalReference": "!Uint8Array:interface"
40938
+ },
40939
+ {
40940
+ "kind": "Content",
40941
+ "text": ", length?: "
40942
+ },
40943
+ {
40944
+ "kind": "Content",
40945
+ "text": "number"
40946
+ },
40947
+ {
40948
+ "kind": "Content",
40949
+ "text": "): "
40950
+ },
40951
+ {
40952
+ "kind": "Reference",
40953
+ "text": "Color4",
40954
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
40955
+ },
40956
+ {
40957
+ "kind": "Content",
40958
+ "text": ";"
40959
+ }
40960
+ ],
40961
+ "returnTypeTokenRange": {
40962
+ "startIndex": 7,
40963
+ "endIndex": 8
40964
+ },
40965
+ "releaseTag": "Public",
40966
+ "overloadIndex": 1,
40967
+ "parameters": [
40968
+ {
40969
+ "parameterName": "input",
40970
+ "parameterTypeTokenRange": {
40971
+ "startIndex": 1,
40972
+ "endIndex": 4
40973
+ },
40974
+ "isOptional": false
40975
+ },
40976
+ {
40977
+ "parameterName": "length",
40978
+ "parameterTypeTokenRange": {
40979
+ "startIndex": 5,
40980
+ "endIndex": 6
40981
+ },
40982
+ "isOptional": true
40983
+ }
40984
+ ],
40985
+ "name": "decode"
40986
+ },
40987
+ {
40988
+ "kind": "Function",
40989
+ "canonicalReference": "@dcl/playground-assets!PBColor4.encode:function(1)",
40002
40990
  "docComment": "",
40003
40991
  "excerptTokens": [
40004
40992
  {
@@ -40007,8 +40995,8 @@
40007
40995
  },
40008
40996
  {
40009
40997
  "kind": "Reference",
40010
- "text": "PBCameraMode",
40011
- "canonicalReference": "@dcl/playground-assets!PBCameraMode:interface"
40998
+ "text": "Color4",
40999
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
40012
41000
  },
40013
41001
  {
40014
41002
  "kind": "Content",
@@ -40063,36 +41051,58 @@
40063
41051
  },
40064
41052
  {
40065
41053
  "kind": "Interface",
40066
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface",
41054
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface",
40067
41055
  "docComment": "/**\n * @public\n */\n",
40068
41056
  "excerptTokens": [
40069
41057
  {
40070
41058
  "kind": "Content",
40071
- "text": "export interface PBCameraModeArea "
41059
+ "text": "export interface PBEngineInfo "
40072
41060
  }
40073
41061
  ],
40074
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
41062
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
40075
41063
  "releaseTag": "Public",
40076
- "name": "PBCameraModeArea",
41064
+ "name": "PBEngineInfo",
40077
41065
  "preserveMemberOrder": false,
40078
41066
  "members": [
40079
41067
  {
40080
41068
  "kind": "PropertySignature",
40081
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#area:member",
40082
- "docComment": "/**\n * the 3D size of the region\n */\n",
41069
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo#frameNumber:member",
41070
+ "docComment": "/**\n * frame counter of the engine\n */\n",
40083
41071
  "excerptTokens": [
40084
41072
  {
40085
41073
  "kind": "Content",
40086
- "text": "area: "
41074
+ "text": "frameNumber: "
40087
41075
  },
40088
41076
  {
40089
- "kind": "Reference",
40090
- "text": "Vector3",
40091
- "canonicalReference": "@dcl/playground-assets!Vector3"
41077
+ "kind": "Content",
41078
+ "text": "number"
40092
41079
  },
40093
41080
  {
40094
41081
  "kind": "Content",
40095
- "text": " | undefined"
41082
+ "text": ";"
41083
+ }
41084
+ ],
41085
+ "isReadonly": false,
41086
+ "isOptional": false,
41087
+ "releaseTag": "Public",
41088
+ "name": "frameNumber",
41089
+ "propertyTypeTokenRange": {
41090
+ "startIndex": 1,
41091
+ "endIndex": 2
41092
+ }
41093
+ },
41094
+ {
41095
+ "kind": "PropertySignature",
41096
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo#tickNumber:member",
41097
+ "docComment": "/**\n * tick counter of the scene as per ADR-148\n */\n",
41098
+ "excerptTokens": [
41099
+ {
41100
+ "kind": "Content",
41101
+ "text": "tickNumber: "
41102
+ },
41103
+ {
41104
+ "kind": "Content",
41105
+ "text": "number"
40096
41106
  },
40097
41107
  {
40098
41108
  "kind": "Content",
@@ -40102,25 +41112,24 @@
40102
41112
  "isReadonly": false,
40103
41113
  "isOptional": false,
40104
41114
  "releaseTag": "Public",
40105
- "name": "area",
41115
+ "name": "tickNumber",
40106
41116
  "propertyTypeTokenRange": {
40107
41117
  "startIndex": 1,
40108
- "endIndex": 3
41118
+ "endIndex": 2
40109
41119
  }
40110
41120
  },
40111
41121
  {
40112
41122
  "kind": "PropertySignature",
40113
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea#mode:member",
40114
- "docComment": "/**\n * the camera mode to enforce\n */\n",
41123
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo#totalRuntime:member",
41124
+ "docComment": "/**\n * total runtime of this scene in seconds\n */\n",
40115
41125
  "excerptTokens": [
40116
41126
  {
40117
41127
  "kind": "Content",
40118
- "text": "mode: "
41128
+ "text": "totalRuntime: "
40119
41129
  },
40120
41130
  {
40121
- "kind": "Reference",
40122
- "text": "CameraType",
40123
- "canonicalReference": "@dcl/playground-assets!CameraType:enum"
41131
+ "kind": "Content",
41132
+ "text": "number"
40124
41133
  },
40125
41134
  {
40126
41135
  "kind": "Content",
@@ -40130,7 +41139,7 @@
40130
41139
  "isReadonly": false,
40131
41140
  "isOptional": false,
40132
41141
  "releaseTag": "Public",
40133
- "name": "mode",
41142
+ "name": "totalRuntime",
40134
41143
  "propertyTypeTokenRange": {
40135
41144
  "startIndex": 1,
40136
41145
  "endIndex": 2
@@ -40141,22 +41150,22 @@
40141
41150
  },
40142
41151
  {
40143
41152
  "kind": "Namespace",
40144
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:namespace",
41153
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:namespace",
40145
41154
  "docComment": "/**\n * @public\n */\n",
40146
41155
  "excerptTokens": [
40147
41156
  {
40148
41157
  "kind": "Content",
40149
- "text": "export declare namespace PBCameraModeArea "
41158
+ "text": "export declare namespace PBEngineInfo "
40150
41159
  }
40151
41160
  ],
40152
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/camera_mode_area.gen.d.ts",
41161
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
40153
41162
  "releaseTag": "Public",
40154
- "name": "PBCameraModeArea",
41163
+ "name": "PBEngineInfo",
40155
41164
  "preserveMemberOrder": false,
40156
41165
  "members": [
40157
41166
  {
40158
41167
  "kind": "Function",
40159
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.decode:function(1)",
41168
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo.decode:function(1)",
40160
41169
  "docComment": "",
40161
41170
  "excerptTokens": [
40162
41171
  {
@@ -40191,8 +41200,8 @@
40191
41200
  },
40192
41201
  {
40193
41202
  "kind": "Reference",
40194
- "text": "PBCameraModeArea",
40195
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
41203
+ "text": "PBEngineInfo",
41204
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
40196
41205
  },
40197
41206
  {
40198
41207
  "kind": "Content",
@@ -40227,7 +41236,7 @@
40227
41236
  },
40228
41237
  {
40229
41238
  "kind": "Function",
40230
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea.encode:function(1)",
41239
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo.encode:function(1)",
40231
41240
  "docComment": "",
40232
41241
  "excerptTokens": [
40233
41242
  {
@@ -40236,8 +41245,8 @@
40236
41245
  },
40237
41246
  {
40238
41247
  "kind": "Reference",
40239
- "text": "PBCameraModeArea",
40240
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea:interface"
41248
+ "text": "PBEngineInfo",
41249
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
40241
41250
  },
40242
41251
  {
40243
41252
  "kind": "Content",
@@ -40292,31 +41301,31 @@
40292
41301
  },
40293
41302
  {
40294
41303
  "kind": "Interface",
40295
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface",
41304
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface",
40296
41305
  "docComment": "/**\n * @public\n */\n",
40297
41306
  "excerptTokens": [
40298
41307
  {
40299
41308
  "kind": "Content",
40300
- "text": "export interface Color3 "
41309
+ "text": "export interface PBGltfContainer "
40301
41310
  }
40302
41311
  ],
40303
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41312
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
40304
41313
  "releaseTag": "Public",
40305
- "name": "PBColor3",
41314
+ "name": "PBGltfContainer",
40306
41315
  "preserveMemberOrder": false,
40307
41316
  "members": [
40308
41317
  {
40309
41318
  "kind": "PropertySignature",
40310
- "canonicalReference": "@dcl/playground-assets!PBColor3#b:member",
40311
- "docComment": "",
41319
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer#invisibleMeshesCollisionMask:member",
41320
+ "docComment": "/**\n * default: CL_POINTER | CL_PHYSICS\n */\n",
40312
41321
  "excerptTokens": [
40313
41322
  {
40314
41323
  "kind": "Content",
40315
- "text": "b: "
41324
+ "text": "invisibleMeshesCollisionMask?: "
40316
41325
  },
40317
41326
  {
40318
41327
  "kind": "Content",
40319
- "text": "number"
41328
+ "text": "number | undefined"
40320
41329
  },
40321
41330
  {
40322
41331
  "kind": "Content",
@@ -40324,9 +41333,9 @@
40324
41333
  }
40325
41334
  ],
40326
41335
  "isReadonly": false,
40327
- "isOptional": false,
41336
+ "isOptional": true,
40328
41337
  "releaseTag": "Public",
40329
- "name": "b",
41338
+ "name": "invisibleMeshesCollisionMask",
40330
41339
  "propertyTypeTokenRange": {
40331
41340
  "startIndex": 1,
40332
41341
  "endIndex": 2
@@ -40334,16 +41343,16 @@
40334
41343
  },
40335
41344
  {
40336
41345
  "kind": "PropertySignature",
40337
- "canonicalReference": "@dcl/playground-assets!PBColor3#g:member",
40338
- "docComment": "",
41346
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer#src:member",
41347
+ "docComment": "/**\n * the GLTF file path as listed in the scene's manifest.\n */\n",
40339
41348
  "excerptTokens": [
40340
41349
  {
40341
41350
  "kind": "Content",
40342
- "text": "g: "
41351
+ "text": "src: "
40343
41352
  },
40344
41353
  {
40345
41354
  "kind": "Content",
40346
- "text": "number"
41355
+ "text": "string"
40347
41356
  },
40348
41357
  {
40349
41358
  "kind": "Content",
@@ -40353,7 +41362,7 @@
40353
41362
  "isReadonly": false,
40354
41363
  "isOptional": false,
40355
41364
  "releaseTag": "Public",
40356
- "name": "g",
41365
+ "name": "src",
40357
41366
  "propertyTypeTokenRange": {
40358
41367
  "startIndex": 1,
40359
41368
  "endIndex": 2
@@ -40361,16 +41370,16 @@
40361
41370
  },
40362
41371
  {
40363
41372
  "kind": "PropertySignature",
40364
- "canonicalReference": "@dcl/playground-assets!PBColor3#r:member",
40365
- "docComment": "",
41373
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer#visibleMeshesCollisionMask:member",
41374
+ "docComment": "/**\n * default: 0\n */\n",
40366
41375
  "excerptTokens": [
40367
41376
  {
40368
41377
  "kind": "Content",
40369
- "text": "r: "
41378
+ "text": "visibleMeshesCollisionMask?: "
40370
41379
  },
40371
41380
  {
40372
41381
  "kind": "Content",
40373
- "text": "number"
41382
+ "text": "number | undefined"
40374
41383
  },
40375
41384
  {
40376
41385
  "kind": "Content",
@@ -40378,9 +41387,9 @@
40378
41387
  }
40379
41388
  ],
40380
41389
  "isReadonly": false,
40381
- "isOptional": false,
41390
+ "isOptional": true,
40382
41391
  "releaseTag": "Public",
40383
- "name": "r",
41392
+ "name": "visibleMeshesCollisionMask",
40384
41393
  "propertyTypeTokenRange": {
40385
41394
  "startIndex": 1,
40386
41395
  "endIndex": 2
@@ -40391,22 +41400,22 @@
40391
41400
  },
40392
41401
  {
40393
41402
  "kind": "Namespace",
40394
- "canonicalReference": "@dcl/playground-assets!PBColor3:namespace",
41403
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:namespace",
40395
41404
  "docComment": "/**\n * @public\n */\n",
40396
41405
  "excerptTokens": [
40397
41406
  {
40398
41407
  "kind": "Content",
40399
- "text": "export declare namespace Color3 "
41408
+ "text": "export declare namespace PBGltfContainer "
40400
41409
  }
40401
41410
  ],
40402
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41411
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
40403
41412
  "releaseTag": "Public",
40404
- "name": "PBColor3",
41413
+ "name": "PBGltfContainer",
40405
41414
  "preserveMemberOrder": false,
40406
41415
  "members": [
40407
41416
  {
40408
41417
  "kind": "Function",
40409
- "canonicalReference": "@dcl/playground-assets!PBColor3.decode:function(1)",
41418
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer.decode:function(1)",
40410
41419
  "docComment": "",
40411
41420
  "excerptTokens": [
40412
41421
  {
@@ -40441,8 +41450,8 @@
40441
41450
  },
40442
41451
  {
40443
41452
  "kind": "Reference",
40444
- "text": "Color3",
40445
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
41453
+ "text": "PBGltfContainer",
41454
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
40446
41455
  },
40447
41456
  {
40448
41457
  "kind": "Content",
@@ -40477,7 +41486,7 @@
40477
41486
  },
40478
41487
  {
40479
41488
  "kind": "Function",
40480
- "canonicalReference": "@dcl/playground-assets!PBColor3.encode:function(1)",
41489
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer.encode:function(1)",
40481
41490
  "docComment": "",
40482
41491
  "excerptTokens": [
40483
41492
  {
@@ -40486,8 +41495,8 @@
40486
41495
  },
40487
41496
  {
40488
41497
  "kind": "Reference",
40489
- "text": "Color3",
40490
- "canonicalReference": "@dcl/playground-assets!PBColor3:interface"
41498
+ "text": "PBGltfContainer",
41499
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
40491
41500
  },
40492
41501
  {
40493
41502
  "kind": "Content",
@@ -40542,112 +41551,32 @@
40542
41551
  },
40543
41552
  {
40544
41553
  "kind": "Interface",
40545
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface",
41554
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface",
40546
41555
  "docComment": "/**\n * @public\n */\n",
40547
41556
  "excerptTokens": [
40548
41557
  {
40549
41558
  "kind": "Content",
40550
- "text": "export interface Color4 "
41559
+ "text": "export interface PBGltfContainerLoadingState "
40551
41560
  }
40552
41561
  ],
40553
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41562
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
40554
41563
  "releaseTag": "Public",
40555
- "name": "PBColor4",
41564
+ "name": "PBGltfContainerLoadingState",
40556
41565
  "preserveMemberOrder": false,
40557
41566
  "members": [
40558
41567
  {
40559
41568
  "kind": "PropertySignature",
40560
- "canonicalReference": "@dcl/playground-assets!PBColor4#a:member",
40561
- "docComment": "",
40562
- "excerptTokens": [
40563
- {
40564
- "kind": "Content",
40565
- "text": "a: "
40566
- },
40567
- {
40568
- "kind": "Content",
40569
- "text": "number"
40570
- },
40571
- {
40572
- "kind": "Content",
40573
- "text": ";"
40574
- }
40575
- ],
40576
- "isReadonly": false,
40577
- "isOptional": false,
40578
- "releaseTag": "Public",
40579
- "name": "a",
40580
- "propertyTypeTokenRange": {
40581
- "startIndex": 1,
40582
- "endIndex": 2
40583
- }
40584
- },
40585
- {
40586
- "kind": "PropertySignature",
40587
- "canonicalReference": "@dcl/playground-assets!PBColor4#b:member",
40588
- "docComment": "",
40589
- "excerptTokens": [
40590
- {
40591
- "kind": "Content",
40592
- "text": "b: "
40593
- },
40594
- {
40595
- "kind": "Content",
40596
- "text": "number"
40597
- },
40598
- {
40599
- "kind": "Content",
40600
- "text": ";"
40601
- }
40602
- ],
40603
- "isReadonly": false,
40604
- "isOptional": false,
40605
- "releaseTag": "Public",
40606
- "name": "b",
40607
- "propertyTypeTokenRange": {
40608
- "startIndex": 1,
40609
- "endIndex": 2
40610
- }
40611
- },
40612
- {
40613
- "kind": "PropertySignature",
40614
- "canonicalReference": "@dcl/playground-assets!PBColor4#g:member",
40615
- "docComment": "",
40616
- "excerptTokens": [
40617
- {
40618
- "kind": "Content",
40619
- "text": "g: "
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": "g",
40634
- "propertyTypeTokenRange": {
40635
- "startIndex": 1,
40636
- "endIndex": 2
40637
- }
40638
- },
40639
- {
40640
- "kind": "PropertySignature",
40641
- "canonicalReference": "@dcl/playground-assets!PBColor4#r:member",
41569
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState#currentState:member",
40642
41570
  "docComment": "",
40643
41571
  "excerptTokens": [
40644
41572
  {
40645
41573
  "kind": "Content",
40646
- "text": "r: "
41574
+ "text": "currentState: "
40647
41575
  },
40648
41576
  {
40649
- "kind": "Content",
40650
- "text": "number"
41577
+ "kind": "Reference",
41578
+ "text": "LoadingState",
41579
+ "canonicalReference": "@dcl/playground-assets!LoadingState:enum"
40651
41580
  },
40652
41581
  {
40653
41582
  "kind": "Content",
@@ -40657,7 +41586,7 @@
40657
41586
  "isReadonly": false,
40658
41587
  "isOptional": false,
40659
41588
  "releaseTag": "Public",
40660
- "name": "r",
41589
+ "name": "currentState",
40661
41590
  "propertyTypeTokenRange": {
40662
41591
  "startIndex": 1,
40663
41592
  "endIndex": 2
@@ -40668,22 +41597,22 @@
40668
41597
  },
40669
41598
  {
40670
41599
  "kind": "Namespace",
40671
- "canonicalReference": "@dcl/playground-assets!PBColor4:namespace",
41600
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:namespace",
40672
41601
  "docComment": "/**\n * @public\n */\n",
40673
41602
  "excerptTokens": [
40674
41603
  {
40675
41604
  "kind": "Content",
40676
- "text": "export declare namespace Color4 "
41605
+ "text": "export declare namespace PBGltfContainerLoadingState "
40677
41606
  }
40678
41607
  ],
40679
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/colors.gen.d.ts",
41608
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
40680
41609
  "releaseTag": "Public",
40681
- "name": "PBColor4",
41610
+ "name": "PBGltfContainerLoadingState",
40682
41611
  "preserveMemberOrder": false,
40683
41612
  "members": [
40684
41613
  {
40685
41614
  "kind": "Function",
40686
- "canonicalReference": "@dcl/playground-assets!PBColor4.decode:function(1)",
41615
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.decode:function(1)",
40687
41616
  "docComment": "",
40688
41617
  "excerptTokens": [
40689
41618
  {
@@ -40718,8 +41647,8 @@
40718
41647
  },
40719
41648
  {
40720
41649
  "kind": "Reference",
40721
- "text": "Color4",
40722
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
41650
+ "text": "PBGltfContainerLoadingState",
41651
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
40723
41652
  },
40724
41653
  {
40725
41654
  "kind": "Content",
@@ -40754,7 +41683,7 @@
40754
41683
  },
40755
41684
  {
40756
41685
  "kind": "Function",
40757
- "canonicalReference": "@dcl/playground-assets!PBColor4.encode:function(1)",
41686
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.encode:function(1)",
40758
41687
  "docComment": "",
40759
41688
  "excerptTokens": [
40760
41689
  {
@@ -40763,8 +41692,8 @@
40763
41692
  },
40764
41693
  {
40765
41694
  "kind": "Reference",
40766
- "text": "Color4",
40767
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
41695
+ "text": "PBGltfContainerLoadingState",
41696
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
40768
41697
  },
40769
41698
  {
40770
41699
  "kind": "Content",
@@ -40819,31 +41748,31 @@
40819
41748
  },
40820
41749
  {
40821
41750
  "kind": "Interface",
40822
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface",
41751
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface",
40823
41752
  "docComment": "/**\n * @public\n */\n",
40824
41753
  "excerptTokens": [
40825
41754
  {
40826
41755
  "kind": "Content",
40827
- "text": "export interface PBEngineInfo "
41756
+ "text": "export interface PBGltfNodeModifiers_GltfNodeModifier "
40828
41757
  }
40829
41758
  ],
40830
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
41759
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
40831
41760
  "releaseTag": "Public",
40832
- "name": "PBEngineInfo",
41761
+ "name": "PBGltfNodeModifiers_GltfNodeModifier",
40833
41762
  "preserveMemberOrder": false,
40834
41763
  "members": [
40835
41764
  {
40836
41765
  "kind": "PropertySignature",
40837
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo#frameNumber:member",
40838
- "docComment": "/**\n * frame counter of the engine\n */\n",
41766
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#castShadows:member",
41767
+ "docComment": "/**\n * The casting shadows enabled override\n */\n",
40839
41768
  "excerptTokens": [
40840
41769
  {
40841
41770
  "kind": "Content",
40842
- "text": "frameNumber: "
41771
+ "text": "castShadows?: "
40843
41772
  },
40844
41773
  {
40845
41774
  "kind": "Content",
40846
- "text": "number"
41775
+ "text": "boolean | undefined"
40847
41776
  },
40848
41777
  {
40849
41778
  "kind": "Content",
@@ -40851,9 +41780,9 @@
40851
41780
  }
40852
41781
  ],
40853
41782
  "isReadonly": false,
40854
- "isOptional": false,
41783
+ "isOptional": true,
40855
41784
  "releaseTag": "Public",
40856
- "name": "frameNumber",
41785
+ "name": "castShadows",
40857
41786
  "propertyTypeTokenRange": {
40858
41787
  "startIndex": 1,
40859
41788
  "endIndex": 2
@@ -40861,16 +41790,21 @@
40861
41790
  },
40862
41791
  {
40863
41792
  "kind": "PropertySignature",
40864
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo#tickNumber:member",
40865
- "docComment": "/**\n * tick counter of the scene as per ADR-148\n */\n",
41793
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#material:member",
41794
+ "docComment": "/**\n * The Material that will be overridden on the target Node\n */\n",
40866
41795
  "excerptTokens": [
40867
41796
  {
40868
41797
  "kind": "Content",
40869
- "text": "tickNumber: "
41798
+ "text": "material?: "
41799
+ },
41800
+ {
41801
+ "kind": "Reference",
41802
+ "text": "PBMaterial",
41803
+ "canonicalReference": "@dcl/playground-assets!PBMaterial"
40870
41804
  },
40871
41805
  {
40872
41806
  "kind": "Content",
40873
- "text": "number"
41807
+ "text": " | undefined"
40874
41808
  },
40875
41809
  {
40876
41810
  "kind": "Content",
@@ -40878,26 +41812,26 @@
40878
41812
  }
40879
41813
  ],
40880
41814
  "isReadonly": false,
40881
- "isOptional": false,
41815
+ "isOptional": true,
40882
41816
  "releaseTag": "Public",
40883
- "name": "tickNumber",
41817
+ "name": "material",
40884
41818
  "propertyTypeTokenRange": {
40885
41819
  "startIndex": 1,
40886
- "endIndex": 2
41820
+ "endIndex": 3
40887
41821
  }
40888
41822
  },
40889
41823
  {
40890
41824
  "kind": "PropertySignature",
40891
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo#totalRuntime:member",
40892
- "docComment": "/**\n * total runtime of this scene in seconds\n */\n",
41825
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#path:member",
41826
+ "docComment": "/**\n * The GLTF hierarchy path of the target Node to be affected\n */\n",
40893
41827
  "excerptTokens": [
40894
41828
  {
40895
41829
  "kind": "Content",
40896
- "text": "totalRuntime: "
41830
+ "text": "path: "
40897
41831
  },
40898
41832
  {
40899
41833
  "kind": "Content",
40900
- "text": "number"
41834
+ "text": "string"
40901
41835
  },
40902
41836
  {
40903
41837
  "kind": "Content",
@@ -40907,7 +41841,7 @@
40907
41841
  "isReadonly": false,
40908
41842
  "isOptional": false,
40909
41843
  "releaseTag": "Public",
40910
- "name": "totalRuntime",
41844
+ "name": "path",
40911
41845
  "propertyTypeTokenRange": {
40912
41846
  "startIndex": 1,
40913
41847
  "endIndex": 2
@@ -40918,22 +41852,22 @@
40918
41852
  },
40919
41853
  {
40920
41854
  "kind": "Namespace",
40921
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:namespace",
41855
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:namespace",
40922
41856
  "docComment": "/**\n * @public\n */\n",
40923
41857
  "excerptTokens": [
40924
41858
  {
40925
41859
  "kind": "Content",
40926
- "text": "export declare namespace PBEngineInfo "
41860
+ "text": "export declare namespace PBGltfNodeModifiers_GltfNodeModifier "
40927
41861
  }
40928
41862
  ],
40929
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/engine_info.gen.d.ts",
41863
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
40930
41864
  "releaseTag": "Public",
40931
- "name": "PBEngineInfo",
41865
+ "name": "PBGltfNodeModifiers_GltfNodeModifier",
40932
41866
  "preserveMemberOrder": false,
40933
41867
  "members": [
40934
41868
  {
40935
41869
  "kind": "Function",
40936
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo.decode:function(1)",
41870
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.decode:function(1)",
40937
41871
  "docComment": "",
40938
41872
  "excerptTokens": [
40939
41873
  {
@@ -40968,8 +41902,8 @@
40968
41902
  },
40969
41903
  {
40970
41904
  "kind": "Reference",
40971
- "text": "PBEngineInfo",
40972
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
41905
+ "text": "PBGltfNodeModifiers_GltfNodeModifier",
41906
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
40973
41907
  },
40974
41908
  {
40975
41909
  "kind": "Content",
@@ -41004,7 +41938,7 @@
41004
41938
  },
41005
41939
  {
41006
41940
  "kind": "Function",
41007
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo.encode:function(1)",
41941
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.encode:function(1)",
41008
41942
  "docComment": "",
41009
41943
  "excerptTokens": [
41010
41944
  {
@@ -41013,8 +41947,8 @@
41013
41947
  },
41014
41948
  {
41015
41949
  "kind": "Reference",
41016
- "text": "PBEngineInfo",
41017
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo:interface"
41950
+ "text": "PBGltfNodeModifiers_GltfNodeModifier",
41951
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
41018
41952
  },
41019
41953
  {
41020
41954
  "kind": "Content",
@@ -41069,58 +42003,36 @@
41069
42003
  },
41070
42004
  {
41071
42005
  "kind": "Interface",
41072
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface",
42006
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface",
41073
42007
  "docComment": "/**\n * @public\n */\n",
41074
42008
  "excerptTokens": [
41075
42009
  {
41076
42010
  "kind": "Content",
41077
- "text": "export interface PBGltfContainer "
42011
+ "text": "export interface PBGltfNodeModifiers "
41078
42012
  }
41079
42013
  ],
41080
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
42014
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
41081
42015
  "releaseTag": "Public",
41082
- "name": "PBGltfContainer",
42016
+ "name": "PBGltfNodeModifiers",
41083
42017
  "preserveMemberOrder": false,
41084
42018
  "members": [
41085
42019
  {
41086
42020
  "kind": "PropertySignature",
41087
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer#invisibleMeshesCollisionMask:member",
41088
- "docComment": "/**\n * default: CL_POINTER | CL_PHYSICS\n */\n",
42021
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers#modifiers:member",
42022
+ "docComment": "",
41089
42023
  "excerptTokens": [
41090
42024
  {
41091
42025
  "kind": "Content",
41092
- "text": "invisibleMeshesCollisionMask?: "
41093
- },
41094
- {
41095
- "kind": "Content",
41096
- "text": "number | undefined"
42026
+ "text": "modifiers: "
41097
42027
  },
41098
42028
  {
41099
- "kind": "Content",
41100
- "text": ";"
41101
- }
41102
- ],
41103
- "isReadonly": false,
41104
- "isOptional": true,
41105
- "releaseTag": "Public",
41106
- "name": "invisibleMeshesCollisionMask",
41107
- "propertyTypeTokenRange": {
41108
- "startIndex": 1,
41109
- "endIndex": 2
41110
- }
41111
- },
41112
- {
41113
- "kind": "PropertySignature",
41114
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer#src:member",
41115
- "docComment": "/**\n * the GLTF file path as listed in the scene's manifest.\n */\n",
41116
- "excerptTokens": [
41117
- {
41118
- "kind": "Content",
41119
- "text": "src: "
42029
+ "kind": "Reference",
42030
+ "text": "PBGltfNodeModifiers_GltfNodeModifier",
42031
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
41120
42032
  },
41121
42033
  {
41122
42034
  "kind": "Content",
41123
- "text": "string"
42035
+ "text": "[]"
41124
42036
  },
41125
42037
  {
41126
42038
  "kind": "Content",
@@ -41130,37 +42042,10 @@
41130
42042
  "isReadonly": false,
41131
42043
  "isOptional": false,
41132
42044
  "releaseTag": "Public",
41133
- "name": "src",
41134
- "propertyTypeTokenRange": {
41135
- "startIndex": 1,
41136
- "endIndex": 2
41137
- }
41138
- },
41139
- {
41140
- "kind": "PropertySignature",
41141
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer#visibleMeshesCollisionMask:member",
41142
- "docComment": "/**\n * default: 0\n */\n",
41143
- "excerptTokens": [
41144
- {
41145
- "kind": "Content",
41146
- "text": "visibleMeshesCollisionMask?: "
41147
- },
41148
- {
41149
- "kind": "Content",
41150
- "text": "number | undefined"
41151
- },
41152
- {
41153
- "kind": "Content",
41154
- "text": ";"
41155
- }
41156
- ],
41157
- "isReadonly": false,
41158
- "isOptional": true,
41159
- "releaseTag": "Public",
41160
- "name": "visibleMeshesCollisionMask",
42045
+ "name": "modifiers",
41161
42046
  "propertyTypeTokenRange": {
41162
42047
  "startIndex": 1,
41163
- "endIndex": 2
42048
+ "endIndex": 3
41164
42049
  }
41165
42050
  }
41166
42051
  ],
@@ -41168,22 +42053,22 @@
41168
42053
  },
41169
42054
  {
41170
42055
  "kind": "Namespace",
41171
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:namespace",
42056
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:namespace",
41172
42057
  "docComment": "/**\n * @public\n */\n",
41173
42058
  "excerptTokens": [
41174
42059
  {
41175
42060
  "kind": "Content",
41176
- "text": "export declare namespace PBGltfContainer "
42061
+ "text": "export declare namespace PBGltfNodeModifiers "
41177
42062
  }
41178
42063
  ],
41179
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container.gen.d.ts",
42064
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
41180
42065
  "releaseTag": "Public",
41181
- "name": "PBGltfContainer",
42066
+ "name": "PBGltfNodeModifiers",
41182
42067
  "preserveMemberOrder": false,
41183
42068
  "members": [
41184
42069
  {
41185
42070
  "kind": "Function",
41186
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer.decode:function(1)",
42071
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.decode:function(1)",
41187
42072
  "docComment": "",
41188
42073
  "excerptTokens": [
41189
42074
  {
@@ -41218,8 +42103,8 @@
41218
42103
  },
41219
42104
  {
41220
42105
  "kind": "Reference",
41221
- "text": "PBGltfContainer",
41222
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
42106
+ "text": "PBGltfNodeModifiers",
42107
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
41223
42108
  },
41224
42109
  {
41225
42110
  "kind": "Content",
@@ -41254,7 +42139,7 @@
41254
42139
  },
41255
42140
  {
41256
42141
  "kind": "Function",
41257
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer.encode:function(1)",
42142
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.encode:function(1)",
41258
42143
  "docComment": "",
41259
42144
  "excerptTokens": [
41260
42145
  {
@@ -41263,8 +42148,8 @@
41263
42148
  },
41264
42149
  {
41265
42150
  "kind": "Reference",
41266
- "text": "PBGltfContainer",
41267
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer:interface"
42151
+ "text": "PBGltfNodeModifiers",
42152
+ "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
41268
42153
  },
41269
42154
  {
41270
42155
  "kind": "Content",
@@ -41319,32 +42204,31 @@
41319
42204
  },
41320
42205
  {
41321
42206
  "kind": "Interface",
41322
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface",
42207
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface",
41323
42208
  "docComment": "/**\n * @public\n */\n",
41324
42209
  "excerptTokens": [
41325
42210
  {
41326
42211
  "kind": "Content",
41327
- "text": "export interface PBGltfContainerLoadingState "
42212
+ "text": "export interface PBInputModifier_StandardInput "
41328
42213
  }
41329
42214
  ],
41330
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
42215
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
41331
42216
  "releaseTag": "Public",
41332
- "name": "PBGltfContainerLoadingState",
42217
+ "name": "PBInputModifier_StandardInput",
41333
42218
  "preserveMemberOrder": false,
41334
42219
  "members": [
41335
42220
  {
41336
42221
  "kind": "PropertySignature",
41337
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState#currentState:member",
42222
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableAll:member",
41338
42223
  "docComment": "",
41339
42224
  "excerptTokens": [
41340
42225
  {
41341
42226
  "kind": "Content",
41342
- "text": "currentState: "
42227
+ "text": "disableAll?: "
41343
42228
  },
41344
42229
  {
41345
- "kind": "Reference",
41346
- "text": "LoadingState",
41347
- "canonicalReference": "@dcl/playground-assets!LoadingState:enum"
42230
+ "kind": "Content",
42231
+ "text": "boolean | undefined"
41348
42232
  },
41349
42233
  {
41350
42234
  "kind": "Content",
@@ -41352,9 +42236,144 @@
41352
42236
  }
41353
42237
  ],
41354
42238
  "isReadonly": false,
41355
- "isOptional": false,
42239
+ "isOptional": true,
41356
42240
  "releaseTag": "Public",
41357
- "name": "currentState",
42241
+ "name": "disableAll",
42242
+ "propertyTypeTokenRange": {
42243
+ "startIndex": 1,
42244
+ "endIndex": 2
42245
+ }
42246
+ },
42247
+ {
42248
+ "kind": "PropertySignature",
42249
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableEmote:member",
42250
+ "docComment": "",
42251
+ "excerptTokens": [
42252
+ {
42253
+ "kind": "Content",
42254
+ "text": "disableEmote?: "
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": "disableEmote",
42269
+ "propertyTypeTokenRange": {
42270
+ "startIndex": 1,
42271
+ "endIndex": 2
42272
+ }
42273
+ },
42274
+ {
42275
+ "kind": "PropertySignature",
42276
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJog:member",
42277
+ "docComment": "",
42278
+ "excerptTokens": [
42279
+ {
42280
+ "kind": "Content",
42281
+ "text": "disableJog?: "
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": "disableJog",
42296
+ "propertyTypeTokenRange": {
42297
+ "startIndex": 1,
42298
+ "endIndex": 2
42299
+ }
42300
+ },
42301
+ {
42302
+ "kind": "PropertySignature",
42303
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJump:member",
42304
+ "docComment": "",
42305
+ "excerptTokens": [
42306
+ {
42307
+ "kind": "Content",
42308
+ "text": "disableJump?: "
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": "disableJump",
42323
+ "propertyTypeTokenRange": {
42324
+ "startIndex": 1,
42325
+ "endIndex": 2
42326
+ }
42327
+ },
42328
+ {
42329
+ "kind": "PropertySignature",
42330
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableRun:member",
42331
+ "docComment": "",
42332
+ "excerptTokens": [
42333
+ {
42334
+ "kind": "Content",
42335
+ "text": "disableRun?: "
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": "disableRun",
42350
+ "propertyTypeTokenRange": {
42351
+ "startIndex": 1,
42352
+ "endIndex": 2
42353
+ }
42354
+ },
42355
+ {
42356
+ "kind": "PropertySignature",
42357
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableWalk:member",
42358
+ "docComment": "",
42359
+ "excerptTokens": [
42360
+ {
42361
+ "kind": "Content",
42362
+ "text": "disableWalk?: "
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": "disableWalk",
41358
42377
  "propertyTypeTokenRange": {
41359
42378
  "startIndex": 1,
41360
42379
  "endIndex": 2
@@ -41365,22 +42384,22 @@
41365
42384
  },
41366
42385
  {
41367
42386
  "kind": "Namespace",
41368
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:namespace",
42387
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:namespace",
41369
42388
  "docComment": "/**\n * @public\n */\n",
41370
42389
  "excerptTokens": [
41371
42390
  {
41372
42391
  "kind": "Content",
41373
- "text": "export declare namespace PBGltfContainerLoadingState "
42392
+ "text": "export declare namespace PBInputModifier_StandardInput "
41374
42393
  }
41375
42394
  ],
41376
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts",
42395
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
41377
42396
  "releaseTag": "Public",
41378
- "name": "PBGltfContainerLoadingState",
42397
+ "name": "PBInputModifier_StandardInput",
41379
42398
  "preserveMemberOrder": false,
41380
42399
  "members": [
41381
42400
  {
41382
42401
  "kind": "Function",
41383
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.decode:function(1)",
42402
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.decode:function(1)",
41384
42403
  "docComment": "",
41385
42404
  "excerptTokens": [
41386
42405
  {
@@ -41415,8 +42434,8 @@
41415
42434
  },
41416
42435
  {
41417
42436
  "kind": "Reference",
41418
- "text": "PBGltfContainerLoadingState",
41419
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
42437
+ "text": "PBInputModifier_StandardInput",
42438
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
41420
42439
  },
41421
42440
  {
41422
42441
  "kind": "Content",
@@ -41451,7 +42470,7 @@
41451
42470
  },
41452
42471
  {
41453
42472
  "kind": "Function",
41454
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState.encode:function(1)",
42473
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.encode:function(1)",
41455
42474
  "docComment": "",
41456
42475
  "excerptTokens": [
41457
42476
  {
@@ -41460,8 +42479,8 @@
41460
42479
  },
41461
42480
  {
41462
42481
  "kind": "Reference",
41463
- "text": "PBGltfContainerLoadingState",
41464
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState:interface"
42482
+ "text": "PBInputModifier_StandardInput",
42483
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
41465
42484
  },
41466
42485
  {
41467
42486
  "kind": "Content",
@@ -41516,31 +42535,40 @@
41516
42535
  },
41517
42536
  {
41518
42537
  "kind": "Interface",
41519
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface",
42538
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface",
41520
42539
  "docComment": "/**\n * @public\n */\n",
41521
42540
  "excerptTokens": [
41522
42541
  {
41523
42542
  "kind": "Content",
41524
- "text": "export interface PBGltfNodeModifiers_GltfNodeModifier "
42543
+ "text": "export interface PBInputModifier "
41525
42544
  }
41526
42545
  ],
41527
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42546
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
41528
42547
  "releaseTag": "Public",
41529
- "name": "PBGltfNodeModifiers_GltfNodeModifier",
42548
+ "name": "PBInputModifier",
41530
42549
  "preserveMemberOrder": false,
41531
42550
  "members": [
41532
42551
  {
41533
42552
  "kind": "PropertySignature",
41534
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#castShadows:member",
41535
- "docComment": "/**\n * The casting shadows enabled override\n */\n",
42553
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier#mode:member",
42554
+ "docComment": "",
41536
42555
  "excerptTokens": [
41537
42556
  {
41538
42557
  "kind": "Content",
41539
- "text": "castShadows?: "
42558
+ "text": "mode?: "
41540
42559
  },
41541
42560
  {
41542
42561
  "kind": "Content",
41543
- "text": "boolean | undefined"
42562
+ "text": "{\n $case: \"standard\";\n standard: "
42563
+ },
42564
+ {
42565
+ "kind": "Reference",
42566
+ "text": "PBInputModifier_StandardInput",
42567
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
42568
+ },
42569
+ {
42570
+ "kind": "Content",
42571
+ "text": ";\n } | undefined"
41544
42572
  },
41545
42573
  {
41546
42574
  "kind": "Content",
@@ -41550,92 +42578,201 @@
41550
42578
  "isReadonly": false,
41551
42579
  "isOptional": true,
41552
42580
  "releaseTag": "Public",
41553
- "name": "castShadows",
42581
+ "name": "mode",
41554
42582
  "propertyTypeTokenRange": {
41555
42583
  "startIndex": 1,
41556
- "endIndex": 2
42584
+ "endIndex": 4
41557
42585
  }
41558
- },
42586
+ }
42587
+ ],
42588
+ "extendsTokenRanges": []
42589
+ },
42590
+ {
42591
+ "kind": "Namespace",
42592
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:namespace",
42593
+ "docComment": "/**\n * @public\n */\n",
42594
+ "excerptTokens": [
41559
42595
  {
41560
- "kind": "PropertySignature",
41561
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#material:member",
41562
- "docComment": "/**\n * The Material that will be overridden on the target Node\n */\n",
42596
+ "kind": "Content",
42597
+ "text": "export declare namespace PBInputModifier "
42598
+ }
42599
+ ],
42600
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
42601
+ "releaseTag": "Public",
42602
+ "name": "PBInputModifier",
42603
+ "preserveMemberOrder": false,
42604
+ "members": [
42605
+ {
42606
+ "kind": "Function",
42607
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier.decode:function(1)",
42608
+ "docComment": "",
41563
42609
  "excerptTokens": [
41564
42610
  {
41565
42611
  "kind": "Content",
41566
- "text": "material?: "
42612
+ "text": "function decode(input: "
41567
42613
  },
41568
42614
  {
41569
42615
  "kind": "Reference",
41570
- "text": "PBMaterial",
41571
- "canonicalReference": "@dcl/playground-assets!PBMaterial"
42616
+ "text": "_m0.Reader",
42617
+ "canonicalReference": "protobufjs!Reader:class"
41572
42618
  },
41573
42619
  {
41574
42620
  "kind": "Content",
41575
- "text": " | undefined"
42621
+ "text": " | "
42622
+ },
42623
+ {
42624
+ "kind": "Reference",
42625
+ "text": "Uint8Array",
42626
+ "canonicalReference": "!Uint8Array:interface"
42627
+ },
42628
+ {
42629
+ "kind": "Content",
42630
+ "text": ", length?: "
42631
+ },
42632
+ {
42633
+ "kind": "Content",
42634
+ "text": "number"
42635
+ },
42636
+ {
42637
+ "kind": "Content",
42638
+ "text": "): "
42639
+ },
42640
+ {
42641
+ "kind": "Reference",
42642
+ "text": "PBInputModifier",
42643
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
41576
42644
  },
41577
42645
  {
41578
42646
  "kind": "Content",
41579
42647
  "text": ";"
41580
42648
  }
41581
42649
  ],
41582
- "isReadonly": false,
41583
- "isOptional": true,
42650
+ "returnTypeTokenRange": {
42651
+ "startIndex": 7,
42652
+ "endIndex": 8
42653
+ },
41584
42654
  "releaseTag": "Public",
41585
- "name": "material",
41586
- "propertyTypeTokenRange": {
41587
- "startIndex": 1,
41588
- "endIndex": 3
41589
- }
42655
+ "overloadIndex": 1,
42656
+ "parameters": [
42657
+ {
42658
+ "parameterName": "input",
42659
+ "parameterTypeTokenRange": {
42660
+ "startIndex": 1,
42661
+ "endIndex": 4
42662
+ },
42663
+ "isOptional": false
42664
+ },
42665
+ {
42666
+ "parameterName": "length",
42667
+ "parameterTypeTokenRange": {
42668
+ "startIndex": 5,
42669
+ "endIndex": 6
42670
+ },
42671
+ "isOptional": true
42672
+ }
42673
+ ],
42674
+ "name": "decode"
41590
42675
  },
41591
42676
  {
41592
- "kind": "PropertySignature",
41593
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier#path:member",
41594
- "docComment": "/**\n * The GLTF hierarchy path of the target Node to be affected\n */\n",
42677
+ "kind": "Function",
42678
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier.encode:function(1)",
42679
+ "docComment": "",
41595
42680
  "excerptTokens": [
41596
42681
  {
41597
42682
  "kind": "Content",
41598
- "text": "path: "
42683
+ "text": "function encode(message: "
42684
+ },
42685
+ {
42686
+ "kind": "Reference",
42687
+ "text": "PBInputModifier",
42688
+ "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
41599
42689
  },
41600
42690
  {
41601
42691
  "kind": "Content",
41602
- "text": "string"
42692
+ "text": ", writer?: "
42693
+ },
42694
+ {
42695
+ "kind": "Reference",
42696
+ "text": "_m0.Writer",
42697
+ "canonicalReference": "protobufjs!Writer:class"
42698
+ },
42699
+ {
42700
+ "kind": "Content",
42701
+ "text": "): "
42702
+ },
42703
+ {
42704
+ "kind": "Reference",
42705
+ "text": "_m0.Writer",
42706
+ "canonicalReference": "protobufjs!Writer:class"
41603
42707
  },
41604
42708
  {
41605
42709
  "kind": "Content",
41606
42710
  "text": ";"
41607
42711
  }
41608
42712
  ],
41609
- "isReadonly": false,
41610
- "isOptional": false,
42713
+ "returnTypeTokenRange": {
42714
+ "startIndex": 5,
42715
+ "endIndex": 6
42716
+ },
41611
42717
  "releaseTag": "Public",
41612
- "name": "path",
41613
- "propertyTypeTokenRange": {
41614
- "startIndex": 1,
41615
- "endIndex": 2
41616
- }
42718
+ "overloadIndex": 1,
42719
+ "parameters": [
42720
+ {
42721
+ "parameterName": "message",
42722
+ "parameterTypeTokenRange": {
42723
+ "startIndex": 1,
42724
+ "endIndex": 2
42725
+ },
42726
+ "isOptional": false
42727
+ },
42728
+ {
42729
+ "parameterName": "writer",
42730
+ "parameterTypeTokenRange": {
42731
+ "startIndex": 3,
42732
+ "endIndex": 4
42733
+ },
42734
+ "isOptional": true
42735
+ }
42736
+ ],
42737
+ "name": "encode"
42738
+ }
42739
+ ]
42740
+ },
42741
+ {
42742
+ "kind": "Interface",
42743
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface",
42744
+ "docComment": "/**\n * @public\n */\n",
42745
+ "excerptTokens": [
42746
+ {
42747
+ "kind": "Content",
42748
+ "text": "export interface PBLightSource_Point "
41617
42749
  }
41618
42750
  ],
42751
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42752
+ "releaseTag": "Public",
42753
+ "name": "PBLightSource_Point",
42754
+ "preserveMemberOrder": false,
42755
+ "members": [],
41619
42756
  "extendsTokenRanges": []
41620
42757
  },
41621
42758
  {
41622
42759
  "kind": "Namespace",
41623
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:namespace",
42760
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:namespace",
41624
42761
  "docComment": "/**\n * @public\n */\n",
41625
42762
  "excerptTokens": [
41626
42763
  {
41627
42764
  "kind": "Content",
41628
- "text": "export declare namespace PBGltfNodeModifiers_GltfNodeModifier "
42765
+ "text": "export declare namespace PBLightSource_Point "
41629
42766
  }
41630
42767
  ],
41631
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42768
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41632
42769
  "releaseTag": "Public",
41633
- "name": "PBGltfNodeModifiers_GltfNodeModifier",
42770
+ "name": "PBLightSource_Point",
41634
42771
  "preserveMemberOrder": false,
41635
42772
  "members": [
41636
42773
  {
41637
42774
  "kind": "Function",
41638
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.decode:function(1)",
42775
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point.decode:function(1)",
41639
42776
  "docComment": "",
41640
42777
  "excerptTokens": [
41641
42778
  {
@@ -41670,8 +42807,8 @@
41670
42807
  },
41671
42808
  {
41672
42809
  "kind": "Reference",
41673
- "text": "PBGltfNodeModifiers_GltfNodeModifier",
41674
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
42810
+ "text": "PBLightSource_Point",
42811
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
41675
42812
  },
41676
42813
  {
41677
42814
  "kind": "Content",
@@ -41706,17 +42843,17 @@
41706
42843
  },
41707
42844
  {
41708
42845
  "kind": "Function",
41709
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier.encode:function(1)",
42846
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point.encode:function(1)",
41710
42847
  "docComment": "",
41711
42848
  "excerptTokens": [
41712
42849
  {
41713
42850
  "kind": "Content",
41714
- "text": "function encode(message: "
42851
+ "text": "function encode(_: "
41715
42852
  },
41716
42853
  {
41717
42854
  "kind": "Reference",
41718
- "text": "PBGltfNodeModifiers_GltfNodeModifier",
41719
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
42855
+ "text": "PBLightSource_Point",
42856
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
41720
42857
  },
41721
42858
  {
41722
42859
  "kind": "Content",
@@ -41749,7 +42886,7 @@
41749
42886
  "overloadIndex": 1,
41750
42887
  "parameters": [
41751
42888
  {
41752
- "parameterName": "message",
42889
+ "parameterName": "_",
41753
42890
  "parameterTypeTokenRange": {
41754
42891
  "startIndex": 1,
41755
42892
  "endIndex": 2
@@ -41771,36 +42908,58 @@
41771
42908
  },
41772
42909
  {
41773
42910
  "kind": "Interface",
41774
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface",
42911
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface",
41775
42912
  "docComment": "/**\n * @public\n */\n",
41776
42913
  "excerptTokens": [
41777
42914
  {
41778
42915
  "kind": "Content",
41779
- "text": "export interface PBGltfNodeModifiers "
42916
+ "text": "export interface PBLightSource_Spot "
41780
42917
  }
41781
42918
  ],
41782
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42919
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41783
42920
  "releaseTag": "Public",
41784
- "name": "PBGltfNodeModifiers",
42921
+ "name": "PBLightSource_Spot",
41785
42922
  "preserveMemberOrder": false,
41786
42923
  "members": [
41787
42924
  {
41788
42925
  "kind": "PropertySignature",
41789
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers#modifiers:member",
41790
- "docComment": "",
42926
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#innerAngle:member",
42927
+ "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",
41791
42928
  "excerptTokens": [
41792
42929
  {
41793
42930
  "kind": "Content",
41794
- "text": "modifiers: "
42931
+ "text": "innerAngle?: "
41795
42932
  },
41796
42933
  {
41797
- "kind": "Reference",
41798
- "text": "PBGltfNodeModifiers_GltfNodeModifier",
41799
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers_GltfNodeModifier:interface"
42934
+ "kind": "Content",
42935
+ "text": "number | undefined"
41800
42936
  },
41801
42937
  {
41802
42938
  "kind": "Content",
41803
- "text": "[]"
42939
+ "text": ";"
42940
+ }
42941
+ ],
42942
+ "isReadonly": false,
42943
+ "isOptional": true,
42944
+ "releaseTag": "Public",
42945
+ "name": "innerAngle",
42946
+ "propertyTypeTokenRange": {
42947
+ "startIndex": 1,
42948
+ "endIndex": 2
42949
+ }
42950
+ },
42951
+ {
42952
+ "kind": "PropertySignature",
42953
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#outerAngle:member",
42954
+ "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",
42955
+ "excerptTokens": [
42956
+ {
42957
+ "kind": "Content",
42958
+ "text": "outerAngle?: "
42959
+ },
42960
+ {
42961
+ "kind": "Content",
42962
+ "text": "number | undefined"
41804
42963
  },
41805
42964
  {
41806
42965
  "kind": "Content",
@@ -41808,12 +42967,12 @@
41808
42967
  }
41809
42968
  ],
41810
42969
  "isReadonly": false,
41811
- "isOptional": false,
42970
+ "isOptional": true,
41812
42971
  "releaseTag": "Public",
41813
- "name": "modifiers",
42972
+ "name": "outerAngle",
41814
42973
  "propertyTypeTokenRange": {
41815
42974
  "startIndex": 1,
41816
- "endIndex": 3
42975
+ "endIndex": 2
41817
42976
  }
41818
42977
  }
41819
42978
  ],
@@ -41821,22 +42980,22 @@
41821
42980
  },
41822
42981
  {
41823
42982
  "kind": "Namespace",
41824
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:namespace",
42983
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:namespace",
41825
42984
  "docComment": "/**\n * @public\n */\n",
41826
42985
  "excerptTokens": [
41827
42986
  {
41828
42987
  "kind": "Content",
41829
- "text": "export declare namespace PBGltfNodeModifiers "
42988
+ "text": "export declare namespace PBLightSource_Spot "
41830
42989
  }
41831
42990
  ],
41832
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/gltf_node_modifiers.gen.d.ts",
42991
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41833
42992
  "releaseTag": "Public",
41834
- "name": "PBGltfNodeModifiers",
42993
+ "name": "PBLightSource_Spot",
41835
42994
  "preserveMemberOrder": false,
41836
42995
  "members": [
41837
42996
  {
41838
42997
  "kind": "Function",
41839
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.decode:function(1)",
42998
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot.decode:function(1)",
41840
42999
  "docComment": "",
41841
43000
  "excerptTokens": [
41842
43001
  {
@@ -41871,8 +43030,8 @@
41871
43030
  },
41872
43031
  {
41873
43032
  "kind": "Reference",
41874
- "text": "PBGltfNodeModifiers",
41875
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
43033
+ "text": "PBLightSource_Spot",
43034
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
41876
43035
  },
41877
43036
  {
41878
43037
  "kind": "Content",
@@ -41907,7 +43066,7 @@
41907
43066
  },
41908
43067
  {
41909
43068
  "kind": "Function",
41910
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers.encode:function(1)",
43069
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot.encode:function(1)",
41911
43070
  "docComment": "",
41912
43071
  "excerptTokens": [
41913
43072
  {
@@ -41916,8 +43075,8 @@
41916
43075
  },
41917
43076
  {
41918
43077
  "kind": "Reference",
41919
- "text": "PBGltfNodeModifiers",
41920
- "canonicalReference": "@dcl/playground-assets!PBGltfNodeModifiers:interface"
43078
+ "text": "PBLightSource_Spot",
43079
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
41921
43080
  },
41922
43081
  {
41923
43082
  "kind": "Content",
@@ -41972,27 +43131,27 @@
41972
43131
  },
41973
43132
  {
41974
43133
  "kind": "Interface",
41975
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface",
43134
+ "canonicalReference": "@dcl/playground-assets!PBLightSource:interface",
41976
43135
  "docComment": "/**\n * @public\n */\n",
41977
43136
  "excerptTokens": [
41978
43137
  {
41979
43138
  "kind": "Content",
41980
- "text": "export interface PBInputModifier_StandardInput "
43139
+ "text": "export interface PBLightSource "
41981
43140
  }
41982
43141
  ],
41983
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
43142
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41984
43143
  "releaseTag": "Public",
41985
- "name": "PBInputModifier_StandardInput",
43144
+ "name": "PBLightSource",
41986
43145
  "preserveMemberOrder": false,
41987
43146
  "members": [
41988
43147
  {
41989
43148
  "kind": "PropertySignature",
41990
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableAll:member",
41991
- "docComment": "",
43149
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#active:member",
43150
+ "docComment": "/**\n * default = true, whether the lightSource is active or not.\n */\n",
41992
43151
  "excerptTokens": [
41993
43152
  {
41994
43153
  "kind": "Content",
41995
- "text": "disableAll?: "
43154
+ "text": "active?: "
41996
43155
  },
41997
43156
  {
41998
43157
  "kind": "Content",
@@ -42006,7 +43165,7 @@
42006
43165
  "isReadonly": false,
42007
43166
  "isOptional": true,
42008
43167
  "releaseTag": "Public",
42009
- "name": "disableAll",
43168
+ "name": "active",
42010
43169
  "propertyTypeTokenRange": {
42011
43170
  "startIndex": 1,
42012
43171
  "endIndex": 2
@@ -42014,16 +43173,21 @@
42014
43173
  },
42015
43174
  {
42016
43175
  "kind": "PropertySignature",
42017
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableEmote:member",
42018
- "docComment": "",
43176
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#color:member",
43177
+ "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",
42019
43178
  "excerptTokens": [
42020
43179
  {
42021
43180
  "kind": "Content",
42022
- "text": "disableEmote?: "
43181
+ "text": "color?: "
43182
+ },
43183
+ {
43184
+ "kind": "Reference",
43185
+ "text": "Color3",
43186
+ "canonicalReference": "@dcl/playground-assets!Color3"
42023
43187
  },
42024
43188
  {
42025
43189
  "kind": "Content",
42026
- "text": "boolean | undefined"
43190
+ "text": " | undefined"
42027
43191
  },
42028
43192
  {
42029
43193
  "kind": "Content",
@@ -42033,24 +43197,24 @@
42033
43197
  "isReadonly": false,
42034
43198
  "isOptional": true,
42035
43199
  "releaseTag": "Public",
42036
- "name": "disableEmote",
43200
+ "name": "color",
42037
43201
  "propertyTypeTokenRange": {
42038
43202
  "startIndex": 1,
42039
- "endIndex": 2
43203
+ "endIndex": 3
42040
43204
  }
42041
43205
  },
42042
43206
  {
42043
43207
  "kind": "PropertySignature",
42044
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJog:member",
42045
- "docComment": "",
43208
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#intensity:member",
43209
+ "docComment": "/**\n * default = 250, ranges from 1 (dim) to 100,000 (very bright), expressed in Lumens for Point and Spot.\n */\n",
42046
43210
  "excerptTokens": [
42047
43211
  {
42048
43212
  "kind": "Content",
42049
- "text": "disableJog?: "
43213
+ "text": "intensity?: "
42050
43214
  },
42051
43215
  {
42052
43216
  "kind": "Content",
42053
- "text": "boolean | undefined"
43217
+ "text": "number | undefined"
42054
43218
  },
42055
43219
  {
42056
43220
  "kind": "Content",
@@ -42060,7 +43224,7 @@
42060
43224
  "isReadonly": false,
42061
43225
  "isOptional": true,
42062
43226
  "releaseTag": "Public",
42063
- "name": "disableJog",
43227
+ "name": "intensity",
42064
43228
  "propertyTypeTokenRange": {
42065
43229
  "startIndex": 1,
42066
43230
  "endIndex": 2
@@ -42068,16 +43232,16 @@
42068
43232
  },
42069
43233
  {
42070
43234
  "kind": "PropertySignature",
42071
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableJump:member",
42072
- "docComment": "",
43235
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#range:member",
43236
+ "docComment": "/**\n * default = 0, how far the light travels, expressed in meters. If left at 0 will be computed automatically\n */\n",
42073
43237
  "excerptTokens": [
42074
43238
  {
42075
43239
  "kind": "Content",
42076
- "text": "disableJump?: "
43240
+ "text": "range?: "
42077
43241
  },
42078
43242
  {
42079
43243
  "kind": "Content",
42080
- "text": "boolean | undefined"
43244
+ "text": "number | undefined"
42081
43245
  },
42082
43246
  {
42083
43247
  "kind": "Content",
@@ -42087,7 +43251,7 @@
42087
43251
  "isReadonly": false,
42088
43252
  "isOptional": true,
42089
43253
  "releaseTag": "Public",
42090
- "name": "disableJump",
43254
+ "name": "range",
42091
43255
  "propertyTypeTokenRange": {
42092
43256
  "startIndex": 1,
42093
43257
  "endIndex": 2
@@ -42095,12 +43259,12 @@
42095
43259
  },
42096
43260
  {
42097
43261
  "kind": "PropertySignature",
42098
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableRun:member",
42099
- "docComment": "",
43262
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#shadow:member",
43263
+ "docComment": "/**\n * default = false, whether the light casts shadows or not.\n */\n",
42100
43264
  "excerptTokens": [
42101
43265
  {
42102
43266
  "kind": "Content",
42103
- "text": "disableRun?: "
43267
+ "text": "shadow?: "
42104
43268
  },
42105
43269
  {
42106
43270
  "kind": "Content",
@@ -42114,7 +43278,7 @@
42114
43278
  "isReadonly": false,
42115
43279
  "isOptional": true,
42116
43280
  "releaseTag": "Public",
42117
- "name": "disableRun",
43281
+ "name": "shadow",
42118
43282
  "propertyTypeTokenRange": {
42119
43283
  "startIndex": 1,
42120
43284
  "endIndex": 2
@@ -42122,16 +43286,21 @@
42122
43286
  },
42123
43287
  {
42124
43288
  "kind": "PropertySignature",
42125
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput#disableWalk:member",
42126
- "docComment": "",
43289
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#shadowMaskTexture:member",
43290
+ "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",
42127
43291
  "excerptTokens": [
42128
43292
  {
42129
43293
  "kind": "Content",
42130
- "text": "disableWalk?: "
43294
+ "text": "shadowMaskTexture?: "
43295
+ },
43296
+ {
43297
+ "kind": "Reference",
43298
+ "text": "TextureUnion",
43299
+ "canonicalReference": "@dcl/playground-assets!TextureUnion"
42131
43300
  },
42132
43301
  {
42133
43302
  "kind": "Content",
42134
- "text": "boolean | undefined"
43303
+ "text": " | undefined"
42135
43304
  },
42136
43305
  {
42137
43306
  "kind": "Content",
@@ -42141,198 +43310,38 @@
42141
43310
  "isReadonly": false,
42142
43311
  "isOptional": true,
42143
43312
  "releaseTag": "Public",
42144
- "name": "disableWalk",
43313
+ "name": "shadowMaskTexture",
42145
43314
  "propertyTypeTokenRange": {
42146
43315
  "startIndex": 1,
42147
- "endIndex": 2
43316
+ "endIndex": 3
42148
43317
  }
42149
- }
42150
- ],
42151
- "extendsTokenRanges": []
42152
- },
42153
- {
42154
- "kind": "Namespace",
42155
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:namespace",
42156
- "docComment": "/**\n * @public\n */\n",
42157
- "excerptTokens": [
42158
- {
42159
- "kind": "Content",
42160
- "text": "export declare namespace PBInputModifier_StandardInput "
42161
- }
42162
- ],
42163
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
42164
- "releaseTag": "Public",
42165
- "name": "PBInputModifier_StandardInput",
42166
- "preserveMemberOrder": false,
42167
- "members": [
42168
- {
42169
- "kind": "Function",
42170
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.decode:function(1)",
42171
- "docComment": "",
42172
- "excerptTokens": [
42173
- {
42174
- "kind": "Content",
42175
- "text": "function decode(input: "
42176
- },
42177
- {
42178
- "kind": "Reference",
42179
- "text": "_m0.Reader",
42180
- "canonicalReference": "protobufjs!Reader:class"
42181
- },
42182
- {
42183
- "kind": "Content",
42184
- "text": " | "
42185
- },
42186
- {
42187
- "kind": "Reference",
42188
- "text": "Uint8Array",
42189
- "canonicalReference": "!Uint8Array:interface"
42190
- },
42191
- {
42192
- "kind": "Content",
42193
- "text": ", length?: "
42194
- },
42195
- {
42196
- "kind": "Content",
42197
- "text": "number"
42198
- },
42199
- {
42200
- "kind": "Content",
42201
- "text": "): "
42202
- },
42203
- {
42204
- "kind": "Reference",
42205
- "text": "PBInputModifier_StandardInput",
42206
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
42207
- },
42208
- {
42209
- "kind": "Content",
42210
- "text": ";"
42211
- }
42212
- ],
42213
- "returnTypeTokenRange": {
42214
- "startIndex": 7,
42215
- "endIndex": 8
42216
- },
42217
- "releaseTag": "Public",
42218
- "overloadIndex": 1,
42219
- "parameters": [
42220
- {
42221
- "parameterName": "input",
42222
- "parameterTypeTokenRange": {
42223
- "startIndex": 1,
42224
- "endIndex": 4
42225
- },
42226
- "isOptional": false
42227
- },
42228
- {
42229
- "parameterName": "length",
42230
- "parameterTypeTokenRange": {
42231
- "startIndex": 5,
42232
- "endIndex": 6
42233
- },
42234
- "isOptional": true
42235
- }
42236
- ],
42237
- "name": "decode"
42238
43318
  },
42239
43319
  {
42240
- "kind": "Function",
42241
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput.encode:function(1)",
43320
+ "kind": "PropertySignature",
43321
+ "canonicalReference": "@dcl/playground-assets!PBLightSource#type:member",
42242
43322
  "docComment": "",
42243
43323
  "excerptTokens": [
42244
43324
  {
42245
43325
  "kind": "Content",
42246
- "text": "function encode(message: "
42247
- },
42248
- {
42249
- "kind": "Reference",
42250
- "text": "PBInputModifier_StandardInput",
42251
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
43326
+ "text": "type?: "
42252
43327
  },
42253
43328
  {
42254
43329
  "kind": "Content",
42255
- "text": ", writer?: "
43330
+ "text": "{\n $case: \"point\";\n point: "
42256
43331
  },
42257
43332
  {
42258
43333
  "kind": "Reference",
42259
- "text": "_m0.Writer",
42260
- "canonicalReference": "protobufjs!Writer:class"
43334
+ "text": "PBLightSource_Point",
43335
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
42261
43336
  },
42262
43337
  {
42263
43338
  "kind": "Content",
42264
- "text": "): "
43339
+ "text": ";\n } | {\n $case: \"spot\";\n spot: "
42265
43340
  },
42266
43341
  {
42267
43342
  "kind": "Reference",
42268
- "text": "_m0.Writer",
42269
- "canonicalReference": "protobufjs!Writer:class"
42270
- },
42271
- {
42272
- "kind": "Content",
42273
- "text": ";"
42274
- }
42275
- ],
42276
- "returnTypeTokenRange": {
42277
- "startIndex": 5,
42278
- "endIndex": 6
42279
- },
42280
- "releaseTag": "Public",
42281
- "overloadIndex": 1,
42282
- "parameters": [
42283
- {
42284
- "parameterName": "message",
42285
- "parameterTypeTokenRange": {
42286
- "startIndex": 1,
42287
- "endIndex": 2
42288
- },
42289
- "isOptional": false
42290
- },
42291
- {
42292
- "parameterName": "writer",
42293
- "parameterTypeTokenRange": {
42294
- "startIndex": 3,
42295
- "endIndex": 4
42296
- },
42297
- "isOptional": true
42298
- }
42299
- ],
42300
- "name": "encode"
42301
- }
42302
- ]
42303
- },
42304
- {
42305
- "kind": "Interface",
42306
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface",
42307
- "docComment": "/**\n * @public\n */\n",
42308
- "excerptTokens": [
42309
- {
42310
- "kind": "Content",
42311
- "text": "export interface PBInputModifier "
42312
- }
42313
- ],
42314
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
42315
- "releaseTag": "Public",
42316
- "name": "PBInputModifier",
42317
- "preserveMemberOrder": false,
42318
- "members": [
42319
- {
42320
- "kind": "PropertySignature",
42321
- "canonicalReference": "@dcl/playground-assets!PBInputModifier#mode:member",
42322
- "docComment": "",
42323
- "excerptTokens": [
42324
- {
42325
- "kind": "Content",
42326
- "text": "mode?: "
42327
- },
42328
- {
42329
- "kind": "Content",
42330
- "text": "{\n $case: \"standard\";\n standard: "
42331
- },
42332
- {
42333
- "kind": "Reference",
42334
- "text": "PBInputModifier_StandardInput",
42335
- "canonicalReference": "@dcl/playground-assets!PBInputModifier_StandardInput:interface"
43343
+ "text": "PBLightSource_Spot",
43344
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
42336
43345
  },
42337
43346
  {
42338
43347
  "kind": "Content",
@@ -42346,10 +43355,10 @@
42346
43355
  "isReadonly": false,
42347
43356
  "isOptional": true,
42348
43357
  "releaseTag": "Public",
42349
- "name": "mode",
43358
+ "name": "type",
42350
43359
  "propertyTypeTokenRange": {
42351
43360
  "startIndex": 1,
42352
- "endIndex": 4
43361
+ "endIndex": 6
42353
43362
  }
42354
43363
  }
42355
43364
  ],
@@ -42357,22 +43366,22 @@
42357
43366
  },
42358
43367
  {
42359
43368
  "kind": "Namespace",
42360
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:namespace",
43369
+ "canonicalReference": "@dcl/playground-assets!PBLightSource:namespace",
42361
43370
  "docComment": "/**\n * @public\n */\n",
42362
43371
  "excerptTokens": [
42363
43372
  {
42364
43373
  "kind": "Content",
42365
- "text": "export declare namespace PBInputModifier "
43374
+ "text": "export declare namespace PBLightSource "
42366
43375
  }
42367
43376
  ],
42368
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/input_modifier.gen.d.ts",
43377
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42369
43378
  "releaseTag": "Public",
42370
- "name": "PBInputModifier",
43379
+ "name": "PBLightSource",
42371
43380
  "preserveMemberOrder": false,
42372
43381
  "members": [
42373
43382
  {
42374
43383
  "kind": "Function",
42375
- "canonicalReference": "@dcl/playground-assets!PBInputModifier.decode:function(1)",
43384
+ "canonicalReference": "@dcl/playground-assets!PBLightSource.decode:function(1)",
42376
43385
  "docComment": "",
42377
43386
  "excerptTokens": [
42378
43387
  {
@@ -42407,8 +43416,8 @@
42407
43416
  },
42408
43417
  {
42409
43418
  "kind": "Reference",
42410
- "text": "PBInputModifier",
42411
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
43419
+ "text": "PBLightSource",
43420
+ "canonicalReference": "@dcl/playground-assets!PBLightSource:interface"
42412
43421
  },
42413
43422
  {
42414
43423
  "kind": "Content",
@@ -42443,7 +43452,7 @@
42443
43452
  },
42444
43453
  {
42445
43454
  "kind": "Function",
42446
- "canonicalReference": "@dcl/playground-assets!PBInputModifier.encode:function(1)",
43455
+ "canonicalReference": "@dcl/playground-assets!PBLightSource.encode:function(1)",
42447
43456
  "docComment": "",
42448
43457
  "excerptTokens": [
42449
43458
  {
@@ -42452,8 +43461,8 @@
42452
43461
  },
42453
43462
  {
42454
43463
  "kind": "Reference",
42455
- "text": "PBInputModifier",
42456
- "canonicalReference": "@dcl/playground-assets!PBInputModifier:interface"
43464
+ "text": "PBLightSource",
43465
+ "canonicalReference": "@dcl/playground-assets!PBLightSource:interface"
42457
43466
  },
42458
43467
  {
42459
43468
  "kind": "Content",
@@ -56917,6 +57926,33 @@
56917
57926
  "endIndex": 3
56918
57927
  }
56919
57928
  },
57929
+ {
57930
+ "kind": "PropertySignature",
57931
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
57932
+ "docComment": "/**\n * default: 60\n */\n",
57933
+ "excerptTokens": [
57934
+ {
57935
+ "kind": "Content",
57936
+ "text": "fov?: "
57937
+ },
57938
+ {
57939
+ "kind": "Content",
57940
+ "text": "number | undefined"
57941
+ },
57942
+ {
57943
+ "kind": "Content",
57944
+ "text": ";"
57945
+ }
57946
+ ],
57947
+ "isReadonly": false,
57948
+ "isOptional": true,
57949
+ "releaseTag": "Public",
57950
+ "name": "fov",
57951
+ "propertyTypeTokenRange": {
57952
+ "startIndex": 1,
57953
+ "endIndex": 2
57954
+ }
57955
+ },
56920
57956
  {
56921
57957
  "kind": "PropertySignature",
56922
57958
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",