@dcl/playground-assets 7.7.10-13934567813.commit-fb33ab1 → 7.7.10-13947412611.commit-a58a334

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.
@@ -12632,33 +12632,6 @@
12632
12632
  "text": "PBInputModifier",
12633
12633
  "canonicalReference": "@dcl/playground-assets!PBInputModifier"
12634
12634
  },
12635
- {
12636
- "kind": "Content",
12637
- "text": ">>;\n \"core::LightSource\": "
12638
- },
12639
- {
12640
- "kind": "Reference",
12641
- "text": "LwwComponentGetter",
12642
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
12643
- },
12644
- {
12645
- "kind": "Content",
12646
- "text": "<"
12647
- },
12648
- {
12649
- "kind": "Reference",
12650
- "text": "LastWriteWinElementSetComponentDefinition",
12651
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
12652
- },
12653
- {
12654
- "kind": "Content",
12655
- "text": "<"
12656
- },
12657
- {
12658
- "kind": "Reference",
12659
- "text": "PBLightSource",
12660
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
12661
- },
12662
12635
  {
12663
12636
  "kind": "Content",
12664
12637
  "text": ">>;\n \"core::MainCamera\": "
@@ -13426,7 +13399,7 @@
13426
13399
  "name": "componentDefinitionByName",
13427
13400
  "variableTypeTokenRange": {
13428
13401
  "startIndex": 1,
13429
- "endIndex": 278
13402
+ "endIndex": 272
13430
13403
  }
13431
13404
  },
13432
13405
  {
@@ -16008,6 +15981,70 @@
16008
15981
  ],
16009
15982
  "name": "createPointerEventsSystem"
16010
15983
  },
15984
+ {
15985
+ "kind": "Function",
15986
+ "canonicalReference": "@dcl/playground-assets!createReactBasedUiSystem:function(1)",
15987
+ "docComment": "/**\n * @public\n */\n",
15988
+ "excerptTokens": [
15989
+ {
15990
+ "kind": "Content",
15991
+ "text": "export declare function createReactBasedUiSystem(engine: "
15992
+ },
15993
+ {
15994
+ "kind": "Reference",
15995
+ "text": "IEngine",
15996
+ "canonicalReference": "@dcl/playground-assets!IEngine:interface"
15997
+ },
15998
+ {
15999
+ "kind": "Content",
16000
+ "text": ", pointerSystem: "
16001
+ },
16002
+ {
16003
+ "kind": "Reference",
16004
+ "text": "PointerEventsSystem",
16005
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem:interface"
16006
+ },
16007
+ {
16008
+ "kind": "Content",
16009
+ "text": "): "
16010
+ },
16011
+ {
16012
+ "kind": "Reference",
16013
+ "text": "ReactBasedUiSystem",
16014
+ "canonicalReference": "@dcl/playground-assets!ReactBasedUiSystem:interface"
16015
+ },
16016
+ {
16017
+ "kind": "Content",
16018
+ "text": ";"
16019
+ }
16020
+ ],
16021
+ "fileUrlPath": "../react-ecs/dist/system.d.ts",
16022
+ "returnTypeTokenRange": {
16023
+ "startIndex": 5,
16024
+ "endIndex": 6
16025
+ },
16026
+ "releaseTag": "Public",
16027
+ "overloadIndex": 1,
16028
+ "parameters": [
16029
+ {
16030
+ "parameterName": "engine",
16031
+ "parameterTypeTokenRange": {
16032
+ "startIndex": 1,
16033
+ "endIndex": 2
16034
+ },
16035
+ "isOptional": false
16036
+ },
16037
+ {
16038
+ "parameterName": "pointerSystem",
16039
+ "parameterTypeTokenRange": {
16040
+ "startIndex": 3,
16041
+ "endIndex": 4
16042
+ },
16043
+ "isOptional": false
16044
+ }
16045
+ ],
16046
+ "name": "createReactBasedUiSystem"
16047
+ },
16011
16048
  {
16012
16049
  "kind": "Function",
16013
16050
  "canonicalReference": "@dcl/playground-assets!createTweenSystem:function(1)",
@@ -24204,211 +24241,6 @@
24204
24241
  }
24205
24242
  ]
24206
24243
  },
24207
- {
24208
- "kind": "Variable",
24209
- "canonicalReference": "@dcl/playground-assets!LightSource:var",
24210
- "docComment": "",
24211
- "excerptTokens": [
24212
- {
24213
- "kind": "Content",
24214
- "text": "LightSource: "
24215
- },
24216
- {
24217
- "kind": "Reference",
24218
- "text": "LightSourceComponentDefinitionExtended",
24219
- "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended:interface"
24220
- }
24221
- ],
24222
- "fileUrlPath": "../ecs/dist/index.d.ts",
24223
- "isReadonly": true,
24224
- "releaseTag": "Public",
24225
- "name": "LightSource",
24226
- "variableTypeTokenRange": {
24227
- "startIndex": 1,
24228
- "endIndex": 2
24229
- }
24230
- },
24231
- {
24232
- "kind": "Interface",
24233
- "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended:interface",
24234
- "docComment": "/**\n * @public\n */\n",
24235
- "excerptTokens": [
24236
- {
24237
- "kind": "Content",
24238
- "text": "export interface LightSourceComponentDefinitionExtended extends "
24239
- },
24240
- {
24241
- "kind": "Reference",
24242
- "text": "LastWriteWinElementSetComponentDefinition",
24243
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
24244
- },
24245
- {
24246
- "kind": "Content",
24247
- "text": "<"
24248
- },
24249
- {
24250
- "kind": "Reference",
24251
- "text": "PBLightSource",
24252
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
24253
- },
24254
- {
24255
- "kind": "Content",
24256
- "text": ">"
24257
- },
24258
- {
24259
- "kind": "Content",
24260
- "text": " "
24261
- }
24262
- ],
24263
- "fileUrlPath": "../ecs/dist/components/extended/LightSource.d.ts",
24264
- "releaseTag": "Public",
24265
- "name": "LightSourceComponentDefinitionExtended",
24266
- "preserveMemberOrder": false,
24267
- "members": [
24268
- {
24269
- "kind": "PropertySignature",
24270
- "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended#Type:member",
24271
- "docComment": "/**\n * LightSource helper with constructor\n */\n",
24272
- "excerptTokens": [
24273
- {
24274
- "kind": "Content",
24275
- "text": "Type: "
24276
- },
24277
- {
24278
- "kind": "Reference",
24279
- "text": "LightSourceHelper",
24280
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper:interface"
24281
- },
24282
- {
24283
- "kind": "Content",
24284
- "text": ";"
24285
- }
24286
- ],
24287
- "isReadonly": false,
24288
- "isOptional": false,
24289
- "releaseTag": "Public",
24290
- "name": "Type",
24291
- "propertyTypeTokenRange": {
24292
- "startIndex": 1,
24293
- "endIndex": 2
24294
- }
24295
- }
24296
- ],
24297
- "extendsTokenRanges": [
24298
- {
24299
- "startIndex": 1,
24300
- "endIndex": 5
24301
- }
24302
- ]
24303
- },
24304
- {
24305
- "kind": "Interface",
24306
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper:interface",
24307
- "docComment": "/**\n * @public\n */\n",
24308
- "excerptTokens": [
24309
- {
24310
- "kind": "Content",
24311
- "text": "export interface LightSourceHelper "
24312
- }
24313
- ],
24314
- "fileUrlPath": "../ecs/dist/components/extended/LightSource.d.ts",
24315
- "releaseTag": "Public",
24316
- "name": "LightSourceHelper",
24317
- "preserveMemberOrder": false,
24318
- "members": [
24319
- {
24320
- "kind": "PropertySignature",
24321
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper#Point:member",
24322
- "docComment": "/**\n * @returns a Light Source type\n */\n",
24323
- "excerptTokens": [
24324
- {
24325
- "kind": "Content",
24326
- "text": "Point: "
24327
- },
24328
- {
24329
- "kind": "Content",
24330
- "text": "(point: "
24331
- },
24332
- {
24333
- "kind": "Reference",
24334
- "text": "PBLightSource_Point",
24335
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point"
24336
- },
24337
- {
24338
- "kind": "Content",
24339
- "text": ") => "
24340
- },
24341
- {
24342
- "kind": "Reference",
24343
- "text": "PBLightSource",
24344
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
24345
- },
24346
- {
24347
- "kind": "Content",
24348
- "text": "['type']"
24349
- },
24350
- {
24351
- "kind": "Content",
24352
- "text": ";"
24353
- }
24354
- ],
24355
- "isReadonly": false,
24356
- "isOptional": false,
24357
- "releaseTag": "Public",
24358
- "name": "Point",
24359
- "propertyTypeTokenRange": {
24360
- "startIndex": 1,
24361
- "endIndex": 6
24362
- }
24363
- },
24364
- {
24365
- "kind": "PropertySignature",
24366
- "canonicalReference": "@dcl/playground-assets!LightSourceHelper#Spot:member",
24367
- "docComment": "/**\n * @returns a Light Source type\n */\n",
24368
- "excerptTokens": [
24369
- {
24370
- "kind": "Content",
24371
- "text": "Spot: "
24372
- },
24373
- {
24374
- "kind": "Content",
24375
- "text": "(spot: "
24376
- },
24377
- {
24378
- "kind": "Reference",
24379
- "text": "PBLightSource_Spot",
24380
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot"
24381
- },
24382
- {
24383
- "kind": "Content",
24384
- "text": ") => "
24385
- },
24386
- {
24387
- "kind": "Reference",
24388
- "text": "PBLightSource",
24389
- "canonicalReference": "@dcl/playground-assets!PBLightSource"
24390
- },
24391
- {
24392
- "kind": "Content",
24393
- "text": "['type']"
24394
- },
24395
- {
24396
- "kind": "Content",
24397
- "text": ";"
24398
- }
24399
- ],
24400
- "isReadonly": false,
24401
- "isOptional": false,
24402
- "releaseTag": "Public",
24403
- "name": "Spot",
24404
- "propertyTypeTokenRange": {
24405
- "startIndex": 1,
24406
- "endIndex": 6
24407
- }
24408
- }
24409
- ],
24410
- "extendsTokenRanges": []
24411
- },
24412
24244
  {
24413
24245
  "kind": "TypeAlias",
24414
24246
  "canonicalReference": "@dcl/playground-assets!Listeners:type",
@@ -41865,36 +41697,31 @@
41865
41697
  },
41866
41698
  {
41867
41699
  "kind": "Interface",
41868
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface",
41700
+ "canonicalReference": "@dcl/playground-assets!PBMainCamera:interface",
41869
41701
  "docComment": "/**\n * @public\n */\n",
41870
41702
  "excerptTokens": [
41871
41703
  {
41872
41704
  "kind": "Content",
41873
- "text": "export interface PBLightSource_Point "
41705
+ "text": "export interface PBMainCamera "
41874
41706
  }
41875
41707
  ],
41876
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41708
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/main_camera.gen.d.ts",
41877
41709
  "releaseTag": "Public",
41878
- "name": "PBLightSource_Point",
41710
+ "name": "PBMainCamera",
41879
41711
  "preserveMemberOrder": false,
41880
41712
  "members": [
41881
41713
  {
41882
41714
  "kind": "PropertySignature",
41883
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point#shadow:member",
41884
- "docComment": "/**\n * default = ShadowType.ST_NONE The type of shadow the light source supports.\n */\n",
41715
+ "canonicalReference": "@dcl/playground-assets!PBMainCamera#virtualCameraEntity:member",
41716
+ "docComment": "/**\n * current active virtual camera\n */\n",
41885
41717
  "excerptTokens": [
41886
41718
  {
41887
41719
  "kind": "Content",
41888
- "text": "shadow?: "
41889
- },
41890
- {
41891
- "kind": "Reference",
41892
- "text": "PBLightSource_ShadowType",
41893
- "canonicalReference": "@dcl/playground-assets!PBLightSource_ShadowType:enum"
41720
+ "text": "virtualCameraEntity?: "
41894
41721
  },
41895
41722
  {
41896
41723
  "kind": "Content",
41897
- "text": " | undefined"
41724
+ "text": "number | undefined"
41898
41725
  },
41899
41726
  {
41900
41727
  "kind": "Content",
@@ -41904,10 +41731,10 @@
41904
41731
  "isReadonly": false,
41905
41732
  "isOptional": true,
41906
41733
  "releaseTag": "Public",
41907
- "name": "shadow",
41734
+ "name": "virtualCameraEntity",
41908
41735
  "propertyTypeTokenRange": {
41909
41736
  "startIndex": 1,
41910
- "endIndex": 3
41737
+ "endIndex": 2
41911
41738
  }
41912
41739
  }
41913
41740
  ],
@@ -41915,912 +41742,22 @@
41915
41742
  },
41916
41743
  {
41917
41744
  "kind": "Namespace",
41918
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:namespace",
41745
+ "canonicalReference": "@dcl/playground-assets!PBMainCamera:namespace",
41919
41746
  "docComment": "/**\n * @public\n */\n",
41920
41747
  "excerptTokens": [
41921
41748
  {
41922
41749
  "kind": "Content",
41923
- "text": "export declare namespace PBLightSource_Point "
41750
+ "text": "export declare namespace PBMainCamera "
41924
41751
  }
41925
41752
  ],
41926
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
41753
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/main_camera.gen.d.ts",
41927
41754
  "releaseTag": "Public",
41928
- "name": "PBLightSource_Point",
41755
+ "name": "PBMainCamera",
41929
41756
  "preserveMemberOrder": false,
41930
41757
  "members": [
41931
41758
  {
41932
41759
  "kind": "Function",
41933
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point.decode:function(1)",
41934
- "docComment": "",
41935
- "excerptTokens": [
41936
- {
41937
- "kind": "Content",
41938
- "text": "function decode(input: "
41939
- },
41940
- {
41941
- "kind": "Reference",
41942
- "text": "_m0.Reader",
41943
- "canonicalReference": "protobufjs!Reader:class"
41944
- },
41945
- {
41946
- "kind": "Content",
41947
- "text": " | "
41948
- },
41949
- {
41950
- "kind": "Reference",
41951
- "text": "Uint8Array",
41952
- "canonicalReference": "!Uint8Array:interface"
41953
- },
41954
- {
41955
- "kind": "Content",
41956
- "text": ", length?: "
41957
- },
41958
- {
41959
- "kind": "Content",
41960
- "text": "number"
41961
- },
41962
- {
41963
- "kind": "Content",
41964
- "text": "): "
41965
- },
41966
- {
41967
- "kind": "Reference",
41968
- "text": "PBLightSource_Point",
41969
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
41970
- },
41971
- {
41972
- "kind": "Content",
41973
- "text": ";"
41974
- }
41975
- ],
41976
- "returnTypeTokenRange": {
41977
- "startIndex": 7,
41978
- "endIndex": 8
41979
- },
41980
- "releaseTag": "Public",
41981
- "overloadIndex": 1,
41982
- "parameters": [
41983
- {
41984
- "parameterName": "input",
41985
- "parameterTypeTokenRange": {
41986
- "startIndex": 1,
41987
- "endIndex": 4
41988
- },
41989
- "isOptional": false
41990
- },
41991
- {
41992
- "parameterName": "length",
41993
- "parameterTypeTokenRange": {
41994
- "startIndex": 5,
41995
- "endIndex": 6
41996
- },
41997
- "isOptional": true
41998
- }
41999
- ],
42000
- "name": "decode"
42001
- },
42002
- {
42003
- "kind": "Function",
42004
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point.encode:function(1)",
42005
- "docComment": "",
42006
- "excerptTokens": [
42007
- {
42008
- "kind": "Content",
42009
- "text": "function encode(message: "
42010
- },
42011
- {
42012
- "kind": "Reference",
42013
- "text": "PBLightSource_Point",
42014
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
42015
- },
42016
- {
42017
- "kind": "Content",
42018
- "text": ", writer?: "
42019
- },
42020
- {
42021
- "kind": "Reference",
42022
- "text": "_m0.Writer",
42023
- "canonicalReference": "protobufjs!Writer:class"
42024
- },
42025
- {
42026
- "kind": "Content",
42027
- "text": "): "
42028
- },
42029
- {
42030
- "kind": "Reference",
42031
- "text": "_m0.Writer",
42032
- "canonicalReference": "protobufjs!Writer:class"
42033
- },
42034
- {
42035
- "kind": "Content",
42036
- "text": ";"
42037
- }
42038
- ],
42039
- "returnTypeTokenRange": {
42040
- "startIndex": 5,
42041
- "endIndex": 6
42042
- },
42043
- "releaseTag": "Public",
42044
- "overloadIndex": 1,
42045
- "parameters": [
42046
- {
42047
- "parameterName": "message",
42048
- "parameterTypeTokenRange": {
42049
- "startIndex": 1,
42050
- "endIndex": 2
42051
- },
42052
- "isOptional": false
42053
- },
42054
- {
42055
- "parameterName": "writer",
42056
- "parameterTypeTokenRange": {
42057
- "startIndex": 3,
42058
- "endIndex": 4
42059
- },
42060
- "isOptional": true
42061
- }
42062
- ],
42063
- "name": "encode"
42064
- }
42065
- ]
42066
- },
42067
- {
42068
- "kind": "Enum",
42069
- "canonicalReference": "@dcl/playground-assets!PBLightSource_ShadowType:enum",
42070
- "docComment": "/**\n * @public\n */\n",
42071
- "excerptTokens": [
42072
- {
42073
- "kind": "Content",
42074
- "text": "export declare const enum PBLightSource_ShadowType "
42075
- }
42076
- ],
42077
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42078
- "releaseTag": "Public",
42079
- "name": "PBLightSource_ShadowType",
42080
- "preserveMemberOrder": false,
42081
- "members": [
42082
- {
42083
- "kind": "EnumMember",
42084
- "canonicalReference": "@dcl/playground-assets!PBLightSource_ShadowType.ST_HARD:member",
42085
- "docComment": "/**\n * ST_HARD - Less realistic type of shadow but more performant, uses hard edges.\n */\n",
42086
- "excerptTokens": [
42087
- {
42088
- "kind": "Content",
42089
- "text": "ST_HARD = "
42090
- },
42091
- {
42092
- "kind": "Content",
42093
- "text": "2"
42094
- }
42095
- ],
42096
- "initializerTokenRange": {
42097
- "startIndex": 1,
42098
- "endIndex": 2
42099
- },
42100
- "releaseTag": "Public",
42101
- "name": "ST_HARD"
42102
- },
42103
- {
42104
- "kind": "EnumMember",
42105
- "canonicalReference": "@dcl/playground-assets!PBLightSource_ShadowType.ST_NONE:member",
42106
- "docComment": "/**\n * ST_NONE - No shadows are cast from this LightSource.\n */\n",
42107
- "excerptTokens": [
42108
- {
42109
- "kind": "Content",
42110
- "text": "ST_NONE = "
42111
- },
42112
- {
42113
- "kind": "Content",
42114
- "text": "0"
42115
- }
42116
- ],
42117
- "initializerTokenRange": {
42118
- "startIndex": 1,
42119
- "endIndex": 2
42120
- },
42121
- "releaseTag": "Public",
42122
- "name": "ST_NONE"
42123
- },
42124
- {
42125
- "kind": "EnumMember",
42126
- "canonicalReference": "@dcl/playground-assets!PBLightSource_ShadowType.ST_SOFT:member",
42127
- "docComment": "/**\n * ST_SOFT - More realistic type of shadow that reduces block artifacts, noise or pixelation, but requires more processing.\n */\n",
42128
- "excerptTokens": [
42129
- {
42130
- "kind": "Content",
42131
- "text": "ST_SOFT = "
42132
- },
42133
- {
42134
- "kind": "Content",
42135
- "text": "1"
42136
- }
42137
- ],
42138
- "initializerTokenRange": {
42139
- "startIndex": 1,
42140
- "endIndex": 2
42141
- },
42142
- "releaseTag": "Public",
42143
- "name": "ST_SOFT"
42144
- }
42145
- ]
42146
- },
42147
- {
42148
- "kind": "Interface",
42149
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface",
42150
- "docComment": "/**\n * @public\n */\n",
42151
- "excerptTokens": [
42152
- {
42153
- "kind": "Content",
42154
- "text": "export interface PBLightSource_Spot "
42155
- }
42156
- ],
42157
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42158
- "releaseTag": "Public",
42159
- "name": "PBLightSource_Spot",
42160
- "preserveMemberOrder": false,
42161
- "members": [
42162
- {
42163
- "kind": "PropertySignature",
42164
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#innerAngle:member",
42165
- "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",
42166
- "excerptTokens": [
42167
- {
42168
- "kind": "Content",
42169
- "text": "innerAngle?: "
42170
- },
42171
- {
42172
- "kind": "Content",
42173
- "text": "number | undefined"
42174
- },
42175
- {
42176
- "kind": "Content",
42177
- "text": ";"
42178
- }
42179
- ],
42180
- "isReadonly": false,
42181
- "isOptional": true,
42182
- "releaseTag": "Public",
42183
- "name": "innerAngle",
42184
- "propertyTypeTokenRange": {
42185
- "startIndex": 1,
42186
- "endIndex": 2
42187
- }
42188
- },
42189
- {
42190
- "kind": "PropertySignature",
42191
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#outerAngle:member",
42192
- "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",
42193
- "excerptTokens": [
42194
- {
42195
- "kind": "Content",
42196
- "text": "outerAngle?: "
42197
- },
42198
- {
42199
- "kind": "Content",
42200
- "text": "number | undefined"
42201
- },
42202
- {
42203
- "kind": "Content",
42204
- "text": ";"
42205
- }
42206
- ],
42207
- "isReadonly": false,
42208
- "isOptional": true,
42209
- "releaseTag": "Public",
42210
- "name": "outerAngle",
42211
- "propertyTypeTokenRange": {
42212
- "startIndex": 1,
42213
- "endIndex": 2
42214
- }
42215
- },
42216
- {
42217
- "kind": "PropertySignature",
42218
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#shadow:member",
42219
- "docComment": "/**\n * default = ShadowType.ST_NONE The type of shadow the light source supports.\n */\n",
42220
- "excerptTokens": [
42221
- {
42222
- "kind": "Content",
42223
- "text": "shadow?: "
42224
- },
42225
- {
42226
- "kind": "Reference",
42227
- "text": "PBLightSource_ShadowType",
42228
- "canonicalReference": "@dcl/playground-assets!PBLightSource_ShadowType:enum"
42229
- },
42230
- {
42231
- "kind": "Content",
42232
- "text": " | undefined"
42233
- },
42234
- {
42235
- "kind": "Content",
42236
- "text": ";"
42237
- }
42238
- ],
42239
- "isReadonly": false,
42240
- "isOptional": true,
42241
- "releaseTag": "Public",
42242
- "name": "shadow",
42243
- "propertyTypeTokenRange": {
42244
- "startIndex": 1,
42245
- "endIndex": 3
42246
- }
42247
- },
42248
- {
42249
- "kind": "PropertySignature",
42250
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot#shadowMaskTexture:member",
42251
- "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",
42252
- "excerptTokens": [
42253
- {
42254
- "kind": "Content",
42255
- "text": "shadowMaskTexture?: "
42256
- },
42257
- {
42258
- "kind": "Reference",
42259
- "text": "TextureUnion",
42260
- "canonicalReference": "@dcl/playground-assets!TextureUnion"
42261
- },
42262
- {
42263
- "kind": "Content",
42264
- "text": " | undefined"
42265
- },
42266
- {
42267
- "kind": "Content",
42268
- "text": ";"
42269
- }
42270
- ],
42271
- "isReadonly": false,
42272
- "isOptional": true,
42273
- "releaseTag": "Public",
42274
- "name": "shadowMaskTexture",
42275
- "propertyTypeTokenRange": {
42276
- "startIndex": 1,
42277
- "endIndex": 3
42278
- }
42279
- }
42280
- ],
42281
- "extendsTokenRanges": []
42282
- },
42283
- {
42284
- "kind": "Namespace",
42285
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:namespace",
42286
- "docComment": "/**\n * @public\n */\n",
42287
- "excerptTokens": [
42288
- {
42289
- "kind": "Content",
42290
- "text": "export declare namespace PBLightSource_Spot "
42291
- }
42292
- ],
42293
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42294
- "releaseTag": "Public",
42295
- "name": "PBLightSource_Spot",
42296
- "preserveMemberOrder": false,
42297
- "members": [
42298
- {
42299
- "kind": "Function",
42300
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot.decode:function(1)",
42301
- "docComment": "",
42302
- "excerptTokens": [
42303
- {
42304
- "kind": "Content",
42305
- "text": "function decode(input: "
42306
- },
42307
- {
42308
- "kind": "Reference",
42309
- "text": "_m0.Reader",
42310
- "canonicalReference": "protobufjs!Reader:class"
42311
- },
42312
- {
42313
- "kind": "Content",
42314
- "text": " | "
42315
- },
42316
- {
42317
- "kind": "Reference",
42318
- "text": "Uint8Array",
42319
- "canonicalReference": "!Uint8Array:interface"
42320
- },
42321
- {
42322
- "kind": "Content",
42323
- "text": ", length?: "
42324
- },
42325
- {
42326
- "kind": "Content",
42327
- "text": "number"
42328
- },
42329
- {
42330
- "kind": "Content",
42331
- "text": "): "
42332
- },
42333
- {
42334
- "kind": "Reference",
42335
- "text": "PBLightSource_Spot",
42336
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
42337
- },
42338
- {
42339
- "kind": "Content",
42340
- "text": ";"
42341
- }
42342
- ],
42343
- "returnTypeTokenRange": {
42344
- "startIndex": 7,
42345
- "endIndex": 8
42346
- },
42347
- "releaseTag": "Public",
42348
- "overloadIndex": 1,
42349
- "parameters": [
42350
- {
42351
- "parameterName": "input",
42352
- "parameterTypeTokenRange": {
42353
- "startIndex": 1,
42354
- "endIndex": 4
42355
- },
42356
- "isOptional": false
42357
- },
42358
- {
42359
- "parameterName": "length",
42360
- "parameterTypeTokenRange": {
42361
- "startIndex": 5,
42362
- "endIndex": 6
42363
- },
42364
- "isOptional": true
42365
- }
42366
- ],
42367
- "name": "decode"
42368
- },
42369
- {
42370
- "kind": "Function",
42371
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot.encode:function(1)",
42372
- "docComment": "",
42373
- "excerptTokens": [
42374
- {
42375
- "kind": "Content",
42376
- "text": "function encode(message: "
42377
- },
42378
- {
42379
- "kind": "Reference",
42380
- "text": "PBLightSource_Spot",
42381
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
42382
- },
42383
- {
42384
- "kind": "Content",
42385
- "text": ", writer?: "
42386
- },
42387
- {
42388
- "kind": "Reference",
42389
- "text": "_m0.Writer",
42390
- "canonicalReference": "protobufjs!Writer:class"
42391
- },
42392
- {
42393
- "kind": "Content",
42394
- "text": "): "
42395
- },
42396
- {
42397
- "kind": "Reference",
42398
- "text": "_m0.Writer",
42399
- "canonicalReference": "protobufjs!Writer:class"
42400
- },
42401
- {
42402
- "kind": "Content",
42403
- "text": ";"
42404
- }
42405
- ],
42406
- "returnTypeTokenRange": {
42407
- "startIndex": 5,
42408
- "endIndex": 6
42409
- },
42410
- "releaseTag": "Public",
42411
- "overloadIndex": 1,
42412
- "parameters": [
42413
- {
42414
- "parameterName": "message",
42415
- "parameterTypeTokenRange": {
42416
- "startIndex": 1,
42417
- "endIndex": 2
42418
- },
42419
- "isOptional": false
42420
- },
42421
- {
42422
- "parameterName": "writer",
42423
- "parameterTypeTokenRange": {
42424
- "startIndex": 3,
42425
- "endIndex": 4
42426
- },
42427
- "isOptional": true
42428
- }
42429
- ],
42430
- "name": "encode"
42431
- }
42432
- ]
42433
- },
42434
- {
42435
- "kind": "Interface",
42436
- "canonicalReference": "@dcl/playground-assets!PBLightSource:interface",
42437
- "docComment": "/**\n * @public\n */\n",
42438
- "excerptTokens": [
42439
- {
42440
- "kind": "Content",
42441
- "text": "export interface PBLightSource "
42442
- }
42443
- ],
42444
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42445
- "releaseTag": "Public",
42446
- "name": "PBLightSource",
42447
- "preserveMemberOrder": false,
42448
- "members": [
42449
- {
42450
- "kind": "PropertySignature",
42451
- "canonicalReference": "@dcl/playground-assets!PBLightSource#active:member",
42452
- "docComment": "/**\n * default = true, whether the lightSource is active or not.\n */\n",
42453
- "excerptTokens": [
42454
- {
42455
- "kind": "Content",
42456
- "text": "active?: "
42457
- },
42458
- {
42459
- "kind": "Content",
42460
- "text": "boolean | undefined"
42461
- },
42462
- {
42463
- "kind": "Content",
42464
- "text": ";"
42465
- }
42466
- ],
42467
- "isReadonly": false,
42468
- "isOptional": true,
42469
- "releaseTag": "Public",
42470
- "name": "active",
42471
- "propertyTypeTokenRange": {
42472
- "startIndex": 1,
42473
- "endIndex": 2
42474
- }
42475
- },
42476
- {
42477
- "kind": "PropertySignature",
42478
- "canonicalReference": "@dcl/playground-assets!PBLightSource#brightness:member",
42479
- "docComment": "/**\n * default = 250, ranges from 1 (dim) to 100,000 (very bright), expressed in Lumens for Point and Spot.\n */\n",
42480
- "excerptTokens": [
42481
- {
42482
- "kind": "Content",
42483
- "text": "brightness?: "
42484
- },
42485
- {
42486
- "kind": "Content",
42487
- "text": "number | undefined"
42488
- },
42489
- {
42490
- "kind": "Content",
42491
- "text": ";"
42492
- }
42493
- ],
42494
- "isReadonly": false,
42495
- "isOptional": true,
42496
- "releaseTag": "Public",
42497
- "name": "brightness",
42498
- "propertyTypeTokenRange": {
42499
- "startIndex": 1,
42500
- "endIndex": 2
42501
- }
42502
- },
42503
- {
42504
- "kind": "PropertySignature",
42505
- "canonicalReference": "@dcl/playground-assets!PBLightSource#color:member",
42506
- "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",
42507
- "excerptTokens": [
42508
- {
42509
- "kind": "Content",
42510
- "text": "color?: "
42511
- },
42512
- {
42513
- "kind": "Reference",
42514
- "text": "Color3",
42515
- "canonicalReference": "@dcl/playground-assets!Color3"
42516
- },
42517
- {
42518
- "kind": "Content",
42519
- "text": " | undefined"
42520
- },
42521
- {
42522
- "kind": "Content",
42523
- "text": ";"
42524
- }
42525
- ],
42526
- "isReadonly": false,
42527
- "isOptional": true,
42528
- "releaseTag": "Public",
42529
- "name": "color",
42530
- "propertyTypeTokenRange": {
42531
- "startIndex": 1,
42532
- "endIndex": 3
42533
- }
42534
- },
42535
- {
42536
- "kind": "PropertySignature",
42537
- "canonicalReference": "@dcl/playground-assets!PBLightSource#range:member",
42538
- "docComment": "/**\n * default = 10, how far the light travels, expressed in meters.\n */\n",
42539
- "excerptTokens": [
42540
- {
42541
- "kind": "Content",
42542
- "text": "range?: "
42543
- },
42544
- {
42545
- "kind": "Content",
42546
- "text": "number | undefined"
42547
- },
42548
- {
42549
- "kind": "Content",
42550
- "text": ";"
42551
- }
42552
- ],
42553
- "isReadonly": false,
42554
- "isOptional": true,
42555
- "releaseTag": "Public",
42556
- "name": "range",
42557
- "propertyTypeTokenRange": {
42558
- "startIndex": 1,
42559
- "endIndex": 2
42560
- }
42561
- },
42562
- {
42563
- "kind": "PropertySignature",
42564
- "canonicalReference": "@dcl/playground-assets!PBLightSource#type:member",
42565
- "docComment": "",
42566
- "excerptTokens": [
42567
- {
42568
- "kind": "Content",
42569
- "text": "type?: "
42570
- },
42571
- {
42572
- "kind": "Content",
42573
- "text": "{\n $case: \"point\";\n point: "
42574
- },
42575
- {
42576
- "kind": "Reference",
42577
- "text": "PBLightSource_Point",
42578
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Point:interface"
42579
- },
42580
- {
42581
- "kind": "Content",
42582
- "text": ";\n } | {\n $case: \"spot\";\n spot: "
42583
- },
42584
- {
42585
- "kind": "Reference",
42586
- "text": "PBLightSource_Spot",
42587
- "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot:interface"
42588
- },
42589
- {
42590
- "kind": "Content",
42591
- "text": ";\n } | undefined"
42592
- },
42593
- {
42594
- "kind": "Content",
42595
- "text": ";"
42596
- }
42597
- ],
42598
- "isReadonly": false,
42599
- "isOptional": true,
42600
- "releaseTag": "Public",
42601
- "name": "type",
42602
- "propertyTypeTokenRange": {
42603
- "startIndex": 1,
42604
- "endIndex": 6
42605
- }
42606
- }
42607
- ],
42608
- "extendsTokenRanges": []
42609
- },
42610
- {
42611
- "kind": "Namespace",
42612
- "canonicalReference": "@dcl/playground-assets!PBLightSource:namespace",
42613
- "docComment": "/**\n * @public\n */\n",
42614
- "excerptTokens": [
42615
- {
42616
- "kind": "Content",
42617
- "text": "export declare namespace PBLightSource "
42618
- }
42619
- ],
42620
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts",
42621
- "releaseTag": "Public",
42622
- "name": "PBLightSource",
42623
- "preserveMemberOrder": false,
42624
- "members": [
42625
- {
42626
- "kind": "Function",
42627
- "canonicalReference": "@dcl/playground-assets!PBLightSource.decode:function(1)",
42628
- "docComment": "",
42629
- "excerptTokens": [
42630
- {
42631
- "kind": "Content",
42632
- "text": "function decode(input: "
42633
- },
42634
- {
42635
- "kind": "Reference",
42636
- "text": "_m0.Reader",
42637
- "canonicalReference": "protobufjs!Reader:class"
42638
- },
42639
- {
42640
- "kind": "Content",
42641
- "text": " | "
42642
- },
42643
- {
42644
- "kind": "Reference",
42645
- "text": "Uint8Array",
42646
- "canonicalReference": "!Uint8Array:interface"
42647
- },
42648
- {
42649
- "kind": "Content",
42650
- "text": ", length?: "
42651
- },
42652
- {
42653
- "kind": "Content",
42654
- "text": "number"
42655
- },
42656
- {
42657
- "kind": "Content",
42658
- "text": "): "
42659
- },
42660
- {
42661
- "kind": "Reference",
42662
- "text": "PBLightSource",
42663
- "canonicalReference": "@dcl/playground-assets!PBLightSource:interface"
42664
- },
42665
- {
42666
- "kind": "Content",
42667
- "text": ";"
42668
- }
42669
- ],
42670
- "returnTypeTokenRange": {
42671
- "startIndex": 7,
42672
- "endIndex": 8
42673
- },
42674
- "releaseTag": "Public",
42675
- "overloadIndex": 1,
42676
- "parameters": [
42677
- {
42678
- "parameterName": "input",
42679
- "parameterTypeTokenRange": {
42680
- "startIndex": 1,
42681
- "endIndex": 4
42682
- },
42683
- "isOptional": false
42684
- },
42685
- {
42686
- "parameterName": "length",
42687
- "parameterTypeTokenRange": {
42688
- "startIndex": 5,
42689
- "endIndex": 6
42690
- },
42691
- "isOptional": true
42692
- }
42693
- ],
42694
- "name": "decode"
42695
- },
42696
- {
42697
- "kind": "Function",
42698
- "canonicalReference": "@dcl/playground-assets!PBLightSource.encode:function(1)",
42699
- "docComment": "",
42700
- "excerptTokens": [
42701
- {
42702
- "kind": "Content",
42703
- "text": "function encode(message: "
42704
- },
42705
- {
42706
- "kind": "Reference",
42707
- "text": "PBLightSource",
42708
- "canonicalReference": "@dcl/playground-assets!PBLightSource:interface"
42709
- },
42710
- {
42711
- "kind": "Content",
42712
- "text": ", writer?: "
42713
- },
42714
- {
42715
- "kind": "Reference",
42716
- "text": "_m0.Writer",
42717
- "canonicalReference": "protobufjs!Writer:class"
42718
- },
42719
- {
42720
- "kind": "Content",
42721
- "text": "): "
42722
- },
42723
- {
42724
- "kind": "Reference",
42725
- "text": "_m0.Writer",
42726
- "canonicalReference": "protobufjs!Writer:class"
42727
- },
42728
- {
42729
- "kind": "Content",
42730
- "text": ";"
42731
- }
42732
- ],
42733
- "returnTypeTokenRange": {
42734
- "startIndex": 5,
42735
- "endIndex": 6
42736
- },
42737
- "releaseTag": "Public",
42738
- "overloadIndex": 1,
42739
- "parameters": [
42740
- {
42741
- "parameterName": "message",
42742
- "parameterTypeTokenRange": {
42743
- "startIndex": 1,
42744
- "endIndex": 2
42745
- },
42746
- "isOptional": false
42747
- },
42748
- {
42749
- "parameterName": "writer",
42750
- "parameterTypeTokenRange": {
42751
- "startIndex": 3,
42752
- "endIndex": 4
42753
- },
42754
- "isOptional": true
42755
- }
42756
- ],
42757
- "name": "encode"
42758
- }
42759
- ]
42760
- },
42761
- {
42762
- "kind": "Interface",
42763
- "canonicalReference": "@dcl/playground-assets!PBMainCamera:interface",
42764
- "docComment": "/**\n * @public\n */\n",
42765
- "excerptTokens": [
42766
- {
42767
- "kind": "Content",
42768
- "text": "export interface PBMainCamera "
42769
- }
42770
- ],
42771
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/main_camera.gen.d.ts",
42772
- "releaseTag": "Public",
42773
- "name": "PBMainCamera",
42774
- "preserveMemberOrder": false,
42775
- "members": [
42776
- {
42777
- "kind": "PropertySignature",
42778
- "canonicalReference": "@dcl/playground-assets!PBMainCamera#virtualCameraEntity:member",
42779
- "docComment": "/**\n * current active virtual camera\n */\n",
42780
- "excerptTokens": [
42781
- {
42782
- "kind": "Content",
42783
- "text": "virtualCameraEntity?: "
42784
- },
42785
- {
42786
- "kind": "Content",
42787
- "text": "number | undefined"
42788
- },
42789
- {
42790
- "kind": "Content",
42791
- "text": ";"
42792
- }
42793
- ],
42794
- "isReadonly": false,
42795
- "isOptional": true,
42796
- "releaseTag": "Public",
42797
- "name": "virtualCameraEntity",
42798
- "propertyTypeTokenRange": {
42799
- "startIndex": 1,
42800
- "endIndex": 2
42801
- }
42802
- }
42803
- ],
42804
- "extendsTokenRanges": []
42805
- },
42806
- {
42807
- "kind": "Namespace",
42808
- "canonicalReference": "@dcl/playground-assets!PBMainCamera:namespace",
42809
- "docComment": "/**\n * @public\n */\n",
42810
- "excerptTokens": [
42811
- {
42812
- "kind": "Content",
42813
- "text": "export declare namespace PBMainCamera "
42814
- }
42815
- ],
42816
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/main_camera.gen.d.ts",
42817
- "releaseTag": "Public",
42818
- "name": "PBMainCamera",
42819
- "preserveMemberOrder": false,
42820
- "members": [
42821
- {
42822
- "kind": "Function",
42823
- "canonicalReference": "@dcl/playground-assets!PBMainCamera.decode:function(1)",
41760
+ "canonicalReference": "@dcl/playground-assets!PBMainCamera.decode:function(1)",
42824
41761
  "docComment": "",
42825
41762
  "excerptTokens": [
42826
41763
  {
@@ -55990,33 +54927,6 @@
55990
54927
  "endIndex": 3
55991
54928
  }
55992
54929
  },
55993
- {
55994
- "kind": "PropertySignature",
55995
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
55996
- "docComment": "/**\n * default: 60\n */\n",
55997
- "excerptTokens": [
55998
- {
55999
- "kind": "Content",
56000
- "text": "fov?: "
56001
- },
56002
- {
56003
- "kind": "Content",
56004
- "text": "number | undefined"
56005
- },
56006
- {
56007
- "kind": "Content",
56008
- "text": ";"
56009
- }
56010
- ],
56011
- "isReadonly": false,
56012
- "isOptional": true,
56013
- "releaseTag": "Public",
56014
- "name": "fov",
56015
- "propertyTypeTokenRange": {
56016
- "startIndex": 1,
56017
- "endIndex": 2
56018
- }
56019
- },
56020
54930
  {
56021
54931
  "kind": "PropertySignature",
56022
54932
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",