@dcl/playground-assets 7.5.8-10743784489.commit-d6809c5 → 7.5.8-10819179502.commit-e2e6cc5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +93 -0
- package/dist/beta.d.ts +93 -0
- package/dist/index.bundled.d.ts +93 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +93 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +979 -27
- package/etc/playground-assets.api.md +76 -0
- package/package.json +4 -4
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.47.
|
4
|
+
"toolVersion": "7.47.8",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -5847,6 +5847,346 @@
|
|
5847
5847
|
"endIndex": 5
|
5848
5848
|
}
|
5849
5849
|
},
|
5850
|
+
{
|
5851
|
+
"kind": "Interface",
|
5852
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition:interface",
|
5853
|
+
"docComment": "/**\n * @public\n */\n",
|
5854
|
+
"excerptTokens": [
|
5855
|
+
{
|
5856
|
+
"kind": "Content",
|
5857
|
+
"text": "export interface CameraTransition "
|
5858
|
+
}
|
5859
|
+
],
|
5860
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/common/camera_transition.gen.d.ts",
|
5861
|
+
"releaseTag": "Public",
|
5862
|
+
"name": "CameraTransition",
|
5863
|
+
"preserveMemberOrder": false,
|
5864
|
+
"members": [
|
5865
|
+
{
|
5866
|
+
"kind": "PropertySignature",
|
5867
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition#fromEntity:member",
|
5868
|
+
"docComment": "",
|
5869
|
+
"excerptTokens": [
|
5870
|
+
{
|
5871
|
+
"kind": "Content",
|
5872
|
+
"text": "fromEntity?: "
|
5873
|
+
},
|
5874
|
+
{
|
5875
|
+
"kind": "Content",
|
5876
|
+
"text": "number | undefined"
|
5877
|
+
},
|
5878
|
+
{
|
5879
|
+
"kind": "Content",
|
5880
|
+
"text": ";"
|
5881
|
+
}
|
5882
|
+
],
|
5883
|
+
"isReadonly": false,
|
5884
|
+
"isOptional": true,
|
5885
|
+
"releaseTag": "Public",
|
5886
|
+
"name": "fromEntity",
|
5887
|
+
"propertyTypeTokenRange": {
|
5888
|
+
"startIndex": 1,
|
5889
|
+
"endIndex": 2
|
5890
|
+
}
|
5891
|
+
},
|
5892
|
+
{
|
5893
|
+
"kind": "PropertySignature",
|
5894
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition#toEntity:member",
|
5895
|
+
"docComment": "",
|
5896
|
+
"excerptTokens": [
|
5897
|
+
{
|
5898
|
+
"kind": "Content",
|
5899
|
+
"text": "toEntity?: "
|
5900
|
+
},
|
5901
|
+
{
|
5902
|
+
"kind": "Content",
|
5903
|
+
"text": "number | undefined"
|
5904
|
+
},
|
5905
|
+
{
|
5906
|
+
"kind": "Content",
|
5907
|
+
"text": ";"
|
5908
|
+
}
|
5909
|
+
],
|
5910
|
+
"isReadonly": false,
|
5911
|
+
"isOptional": true,
|
5912
|
+
"releaseTag": "Public",
|
5913
|
+
"name": "toEntity",
|
5914
|
+
"propertyTypeTokenRange": {
|
5915
|
+
"startIndex": 1,
|
5916
|
+
"endIndex": 2
|
5917
|
+
}
|
5918
|
+
},
|
5919
|
+
{
|
5920
|
+
"kind": "PropertySignature",
|
5921
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition#transitionMode:member",
|
5922
|
+
"docComment": "",
|
5923
|
+
"excerptTokens": [
|
5924
|
+
{
|
5925
|
+
"kind": "Content",
|
5926
|
+
"text": "transitionMode?: "
|
5927
|
+
},
|
5928
|
+
{
|
5929
|
+
"kind": "Content",
|
5930
|
+
"text": "{\n $case: \"time\";\n time: number;\n } | {\n $case: \"speed\";\n speed: number;\n } | undefined"
|
5931
|
+
},
|
5932
|
+
{
|
5933
|
+
"kind": "Content",
|
5934
|
+
"text": ";"
|
5935
|
+
}
|
5936
|
+
],
|
5937
|
+
"isReadonly": false,
|
5938
|
+
"isOptional": true,
|
5939
|
+
"releaseTag": "Public",
|
5940
|
+
"name": "transitionMode",
|
5941
|
+
"propertyTypeTokenRange": {
|
5942
|
+
"startIndex": 1,
|
5943
|
+
"endIndex": 2
|
5944
|
+
}
|
5945
|
+
}
|
5946
|
+
],
|
5947
|
+
"extendsTokenRanges": []
|
5948
|
+
},
|
5949
|
+
{
|
5950
|
+
"kind": "Namespace",
|
5951
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition:namespace",
|
5952
|
+
"docComment": "/**\n * @public\n */\n",
|
5953
|
+
"excerptTokens": [
|
5954
|
+
{
|
5955
|
+
"kind": "Content",
|
5956
|
+
"text": "export declare namespace CameraTransition "
|
5957
|
+
}
|
5958
|
+
],
|
5959
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/common/camera_transition.gen.d.ts",
|
5960
|
+
"releaseTag": "Public",
|
5961
|
+
"name": "CameraTransition",
|
5962
|
+
"preserveMemberOrder": false,
|
5963
|
+
"members": [
|
5964
|
+
{
|
5965
|
+
"kind": "Function",
|
5966
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition.decode:function(1)",
|
5967
|
+
"docComment": "",
|
5968
|
+
"excerptTokens": [
|
5969
|
+
{
|
5970
|
+
"kind": "Content",
|
5971
|
+
"text": "function decode(input: "
|
5972
|
+
},
|
5973
|
+
{
|
5974
|
+
"kind": "Reference",
|
5975
|
+
"text": "_m0.Reader",
|
5976
|
+
"canonicalReference": "protobufjs!Reader:class"
|
5977
|
+
},
|
5978
|
+
{
|
5979
|
+
"kind": "Content",
|
5980
|
+
"text": " | "
|
5981
|
+
},
|
5982
|
+
{
|
5983
|
+
"kind": "Reference",
|
5984
|
+
"text": "Uint8Array",
|
5985
|
+
"canonicalReference": "!Uint8Array:interface"
|
5986
|
+
},
|
5987
|
+
{
|
5988
|
+
"kind": "Content",
|
5989
|
+
"text": ", length?: "
|
5990
|
+
},
|
5991
|
+
{
|
5992
|
+
"kind": "Content",
|
5993
|
+
"text": "number"
|
5994
|
+
},
|
5995
|
+
{
|
5996
|
+
"kind": "Content",
|
5997
|
+
"text": "): "
|
5998
|
+
},
|
5999
|
+
{
|
6000
|
+
"kind": "Reference",
|
6001
|
+
"text": "CameraTransition",
|
6002
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition:interface"
|
6003
|
+
},
|
6004
|
+
{
|
6005
|
+
"kind": "Content",
|
6006
|
+
"text": ";"
|
6007
|
+
}
|
6008
|
+
],
|
6009
|
+
"returnTypeTokenRange": {
|
6010
|
+
"startIndex": 7,
|
6011
|
+
"endIndex": 8
|
6012
|
+
},
|
6013
|
+
"releaseTag": "Public",
|
6014
|
+
"overloadIndex": 1,
|
6015
|
+
"parameters": [
|
6016
|
+
{
|
6017
|
+
"parameterName": "input",
|
6018
|
+
"parameterTypeTokenRange": {
|
6019
|
+
"startIndex": 1,
|
6020
|
+
"endIndex": 4
|
6021
|
+
},
|
6022
|
+
"isOptional": false
|
6023
|
+
},
|
6024
|
+
{
|
6025
|
+
"parameterName": "length",
|
6026
|
+
"parameterTypeTokenRange": {
|
6027
|
+
"startIndex": 5,
|
6028
|
+
"endIndex": 6
|
6029
|
+
},
|
6030
|
+
"isOptional": true
|
6031
|
+
}
|
6032
|
+
],
|
6033
|
+
"name": "decode"
|
6034
|
+
},
|
6035
|
+
{
|
6036
|
+
"kind": "Function",
|
6037
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition.encode:function(1)",
|
6038
|
+
"docComment": "",
|
6039
|
+
"excerptTokens": [
|
6040
|
+
{
|
6041
|
+
"kind": "Content",
|
6042
|
+
"text": "function encode(message: "
|
6043
|
+
},
|
6044
|
+
{
|
6045
|
+
"kind": "Reference",
|
6046
|
+
"text": "CameraTransition",
|
6047
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition:interface"
|
6048
|
+
},
|
6049
|
+
{
|
6050
|
+
"kind": "Content",
|
6051
|
+
"text": ", writer?: "
|
6052
|
+
},
|
6053
|
+
{
|
6054
|
+
"kind": "Reference",
|
6055
|
+
"text": "_m0.Writer",
|
6056
|
+
"canonicalReference": "protobufjs!Writer:class"
|
6057
|
+
},
|
6058
|
+
{
|
6059
|
+
"kind": "Content",
|
6060
|
+
"text": "): "
|
6061
|
+
},
|
6062
|
+
{
|
6063
|
+
"kind": "Reference",
|
6064
|
+
"text": "_m0.Writer",
|
6065
|
+
"canonicalReference": "protobufjs!Writer:class"
|
6066
|
+
},
|
6067
|
+
{
|
6068
|
+
"kind": "Content",
|
6069
|
+
"text": ";"
|
6070
|
+
}
|
6071
|
+
],
|
6072
|
+
"returnTypeTokenRange": {
|
6073
|
+
"startIndex": 5,
|
6074
|
+
"endIndex": 6
|
6075
|
+
},
|
6076
|
+
"releaseTag": "Public",
|
6077
|
+
"overloadIndex": 1,
|
6078
|
+
"parameters": [
|
6079
|
+
{
|
6080
|
+
"parameterName": "message",
|
6081
|
+
"parameterTypeTokenRange": {
|
6082
|
+
"startIndex": 1,
|
6083
|
+
"endIndex": 2
|
6084
|
+
},
|
6085
|
+
"isOptional": false
|
6086
|
+
},
|
6087
|
+
{
|
6088
|
+
"parameterName": "writer",
|
6089
|
+
"parameterTypeTokenRange": {
|
6090
|
+
"startIndex": 3,
|
6091
|
+
"endIndex": 4
|
6092
|
+
},
|
6093
|
+
"isOptional": true
|
6094
|
+
}
|
6095
|
+
],
|
6096
|
+
"name": "encode"
|
6097
|
+
}
|
6098
|
+
]
|
6099
|
+
},
|
6100
|
+
{
|
6101
|
+
"kind": "Interface",
|
6102
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransitionHelper:interface",
|
6103
|
+
"docComment": "/**\n * @public\n */\n",
|
6104
|
+
"excerptTokens": [
|
6105
|
+
{
|
6106
|
+
"kind": "Content",
|
6107
|
+
"text": "export interface CameraTransitionHelper "
|
6108
|
+
}
|
6109
|
+
],
|
6110
|
+
"fileUrlPath": "../ecs/dist/components/extended/VirtualCamera.d.ts",
|
6111
|
+
"releaseTag": "Public",
|
6112
|
+
"name": "CameraTransitionHelper",
|
6113
|
+
"preserveMemberOrder": false,
|
6114
|
+
"members": [
|
6115
|
+
{
|
6116
|
+
"kind": "PropertySignature",
|
6117
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransitionHelper#Speed:member",
|
6118
|
+
"docComment": "/**\n * @returns a CameraTransition speed\n */\n",
|
6119
|
+
"excerptTokens": [
|
6120
|
+
{
|
6121
|
+
"kind": "Content",
|
6122
|
+
"text": "Speed: "
|
6123
|
+
},
|
6124
|
+
{
|
6125
|
+
"kind": "Content",
|
6126
|
+
"text": "(speed: number) => "
|
6127
|
+
},
|
6128
|
+
{
|
6129
|
+
"kind": "Reference",
|
6130
|
+
"text": "CameraTransition",
|
6131
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition"
|
6132
|
+
},
|
6133
|
+
{
|
6134
|
+
"kind": "Content",
|
6135
|
+
"text": "['transitionMode']"
|
6136
|
+
},
|
6137
|
+
{
|
6138
|
+
"kind": "Content",
|
6139
|
+
"text": ";"
|
6140
|
+
}
|
6141
|
+
],
|
6142
|
+
"isReadonly": false,
|
6143
|
+
"isOptional": false,
|
6144
|
+
"releaseTag": "Public",
|
6145
|
+
"name": "Speed",
|
6146
|
+
"propertyTypeTokenRange": {
|
6147
|
+
"startIndex": 1,
|
6148
|
+
"endIndex": 4
|
6149
|
+
}
|
6150
|
+
},
|
6151
|
+
{
|
6152
|
+
"kind": "PropertySignature",
|
6153
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransitionHelper#Time:member",
|
6154
|
+
"docComment": "/**\n * @returns a CameraTransition time\n */\n",
|
6155
|
+
"excerptTokens": [
|
6156
|
+
{
|
6157
|
+
"kind": "Content",
|
6158
|
+
"text": "Time: "
|
6159
|
+
},
|
6160
|
+
{
|
6161
|
+
"kind": "Content",
|
6162
|
+
"text": "(time: number) => "
|
6163
|
+
},
|
6164
|
+
{
|
6165
|
+
"kind": "Reference",
|
6166
|
+
"text": "CameraTransition",
|
6167
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition"
|
6168
|
+
},
|
6169
|
+
{
|
6170
|
+
"kind": "Content",
|
6171
|
+
"text": "['transitionMode']"
|
6172
|
+
},
|
6173
|
+
{
|
6174
|
+
"kind": "Content",
|
6175
|
+
"text": ";"
|
6176
|
+
}
|
6177
|
+
],
|
6178
|
+
"isReadonly": false,
|
6179
|
+
"isOptional": false,
|
6180
|
+
"releaseTag": "Public",
|
6181
|
+
"name": "Time",
|
6182
|
+
"propertyTypeTokenRange": {
|
6183
|
+
"startIndex": 1,
|
6184
|
+
"endIndex": 4
|
6185
|
+
}
|
6186
|
+
}
|
6187
|
+
],
|
6188
|
+
"extendsTokenRanges": []
|
6189
|
+
},
|
5850
6190
|
{
|
5851
6191
|
"kind": "Enum",
|
5852
6192
|
"canonicalReference": "@dcl/playground-assets!CameraType:enum",
|
@@ -12346,6 +12686,33 @@
|
|
12346
12686
|
"text": "PBInputModifier",
|
12347
12687
|
"canonicalReference": "@dcl/playground-assets!PBInputModifier"
|
12348
12688
|
},
|
12689
|
+
{
|
12690
|
+
"kind": "Content",
|
12691
|
+
"text": ">>;\n \"core::MainCamera\": "
|
12692
|
+
},
|
12693
|
+
{
|
12694
|
+
"kind": "Reference",
|
12695
|
+
"text": "LwwComponentGetter",
|
12696
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
12697
|
+
},
|
12698
|
+
{
|
12699
|
+
"kind": "Content",
|
12700
|
+
"text": "<"
|
12701
|
+
},
|
12702
|
+
{
|
12703
|
+
"kind": "Reference",
|
12704
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
12705
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
12706
|
+
},
|
12707
|
+
{
|
12708
|
+
"kind": "Content",
|
12709
|
+
"text": "<"
|
12710
|
+
},
|
12711
|
+
{
|
12712
|
+
"kind": "Reference",
|
12713
|
+
"text": "PBMainCamera",
|
12714
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera"
|
12715
|
+
},
|
12349
12716
|
{
|
12350
12717
|
"kind": "Content",
|
12351
12718
|
"text": ">>;\n \"core::Material\": "
|
@@ -12883,12 +13250,39 @@
|
|
12883
13250
|
},
|
12884
13251
|
{
|
12885
13252
|
"kind": "Reference",
|
12886
|
-
"text": "PBUiInput",
|
12887
|
-
"canonicalReference": "@dcl/playground-assets!PBUiInput"
|
13253
|
+
"text": "PBUiInput",
|
13254
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInput"
|
13255
|
+
},
|
13256
|
+
{
|
13257
|
+
"kind": "Content",
|
13258
|
+
"text": ">>;\n \"core::UiInputResult\": "
|
13259
|
+
},
|
13260
|
+
{
|
13261
|
+
"kind": "Reference",
|
13262
|
+
"text": "LwwComponentGetter",
|
13263
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
13264
|
+
},
|
13265
|
+
{
|
13266
|
+
"kind": "Content",
|
13267
|
+
"text": "<"
|
13268
|
+
},
|
13269
|
+
{
|
13270
|
+
"kind": "Reference",
|
13271
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
13272
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
13273
|
+
},
|
13274
|
+
{
|
13275
|
+
"kind": "Content",
|
13276
|
+
"text": "<"
|
13277
|
+
},
|
13278
|
+
{
|
13279
|
+
"kind": "Reference",
|
13280
|
+
"text": "PBUiInputResult",
|
13281
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInputResult"
|
12888
13282
|
},
|
12889
13283
|
{
|
12890
13284
|
"kind": "Content",
|
12891
|
-
"text": ">>;\n \"core::
|
13285
|
+
"text": ">>;\n \"core::UiText\": "
|
12892
13286
|
},
|
12893
13287
|
{
|
12894
13288
|
"kind": "Reference",
|
@@ -12910,12 +13304,12 @@
|
|
12910
13304
|
},
|
12911
13305
|
{
|
12912
13306
|
"kind": "Reference",
|
12913
|
-
"text": "
|
12914
|
-
"canonicalReference": "@dcl/playground-assets!
|
13307
|
+
"text": "PBUiText",
|
13308
|
+
"canonicalReference": "@dcl/playground-assets!PBUiText"
|
12915
13309
|
},
|
12916
13310
|
{
|
12917
13311
|
"kind": "Content",
|
12918
|
-
"text": ">>;\n \"core::
|
13312
|
+
"text": ">>;\n \"core::UiTransform\": "
|
12919
13313
|
},
|
12920
13314
|
{
|
12921
13315
|
"kind": "Reference",
|
@@ -12937,17 +13331,17 @@
|
|
12937
13331
|
},
|
12938
13332
|
{
|
12939
13333
|
"kind": "Reference",
|
12940
|
-
"text": "
|
12941
|
-
"canonicalReference": "@dcl/playground-assets!
|
13334
|
+
"text": "PBUiTransform",
|
13335
|
+
"canonicalReference": "@dcl/playground-assets!PBUiTransform"
|
12942
13336
|
},
|
12943
13337
|
{
|
12944
13338
|
"kind": "Content",
|
12945
|
-
"text": ">>;\n \"core::
|
13339
|
+
"text": ">>;\n \"core::VideoEvent\": "
|
12946
13340
|
},
|
12947
13341
|
{
|
12948
13342
|
"kind": "Reference",
|
12949
|
-
"text": "
|
12950
|
-
"canonicalReference": "@dcl/playground-assets!
|
13343
|
+
"text": "GSetComponentGetter",
|
13344
|
+
"canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
|
12951
13345
|
},
|
12952
13346
|
{
|
12953
13347
|
"kind": "Content",
|
@@ -12955,8 +13349,8 @@
|
|
12955
13349
|
},
|
12956
13350
|
{
|
12957
13351
|
"kind": "Reference",
|
12958
|
-
"text": "
|
12959
|
-
"canonicalReference": "@dcl/playground-assets!
|
13352
|
+
"text": "GrowOnlyValueSetComponentDefinition",
|
13353
|
+
"canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
|
12960
13354
|
},
|
12961
13355
|
{
|
12962
13356
|
"kind": "Content",
|
@@ -12964,17 +13358,17 @@
|
|
12964
13358
|
},
|
12965
13359
|
{
|
12966
13360
|
"kind": "Reference",
|
12967
|
-
"text": "
|
12968
|
-
"canonicalReference": "@dcl/playground-assets!
|
13361
|
+
"text": "PBVideoEvent",
|
13362
|
+
"canonicalReference": "@dcl/playground-assets!PBVideoEvent"
|
12969
13363
|
},
|
12970
13364
|
{
|
12971
13365
|
"kind": "Content",
|
12972
|
-
"text": ">>;\n \"core::
|
13366
|
+
"text": ">>;\n \"core::VideoPlayer\": "
|
12973
13367
|
},
|
12974
13368
|
{
|
12975
13369
|
"kind": "Reference",
|
12976
|
-
"text": "
|
12977
|
-
"canonicalReference": "@dcl/playground-assets!
|
13370
|
+
"text": "LwwComponentGetter",
|
13371
|
+
"canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
|
12978
13372
|
},
|
12979
13373
|
{
|
12980
13374
|
"kind": "Content",
|
@@ -12982,8 +13376,8 @@
|
|
12982
13376
|
},
|
12983
13377
|
{
|
12984
13378
|
"kind": "Reference",
|
12985
|
-
"text": "
|
12986
|
-
"canonicalReference": "@dcl/playground-assets!
|
13379
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
13380
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
12987
13381
|
},
|
12988
13382
|
{
|
12989
13383
|
"kind": "Content",
|
@@ -12991,12 +13385,12 @@
|
|
12991
13385
|
},
|
12992
13386
|
{
|
12993
13387
|
"kind": "Reference",
|
12994
|
-
"text": "
|
12995
|
-
"canonicalReference": "@dcl/playground-assets!
|
13388
|
+
"text": "PBVideoPlayer",
|
13389
|
+
"canonicalReference": "@dcl/playground-assets!PBVideoPlayer"
|
12996
13390
|
},
|
12997
13391
|
{
|
12998
13392
|
"kind": "Content",
|
12999
|
-
"text": ">>;\n \"core::
|
13393
|
+
"text": ">>;\n \"core::VirtualCamera\": "
|
13000
13394
|
},
|
13001
13395
|
{
|
13002
13396
|
"kind": "Reference",
|
@@ -13018,8 +13412,8 @@
|
|
13018
13412
|
},
|
13019
13413
|
{
|
13020
13414
|
"kind": "Reference",
|
13021
|
-
"text": "
|
13022
|
-
"canonicalReference": "@dcl/playground-assets!
|
13415
|
+
"text": "PBVirtualCamera",
|
13416
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera"
|
13023
13417
|
},
|
13024
13418
|
{
|
13025
13419
|
"kind": "Content",
|
@@ -13059,7 +13453,7 @@
|
|
13059
13453
|
"name": "componentDefinitionByName",
|
13060
13454
|
"variableTypeTokenRange": {
|
13061
13455
|
"startIndex": 1,
|
13062
|
-
"endIndex":
|
13456
|
+
"endIndex": 272
|
13063
13457
|
}
|
13064
13458
|
},
|
13065
13459
|
{
|
@@ -23947,6 +24341,43 @@
|
|
23947
24341
|
"endIndex": 9
|
23948
24342
|
}
|
23949
24343
|
},
|
24344
|
+
{
|
24345
|
+
"kind": "Variable",
|
24346
|
+
"canonicalReference": "@dcl/playground-assets!MainCamera:var",
|
24347
|
+
"docComment": "/**\n * @public\n */\n",
|
24348
|
+
"excerptTokens": [
|
24349
|
+
{
|
24350
|
+
"kind": "Content",
|
24351
|
+
"text": "MainCamera: "
|
24352
|
+
},
|
24353
|
+
{
|
24354
|
+
"kind": "Reference",
|
24355
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
24356
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
24357
|
+
},
|
24358
|
+
{
|
24359
|
+
"kind": "Content",
|
24360
|
+
"text": "<"
|
24361
|
+
},
|
24362
|
+
{
|
24363
|
+
"kind": "Reference",
|
24364
|
+
"text": "PBMainCamera",
|
24365
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera"
|
24366
|
+
},
|
24367
|
+
{
|
24368
|
+
"kind": "Content",
|
24369
|
+
"text": ">"
|
24370
|
+
}
|
24371
|
+
],
|
24372
|
+
"fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
|
24373
|
+
"isReadonly": true,
|
24374
|
+
"releaseTag": "Public",
|
24375
|
+
"name": "MainCamera",
|
24376
|
+
"variableTypeTokenRange": {
|
24377
|
+
"startIndex": 1,
|
24378
|
+
"endIndex": 5
|
24379
|
+
}
|
24380
|
+
},
|
23950
24381
|
{
|
23951
24382
|
"kind": "Interface",
|
23952
24383
|
"canonicalReference": "@dcl/playground-assets!MapComponentDefinition:interface",
|
@@ -41039,6 +41470,202 @@
|
|
41039
41470
|
}
|
41040
41471
|
]
|
41041
41472
|
},
|
41473
|
+
{
|
41474
|
+
"kind": "Interface",
|
41475
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera:interface",
|
41476
|
+
"docComment": "/**\n * @public\n */\n",
|
41477
|
+
"excerptTokens": [
|
41478
|
+
{
|
41479
|
+
"kind": "Content",
|
41480
|
+
"text": "export interface PBMainCamera "
|
41481
|
+
}
|
41482
|
+
],
|
41483
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/main_camera.gen.d.ts",
|
41484
|
+
"releaseTag": "Public",
|
41485
|
+
"name": "PBMainCamera",
|
41486
|
+
"preserveMemberOrder": false,
|
41487
|
+
"members": [
|
41488
|
+
{
|
41489
|
+
"kind": "PropertySignature",
|
41490
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera#virtualCameraEntity:member",
|
41491
|
+
"docComment": "/**\n * currently active virtual camera (default: 0)\n */\n",
|
41492
|
+
"excerptTokens": [
|
41493
|
+
{
|
41494
|
+
"kind": "Content",
|
41495
|
+
"text": "virtualCameraEntity: "
|
41496
|
+
},
|
41497
|
+
{
|
41498
|
+
"kind": "Content",
|
41499
|
+
"text": "number"
|
41500
|
+
},
|
41501
|
+
{
|
41502
|
+
"kind": "Content",
|
41503
|
+
"text": ";"
|
41504
|
+
}
|
41505
|
+
],
|
41506
|
+
"isReadonly": false,
|
41507
|
+
"isOptional": false,
|
41508
|
+
"releaseTag": "Public",
|
41509
|
+
"name": "virtualCameraEntity",
|
41510
|
+
"propertyTypeTokenRange": {
|
41511
|
+
"startIndex": 1,
|
41512
|
+
"endIndex": 2
|
41513
|
+
}
|
41514
|
+
}
|
41515
|
+
],
|
41516
|
+
"extendsTokenRanges": []
|
41517
|
+
},
|
41518
|
+
{
|
41519
|
+
"kind": "Namespace",
|
41520
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera:namespace",
|
41521
|
+
"docComment": "/**\n * @public\n */\n",
|
41522
|
+
"excerptTokens": [
|
41523
|
+
{
|
41524
|
+
"kind": "Content",
|
41525
|
+
"text": "export declare namespace PBMainCamera "
|
41526
|
+
}
|
41527
|
+
],
|
41528
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/main_camera.gen.d.ts",
|
41529
|
+
"releaseTag": "Public",
|
41530
|
+
"name": "PBMainCamera",
|
41531
|
+
"preserveMemberOrder": false,
|
41532
|
+
"members": [
|
41533
|
+
{
|
41534
|
+
"kind": "Function",
|
41535
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera.decode:function(1)",
|
41536
|
+
"docComment": "",
|
41537
|
+
"excerptTokens": [
|
41538
|
+
{
|
41539
|
+
"kind": "Content",
|
41540
|
+
"text": "function decode(input: "
|
41541
|
+
},
|
41542
|
+
{
|
41543
|
+
"kind": "Reference",
|
41544
|
+
"text": "_m0.Reader",
|
41545
|
+
"canonicalReference": "protobufjs!Reader:class"
|
41546
|
+
},
|
41547
|
+
{
|
41548
|
+
"kind": "Content",
|
41549
|
+
"text": " | "
|
41550
|
+
},
|
41551
|
+
{
|
41552
|
+
"kind": "Reference",
|
41553
|
+
"text": "Uint8Array",
|
41554
|
+
"canonicalReference": "!Uint8Array:interface"
|
41555
|
+
},
|
41556
|
+
{
|
41557
|
+
"kind": "Content",
|
41558
|
+
"text": ", length?: "
|
41559
|
+
},
|
41560
|
+
{
|
41561
|
+
"kind": "Content",
|
41562
|
+
"text": "number"
|
41563
|
+
},
|
41564
|
+
{
|
41565
|
+
"kind": "Content",
|
41566
|
+
"text": "): "
|
41567
|
+
},
|
41568
|
+
{
|
41569
|
+
"kind": "Reference",
|
41570
|
+
"text": "PBMainCamera",
|
41571
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera:interface"
|
41572
|
+
},
|
41573
|
+
{
|
41574
|
+
"kind": "Content",
|
41575
|
+
"text": ";"
|
41576
|
+
}
|
41577
|
+
],
|
41578
|
+
"returnTypeTokenRange": {
|
41579
|
+
"startIndex": 7,
|
41580
|
+
"endIndex": 8
|
41581
|
+
},
|
41582
|
+
"releaseTag": "Public",
|
41583
|
+
"overloadIndex": 1,
|
41584
|
+
"parameters": [
|
41585
|
+
{
|
41586
|
+
"parameterName": "input",
|
41587
|
+
"parameterTypeTokenRange": {
|
41588
|
+
"startIndex": 1,
|
41589
|
+
"endIndex": 4
|
41590
|
+
},
|
41591
|
+
"isOptional": false
|
41592
|
+
},
|
41593
|
+
{
|
41594
|
+
"parameterName": "length",
|
41595
|
+
"parameterTypeTokenRange": {
|
41596
|
+
"startIndex": 5,
|
41597
|
+
"endIndex": 6
|
41598
|
+
},
|
41599
|
+
"isOptional": true
|
41600
|
+
}
|
41601
|
+
],
|
41602
|
+
"name": "decode"
|
41603
|
+
},
|
41604
|
+
{
|
41605
|
+
"kind": "Function",
|
41606
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera.encode:function(1)",
|
41607
|
+
"docComment": "",
|
41608
|
+
"excerptTokens": [
|
41609
|
+
{
|
41610
|
+
"kind": "Content",
|
41611
|
+
"text": "function encode(message: "
|
41612
|
+
},
|
41613
|
+
{
|
41614
|
+
"kind": "Reference",
|
41615
|
+
"text": "PBMainCamera",
|
41616
|
+
"canonicalReference": "@dcl/playground-assets!PBMainCamera:interface"
|
41617
|
+
},
|
41618
|
+
{
|
41619
|
+
"kind": "Content",
|
41620
|
+
"text": ", writer?: "
|
41621
|
+
},
|
41622
|
+
{
|
41623
|
+
"kind": "Reference",
|
41624
|
+
"text": "_m0.Writer",
|
41625
|
+
"canonicalReference": "protobufjs!Writer:class"
|
41626
|
+
},
|
41627
|
+
{
|
41628
|
+
"kind": "Content",
|
41629
|
+
"text": "): "
|
41630
|
+
},
|
41631
|
+
{
|
41632
|
+
"kind": "Reference",
|
41633
|
+
"text": "_m0.Writer",
|
41634
|
+
"canonicalReference": "protobufjs!Writer:class"
|
41635
|
+
},
|
41636
|
+
{
|
41637
|
+
"kind": "Content",
|
41638
|
+
"text": ";"
|
41639
|
+
}
|
41640
|
+
],
|
41641
|
+
"returnTypeTokenRange": {
|
41642
|
+
"startIndex": 5,
|
41643
|
+
"endIndex": 6
|
41644
|
+
},
|
41645
|
+
"releaseTag": "Public",
|
41646
|
+
"overloadIndex": 1,
|
41647
|
+
"parameters": [
|
41648
|
+
{
|
41649
|
+
"parameterName": "message",
|
41650
|
+
"parameterTypeTokenRange": {
|
41651
|
+
"startIndex": 1,
|
41652
|
+
"endIndex": 2
|
41653
|
+
},
|
41654
|
+
"isOptional": false
|
41655
|
+
},
|
41656
|
+
{
|
41657
|
+
"parameterName": "writer",
|
41658
|
+
"parameterTypeTokenRange": {
|
41659
|
+
"startIndex": 3,
|
41660
|
+
"endIndex": 4
|
41661
|
+
},
|
41662
|
+
"isOptional": true
|
41663
|
+
}
|
41664
|
+
],
|
41665
|
+
"name": "encode"
|
41666
|
+
}
|
41667
|
+
]
|
41668
|
+
},
|
41042
41669
|
{
|
41043
41670
|
"kind": "Interface",
|
41044
41671
|
"canonicalReference": "@dcl/playground-assets!PBMaterial_PbrMaterial:interface",
|
@@ -53933,6 +54560,234 @@
|
|
53933
54560
|
}
|
53934
54561
|
]
|
53935
54562
|
},
|
54563
|
+
{
|
54564
|
+
"kind": "Interface",
|
54565
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface",
|
54566
|
+
"docComment": "/**\n * @public\n */\n",
|
54567
|
+
"excerptTokens": [
|
54568
|
+
{
|
54569
|
+
"kind": "Content",
|
54570
|
+
"text": "export interface PBVirtualCamera "
|
54571
|
+
}
|
54572
|
+
],
|
54573
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts",
|
54574
|
+
"releaseTag": "Public",
|
54575
|
+
"name": "PBVirtualCamera",
|
54576
|
+
"preserveMemberOrder": false,
|
54577
|
+
"members": [
|
54578
|
+
{
|
54579
|
+
"kind": "PropertySignature",
|
54580
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#defaultTransition:member",
|
54581
|
+
"docComment": "",
|
54582
|
+
"excerptTokens": [
|
54583
|
+
{
|
54584
|
+
"kind": "Content",
|
54585
|
+
"text": "defaultTransition: "
|
54586
|
+
},
|
54587
|
+
{
|
54588
|
+
"kind": "Reference",
|
54589
|
+
"text": "CameraTransition",
|
54590
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransition"
|
54591
|
+
},
|
54592
|
+
{
|
54593
|
+
"kind": "Content",
|
54594
|
+
"text": " | undefined"
|
54595
|
+
},
|
54596
|
+
{
|
54597
|
+
"kind": "Content",
|
54598
|
+
"text": ";"
|
54599
|
+
}
|
54600
|
+
],
|
54601
|
+
"isReadonly": false,
|
54602
|
+
"isOptional": false,
|
54603
|
+
"releaseTag": "Public",
|
54604
|
+
"name": "defaultTransition",
|
54605
|
+
"propertyTypeTokenRange": {
|
54606
|
+
"startIndex": 1,
|
54607
|
+
"endIndex": 3
|
54608
|
+
}
|
54609
|
+
},
|
54610
|
+
{
|
54611
|
+
"kind": "PropertySignature",
|
54612
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|
54613
|
+
"docComment": "",
|
54614
|
+
"excerptTokens": [
|
54615
|
+
{
|
54616
|
+
"kind": "Content",
|
54617
|
+
"text": "lookAtEntity?: "
|
54618
|
+
},
|
54619
|
+
{
|
54620
|
+
"kind": "Content",
|
54621
|
+
"text": "number | undefined"
|
54622
|
+
},
|
54623
|
+
{
|
54624
|
+
"kind": "Content",
|
54625
|
+
"text": ";"
|
54626
|
+
}
|
54627
|
+
],
|
54628
|
+
"isReadonly": false,
|
54629
|
+
"isOptional": true,
|
54630
|
+
"releaseTag": "Public",
|
54631
|
+
"name": "lookAtEntity",
|
54632
|
+
"propertyTypeTokenRange": {
|
54633
|
+
"startIndex": 1,
|
54634
|
+
"endIndex": 2
|
54635
|
+
}
|
54636
|
+
}
|
54637
|
+
],
|
54638
|
+
"extendsTokenRanges": []
|
54639
|
+
},
|
54640
|
+
{
|
54641
|
+
"kind": "Namespace",
|
54642
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera:namespace",
|
54643
|
+
"docComment": "/**\n * @public\n */\n",
|
54644
|
+
"excerptTokens": [
|
54645
|
+
{
|
54646
|
+
"kind": "Content",
|
54647
|
+
"text": "export declare namespace PBVirtualCamera "
|
54648
|
+
}
|
54649
|
+
],
|
54650
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts",
|
54651
|
+
"releaseTag": "Public",
|
54652
|
+
"name": "PBVirtualCamera",
|
54653
|
+
"preserveMemberOrder": false,
|
54654
|
+
"members": [
|
54655
|
+
{
|
54656
|
+
"kind": "Function",
|
54657
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera.decode:function(1)",
|
54658
|
+
"docComment": "",
|
54659
|
+
"excerptTokens": [
|
54660
|
+
{
|
54661
|
+
"kind": "Content",
|
54662
|
+
"text": "function decode(input: "
|
54663
|
+
},
|
54664
|
+
{
|
54665
|
+
"kind": "Reference",
|
54666
|
+
"text": "_m0.Reader",
|
54667
|
+
"canonicalReference": "protobufjs!Reader:class"
|
54668
|
+
},
|
54669
|
+
{
|
54670
|
+
"kind": "Content",
|
54671
|
+
"text": " | "
|
54672
|
+
},
|
54673
|
+
{
|
54674
|
+
"kind": "Reference",
|
54675
|
+
"text": "Uint8Array",
|
54676
|
+
"canonicalReference": "!Uint8Array:interface"
|
54677
|
+
},
|
54678
|
+
{
|
54679
|
+
"kind": "Content",
|
54680
|
+
"text": ", length?: "
|
54681
|
+
},
|
54682
|
+
{
|
54683
|
+
"kind": "Content",
|
54684
|
+
"text": "number"
|
54685
|
+
},
|
54686
|
+
{
|
54687
|
+
"kind": "Content",
|
54688
|
+
"text": "): "
|
54689
|
+
},
|
54690
|
+
{
|
54691
|
+
"kind": "Reference",
|
54692
|
+
"text": "PBVirtualCamera",
|
54693
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface"
|
54694
|
+
},
|
54695
|
+
{
|
54696
|
+
"kind": "Content",
|
54697
|
+
"text": ";"
|
54698
|
+
}
|
54699
|
+
],
|
54700
|
+
"returnTypeTokenRange": {
|
54701
|
+
"startIndex": 7,
|
54702
|
+
"endIndex": 8
|
54703
|
+
},
|
54704
|
+
"releaseTag": "Public",
|
54705
|
+
"overloadIndex": 1,
|
54706
|
+
"parameters": [
|
54707
|
+
{
|
54708
|
+
"parameterName": "input",
|
54709
|
+
"parameterTypeTokenRange": {
|
54710
|
+
"startIndex": 1,
|
54711
|
+
"endIndex": 4
|
54712
|
+
},
|
54713
|
+
"isOptional": false
|
54714
|
+
},
|
54715
|
+
{
|
54716
|
+
"parameterName": "length",
|
54717
|
+
"parameterTypeTokenRange": {
|
54718
|
+
"startIndex": 5,
|
54719
|
+
"endIndex": 6
|
54720
|
+
},
|
54721
|
+
"isOptional": true
|
54722
|
+
}
|
54723
|
+
],
|
54724
|
+
"name": "decode"
|
54725
|
+
},
|
54726
|
+
{
|
54727
|
+
"kind": "Function",
|
54728
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera.encode:function(1)",
|
54729
|
+
"docComment": "",
|
54730
|
+
"excerptTokens": [
|
54731
|
+
{
|
54732
|
+
"kind": "Content",
|
54733
|
+
"text": "function encode(message: "
|
54734
|
+
},
|
54735
|
+
{
|
54736
|
+
"kind": "Reference",
|
54737
|
+
"text": "PBVirtualCamera",
|
54738
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface"
|
54739
|
+
},
|
54740
|
+
{
|
54741
|
+
"kind": "Content",
|
54742
|
+
"text": ", writer?: "
|
54743
|
+
},
|
54744
|
+
{
|
54745
|
+
"kind": "Reference",
|
54746
|
+
"text": "_m0.Writer",
|
54747
|
+
"canonicalReference": "protobufjs!Writer:class"
|
54748
|
+
},
|
54749
|
+
{
|
54750
|
+
"kind": "Content",
|
54751
|
+
"text": "): "
|
54752
|
+
},
|
54753
|
+
{
|
54754
|
+
"kind": "Reference",
|
54755
|
+
"text": "_m0.Writer",
|
54756
|
+
"canonicalReference": "protobufjs!Writer:class"
|
54757
|
+
},
|
54758
|
+
{
|
54759
|
+
"kind": "Content",
|
54760
|
+
"text": ";"
|
54761
|
+
}
|
54762
|
+
],
|
54763
|
+
"returnTypeTokenRange": {
|
54764
|
+
"startIndex": 5,
|
54765
|
+
"endIndex": 6
|
54766
|
+
},
|
54767
|
+
"releaseTag": "Public",
|
54768
|
+
"overloadIndex": 1,
|
54769
|
+
"parameters": [
|
54770
|
+
{
|
54771
|
+
"parameterName": "message",
|
54772
|
+
"parameterTypeTokenRange": {
|
54773
|
+
"startIndex": 1,
|
54774
|
+
"endIndex": 2
|
54775
|
+
},
|
54776
|
+
"isOptional": false
|
54777
|
+
},
|
54778
|
+
{
|
54779
|
+
"parameterName": "writer",
|
54780
|
+
"parameterTypeTokenRange": {
|
54781
|
+
"startIndex": 3,
|
54782
|
+
"endIndex": 4
|
54783
|
+
},
|
54784
|
+
"isOptional": true
|
54785
|
+
}
|
54786
|
+
],
|
54787
|
+
"name": "encode"
|
54788
|
+
}
|
54789
|
+
]
|
54790
|
+
},
|
53936
54791
|
{
|
53937
54792
|
"kind": "Interface",
|
53938
54793
|
"canonicalReference": "@dcl/playground-assets!PBVisibilityComponent:interface",
|
@@ -75992,6 +76847,103 @@
|
|
75992
76847
|
}
|
75993
76848
|
]
|
75994
76849
|
},
|
76850
|
+
{
|
76851
|
+
"kind": "Variable",
|
76852
|
+
"canonicalReference": "@dcl/playground-assets!VirtualCamera:var",
|
76853
|
+
"docComment": "",
|
76854
|
+
"excerptTokens": [
|
76855
|
+
{
|
76856
|
+
"kind": "Content",
|
76857
|
+
"text": "VirtualCamera: "
|
76858
|
+
},
|
76859
|
+
{
|
76860
|
+
"kind": "Reference",
|
76861
|
+
"text": "VirtualCameraComponentDefinitionExtended",
|
76862
|
+
"canonicalReference": "@dcl/playground-assets!VirtualCameraComponentDefinitionExtended:interface"
|
76863
|
+
}
|
76864
|
+
],
|
76865
|
+
"fileUrlPath": "../ecs/dist/index.d.ts",
|
76866
|
+
"isReadonly": true,
|
76867
|
+
"releaseTag": "Public",
|
76868
|
+
"name": "VirtualCamera",
|
76869
|
+
"variableTypeTokenRange": {
|
76870
|
+
"startIndex": 1,
|
76871
|
+
"endIndex": 2
|
76872
|
+
}
|
76873
|
+
},
|
76874
|
+
{
|
76875
|
+
"kind": "Interface",
|
76876
|
+
"canonicalReference": "@dcl/playground-assets!VirtualCameraComponentDefinitionExtended:interface",
|
76877
|
+
"docComment": "/**\n * @public\n */\n",
|
76878
|
+
"excerptTokens": [
|
76879
|
+
{
|
76880
|
+
"kind": "Content",
|
76881
|
+
"text": "export interface VirtualCameraComponentDefinitionExtended extends "
|
76882
|
+
},
|
76883
|
+
{
|
76884
|
+
"kind": "Reference",
|
76885
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
76886
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
76887
|
+
},
|
76888
|
+
{
|
76889
|
+
"kind": "Content",
|
76890
|
+
"text": "<"
|
76891
|
+
},
|
76892
|
+
{
|
76893
|
+
"kind": "Reference",
|
76894
|
+
"text": "PBVirtualCamera",
|
76895
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera"
|
76896
|
+
},
|
76897
|
+
{
|
76898
|
+
"kind": "Content",
|
76899
|
+
"text": ">"
|
76900
|
+
},
|
76901
|
+
{
|
76902
|
+
"kind": "Content",
|
76903
|
+
"text": " "
|
76904
|
+
}
|
76905
|
+
],
|
76906
|
+
"fileUrlPath": "../ecs/dist/components/extended/VirtualCamera.d.ts",
|
76907
|
+
"releaseTag": "Public",
|
76908
|
+
"name": "VirtualCameraComponentDefinitionExtended",
|
76909
|
+
"preserveMemberOrder": false,
|
76910
|
+
"members": [
|
76911
|
+
{
|
76912
|
+
"kind": "PropertySignature",
|
76913
|
+
"canonicalReference": "@dcl/playground-assets!VirtualCameraComponentDefinitionExtended#Transition:member",
|
76914
|
+
"docComment": "/**\n * Camera transition helper for time and speed modes\n */\n",
|
76915
|
+
"excerptTokens": [
|
76916
|
+
{
|
76917
|
+
"kind": "Content",
|
76918
|
+
"text": "Transition: "
|
76919
|
+
},
|
76920
|
+
{
|
76921
|
+
"kind": "Reference",
|
76922
|
+
"text": "CameraTransitionHelper",
|
76923
|
+
"canonicalReference": "@dcl/playground-assets!CameraTransitionHelper:interface"
|
76924
|
+
},
|
76925
|
+
{
|
76926
|
+
"kind": "Content",
|
76927
|
+
"text": ";"
|
76928
|
+
}
|
76929
|
+
],
|
76930
|
+
"isReadonly": false,
|
76931
|
+
"isOptional": false,
|
76932
|
+
"releaseTag": "Public",
|
76933
|
+
"name": "Transition",
|
76934
|
+
"propertyTypeTokenRange": {
|
76935
|
+
"startIndex": 1,
|
76936
|
+
"endIndex": 2
|
76937
|
+
}
|
76938
|
+
}
|
76939
|
+
],
|
76940
|
+
"extendsTokenRanges": [
|
76941
|
+
{
|
76942
|
+
"startIndex": 1,
|
76943
|
+
"endIndex": 5
|
76944
|
+
}
|
76945
|
+
]
|
76946
|
+
},
|
75995
76947
|
{
|
75996
76948
|
"kind": "Variable",
|
75997
76949
|
"canonicalReference": "@dcl/playground-assets!VisibilityComponent:var",
|