@dcl/playground-assets 7.10.5 → 7.10.6-18360040798.commit-8d5d559
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 +150 -3
- package/dist/beta.d.ts +150 -3
- package/dist/index.bundled.d.ts +150 -3
- package/dist/index.js +7 -7
- package/dist/index.js.map +3 -3
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +150 -3
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +1795 -146
- package/etc/playground-assets.api.md +71 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.53.
|
|
4
|
+
"toolVersion": "7.53.1",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -34177,6 +34177,234 @@
|
|
|
34177
34177
|
}
|
|
34178
34178
|
]
|
|
34179
34179
|
},
|
|
34180
|
+
{
|
|
34181
|
+
"kind": "Interface",
|
|
34182
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous:interface",
|
|
34183
|
+
"docComment": "/**\n * @public\n */\n",
|
|
34184
|
+
"excerptTokens": [
|
|
34185
|
+
{
|
|
34186
|
+
"kind": "Content",
|
|
34187
|
+
"text": "export interface MoveContinuous "
|
|
34188
|
+
}
|
|
34189
|
+
],
|
|
34190
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
34191
|
+
"releaseTag": "Public",
|
|
34192
|
+
"name": "MoveContinuous",
|
|
34193
|
+
"preserveMemberOrder": false,
|
|
34194
|
+
"members": [
|
|
34195
|
+
{
|
|
34196
|
+
"kind": "PropertySignature",
|
|
34197
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous#direction:member",
|
|
34198
|
+
"docComment": "",
|
|
34199
|
+
"excerptTokens": [
|
|
34200
|
+
{
|
|
34201
|
+
"kind": "Content",
|
|
34202
|
+
"text": "direction: "
|
|
34203
|
+
},
|
|
34204
|
+
{
|
|
34205
|
+
"kind": "Reference",
|
|
34206
|
+
"text": "Vector3",
|
|
34207
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
34208
|
+
},
|
|
34209
|
+
{
|
|
34210
|
+
"kind": "Content",
|
|
34211
|
+
"text": " | undefined"
|
|
34212
|
+
},
|
|
34213
|
+
{
|
|
34214
|
+
"kind": "Content",
|
|
34215
|
+
"text": ";"
|
|
34216
|
+
}
|
|
34217
|
+
],
|
|
34218
|
+
"isReadonly": false,
|
|
34219
|
+
"isOptional": false,
|
|
34220
|
+
"releaseTag": "Public",
|
|
34221
|
+
"name": "direction",
|
|
34222
|
+
"propertyTypeTokenRange": {
|
|
34223
|
+
"startIndex": 1,
|
|
34224
|
+
"endIndex": 3
|
|
34225
|
+
}
|
|
34226
|
+
},
|
|
34227
|
+
{
|
|
34228
|
+
"kind": "PropertySignature",
|
|
34229
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous#speed:member",
|
|
34230
|
+
"docComment": "",
|
|
34231
|
+
"excerptTokens": [
|
|
34232
|
+
{
|
|
34233
|
+
"kind": "Content",
|
|
34234
|
+
"text": "speed: "
|
|
34235
|
+
},
|
|
34236
|
+
{
|
|
34237
|
+
"kind": "Content",
|
|
34238
|
+
"text": "number"
|
|
34239
|
+
},
|
|
34240
|
+
{
|
|
34241
|
+
"kind": "Content",
|
|
34242
|
+
"text": ";"
|
|
34243
|
+
}
|
|
34244
|
+
],
|
|
34245
|
+
"isReadonly": false,
|
|
34246
|
+
"isOptional": false,
|
|
34247
|
+
"releaseTag": "Public",
|
|
34248
|
+
"name": "speed",
|
|
34249
|
+
"propertyTypeTokenRange": {
|
|
34250
|
+
"startIndex": 1,
|
|
34251
|
+
"endIndex": 2
|
|
34252
|
+
}
|
|
34253
|
+
}
|
|
34254
|
+
],
|
|
34255
|
+
"extendsTokenRanges": []
|
|
34256
|
+
},
|
|
34257
|
+
{
|
|
34258
|
+
"kind": "Namespace",
|
|
34259
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous:namespace",
|
|
34260
|
+
"docComment": "/**\n * @public\n */\n",
|
|
34261
|
+
"excerptTokens": [
|
|
34262
|
+
{
|
|
34263
|
+
"kind": "Content",
|
|
34264
|
+
"text": "export declare namespace MoveContinuous "
|
|
34265
|
+
}
|
|
34266
|
+
],
|
|
34267
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
34268
|
+
"releaseTag": "Public",
|
|
34269
|
+
"name": "MoveContinuous",
|
|
34270
|
+
"preserveMemberOrder": false,
|
|
34271
|
+
"members": [
|
|
34272
|
+
{
|
|
34273
|
+
"kind": "Function",
|
|
34274
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous.decode:function(1)",
|
|
34275
|
+
"docComment": "",
|
|
34276
|
+
"excerptTokens": [
|
|
34277
|
+
{
|
|
34278
|
+
"kind": "Content",
|
|
34279
|
+
"text": "function decode(input: "
|
|
34280
|
+
},
|
|
34281
|
+
{
|
|
34282
|
+
"kind": "Reference",
|
|
34283
|
+
"text": "_m0.Reader",
|
|
34284
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
34285
|
+
},
|
|
34286
|
+
{
|
|
34287
|
+
"kind": "Content",
|
|
34288
|
+
"text": " | "
|
|
34289
|
+
},
|
|
34290
|
+
{
|
|
34291
|
+
"kind": "Reference",
|
|
34292
|
+
"text": "Uint8Array",
|
|
34293
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
34294
|
+
},
|
|
34295
|
+
{
|
|
34296
|
+
"kind": "Content",
|
|
34297
|
+
"text": ", length?: "
|
|
34298
|
+
},
|
|
34299
|
+
{
|
|
34300
|
+
"kind": "Content",
|
|
34301
|
+
"text": "number"
|
|
34302
|
+
},
|
|
34303
|
+
{
|
|
34304
|
+
"kind": "Content",
|
|
34305
|
+
"text": "): "
|
|
34306
|
+
},
|
|
34307
|
+
{
|
|
34308
|
+
"kind": "Reference",
|
|
34309
|
+
"text": "MoveContinuous",
|
|
34310
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous:interface"
|
|
34311
|
+
},
|
|
34312
|
+
{
|
|
34313
|
+
"kind": "Content",
|
|
34314
|
+
"text": ";"
|
|
34315
|
+
}
|
|
34316
|
+
],
|
|
34317
|
+
"returnTypeTokenRange": {
|
|
34318
|
+
"startIndex": 7,
|
|
34319
|
+
"endIndex": 8
|
|
34320
|
+
},
|
|
34321
|
+
"releaseTag": "Public",
|
|
34322
|
+
"overloadIndex": 1,
|
|
34323
|
+
"parameters": [
|
|
34324
|
+
{
|
|
34325
|
+
"parameterName": "input",
|
|
34326
|
+
"parameterTypeTokenRange": {
|
|
34327
|
+
"startIndex": 1,
|
|
34328
|
+
"endIndex": 4
|
|
34329
|
+
},
|
|
34330
|
+
"isOptional": false
|
|
34331
|
+
},
|
|
34332
|
+
{
|
|
34333
|
+
"parameterName": "length",
|
|
34334
|
+
"parameterTypeTokenRange": {
|
|
34335
|
+
"startIndex": 5,
|
|
34336
|
+
"endIndex": 6
|
|
34337
|
+
},
|
|
34338
|
+
"isOptional": true
|
|
34339
|
+
}
|
|
34340
|
+
],
|
|
34341
|
+
"name": "decode"
|
|
34342
|
+
},
|
|
34343
|
+
{
|
|
34344
|
+
"kind": "Function",
|
|
34345
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous.encode:function(1)",
|
|
34346
|
+
"docComment": "",
|
|
34347
|
+
"excerptTokens": [
|
|
34348
|
+
{
|
|
34349
|
+
"kind": "Content",
|
|
34350
|
+
"text": "function encode(message: "
|
|
34351
|
+
},
|
|
34352
|
+
{
|
|
34353
|
+
"kind": "Reference",
|
|
34354
|
+
"text": "MoveContinuous",
|
|
34355
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous:interface"
|
|
34356
|
+
},
|
|
34357
|
+
{
|
|
34358
|
+
"kind": "Content",
|
|
34359
|
+
"text": ", writer?: "
|
|
34360
|
+
},
|
|
34361
|
+
{
|
|
34362
|
+
"kind": "Reference",
|
|
34363
|
+
"text": "_m0.Writer",
|
|
34364
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
34365
|
+
},
|
|
34366
|
+
{
|
|
34367
|
+
"kind": "Content",
|
|
34368
|
+
"text": "): "
|
|
34369
|
+
},
|
|
34370
|
+
{
|
|
34371
|
+
"kind": "Reference",
|
|
34372
|
+
"text": "_m0.Writer",
|
|
34373
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
34374
|
+
},
|
|
34375
|
+
{
|
|
34376
|
+
"kind": "Content",
|
|
34377
|
+
"text": ";"
|
|
34378
|
+
}
|
|
34379
|
+
],
|
|
34380
|
+
"returnTypeTokenRange": {
|
|
34381
|
+
"startIndex": 5,
|
|
34382
|
+
"endIndex": 6
|
|
34383
|
+
},
|
|
34384
|
+
"releaseTag": "Public",
|
|
34385
|
+
"overloadIndex": 1,
|
|
34386
|
+
"parameters": [
|
|
34387
|
+
{
|
|
34388
|
+
"parameterName": "message",
|
|
34389
|
+
"parameterTypeTokenRange": {
|
|
34390
|
+
"startIndex": 1,
|
|
34391
|
+
"endIndex": 2
|
|
34392
|
+
},
|
|
34393
|
+
"isOptional": false
|
|
34394
|
+
},
|
|
34395
|
+
{
|
|
34396
|
+
"parameterName": "writer",
|
|
34397
|
+
"parameterTypeTokenRange": {
|
|
34398
|
+
"startIndex": 3,
|
|
34399
|
+
"endIndex": 4
|
|
34400
|
+
},
|
|
34401
|
+
"isOptional": true
|
|
34402
|
+
}
|
|
34403
|
+
],
|
|
34404
|
+
"name": "encode"
|
|
34405
|
+
}
|
|
34406
|
+
]
|
|
34407
|
+
},
|
|
34180
34408
|
{
|
|
34181
34409
|
"kind": "Variable",
|
|
34182
34410
|
"canonicalReference": "@dcl/playground-assets!Name:var",
|
|
@@ -52672,6 +52900,33 @@
|
|
|
52672
52900
|
"text": "TextureMove",
|
|
52673
52901
|
"canonicalReference": "@dcl/playground-assets!TextureMove:interface"
|
|
52674
52902
|
},
|
|
52903
|
+
{
|
|
52904
|
+
"kind": "Content",
|
|
52905
|
+
"text": ";\n } | {\n $case: \"rotateContinuous\";\n rotateContinuous: "
|
|
52906
|
+
},
|
|
52907
|
+
{
|
|
52908
|
+
"kind": "Reference",
|
|
52909
|
+
"text": "RotateContinuous",
|
|
52910
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous:interface"
|
|
52911
|
+
},
|
|
52912
|
+
{
|
|
52913
|
+
"kind": "Content",
|
|
52914
|
+
"text": ";\n } | {\n $case: \"moveContinuous\";\n moveContinuous: "
|
|
52915
|
+
},
|
|
52916
|
+
{
|
|
52917
|
+
"kind": "Reference",
|
|
52918
|
+
"text": "MoveContinuous",
|
|
52919
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous:interface"
|
|
52920
|
+
},
|
|
52921
|
+
{
|
|
52922
|
+
"kind": "Content",
|
|
52923
|
+
"text": ";\n } | {\n $case: \"textureMoveContinuous\";\n textureMoveContinuous: "
|
|
52924
|
+
},
|
|
52925
|
+
{
|
|
52926
|
+
"kind": "Reference",
|
|
52927
|
+
"text": "TextureMoveContinuous",
|
|
52928
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface"
|
|
52929
|
+
},
|
|
52675
52930
|
{
|
|
52676
52931
|
"kind": "Content",
|
|
52677
52932
|
"text": ";\n } | undefined"
|
|
@@ -52687,7 +52942,7 @@
|
|
|
52687
52942
|
"name": "mode",
|
|
52688
52943
|
"propertyTypeTokenRange": {
|
|
52689
52944
|
"startIndex": 1,
|
|
52690
|
-
"endIndex":
|
|
52945
|
+
"endIndex": 16
|
|
52691
52946
|
}
|
|
52692
52947
|
},
|
|
52693
52948
|
{
|
|
@@ -67919,70 +68174,123 @@
|
|
|
67919
68174
|
]
|
|
67920
68175
|
},
|
|
67921
68176
|
{
|
|
67922
|
-
"kind": "
|
|
67923
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67924
|
-
"docComment": "",
|
|
68177
|
+
"kind": "Interface",
|
|
68178
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous:interface",
|
|
68179
|
+
"docComment": "/**\n * @public\n */\n",
|
|
67925
68180
|
"excerptTokens": [
|
|
67926
68181
|
{
|
|
67927
68182
|
"kind": "Content",
|
|
67928
|
-
"text": "export
|
|
67929
|
-
}
|
|
68183
|
+
"text": "export interface RotateContinuous "
|
|
68184
|
+
}
|
|
68185
|
+
],
|
|
68186
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
68187
|
+
"releaseTag": "Public",
|
|
68188
|
+
"name": "RotateContinuous",
|
|
68189
|
+
"preserveMemberOrder": false,
|
|
68190
|
+
"members": [
|
|
67930
68191
|
{
|
|
67931
|
-
"kind": "
|
|
67932
|
-
"
|
|
68192
|
+
"kind": "PropertySignature",
|
|
68193
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous#direction:member",
|
|
68194
|
+
"docComment": "",
|
|
68195
|
+
"excerptTokens": [
|
|
68196
|
+
{
|
|
68197
|
+
"kind": "Content",
|
|
68198
|
+
"text": "direction: "
|
|
68199
|
+
},
|
|
68200
|
+
{
|
|
68201
|
+
"kind": "Reference",
|
|
68202
|
+
"text": "Quaternion",
|
|
68203
|
+
"canonicalReference": "@dcl/playground-assets!Quaternion"
|
|
68204
|
+
},
|
|
68205
|
+
{
|
|
68206
|
+
"kind": "Content",
|
|
68207
|
+
"text": " | undefined"
|
|
68208
|
+
},
|
|
68209
|
+
{
|
|
68210
|
+
"kind": "Content",
|
|
68211
|
+
"text": ";"
|
|
68212
|
+
}
|
|
68213
|
+
],
|
|
68214
|
+
"isReadonly": false,
|
|
68215
|
+
"isOptional": false,
|
|
68216
|
+
"releaseTag": "Public",
|
|
68217
|
+
"name": "direction",
|
|
68218
|
+
"propertyTypeTokenRange": {
|
|
68219
|
+
"startIndex": 1,
|
|
68220
|
+
"endIndex": 3
|
|
68221
|
+
}
|
|
67933
68222
|
},
|
|
67934
68223
|
{
|
|
67935
|
-
"kind": "
|
|
67936
|
-
"
|
|
68224
|
+
"kind": "PropertySignature",
|
|
68225
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous#speed:member",
|
|
68226
|
+
"docComment": "",
|
|
68227
|
+
"excerptTokens": [
|
|
68228
|
+
{
|
|
68229
|
+
"kind": "Content",
|
|
68230
|
+
"text": "speed: "
|
|
68231
|
+
},
|
|
68232
|
+
{
|
|
68233
|
+
"kind": "Content",
|
|
68234
|
+
"text": "number"
|
|
68235
|
+
},
|
|
68236
|
+
{
|
|
68237
|
+
"kind": "Content",
|
|
68238
|
+
"text": ";"
|
|
68239
|
+
}
|
|
68240
|
+
],
|
|
68241
|
+
"isReadonly": false,
|
|
68242
|
+
"isOptional": false,
|
|
68243
|
+
"releaseTag": "Public",
|
|
68244
|
+
"name": "speed",
|
|
68245
|
+
"propertyTypeTokenRange": {
|
|
68246
|
+
"startIndex": 1,
|
|
68247
|
+
"endIndex": 2
|
|
68248
|
+
}
|
|
67937
68249
|
}
|
|
67938
68250
|
],
|
|
67939
|
-
"
|
|
67940
|
-
"releaseTag": "Public",
|
|
67941
|
-
"name": "RPCSendableMessage",
|
|
67942
|
-
"typeTokenRange": {
|
|
67943
|
-
"startIndex": 1,
|
|
67944
|
-
"endIndex": 2
|
|
67945
|
-
}
|
|
68251
|
+
"extendsTokenRanges": []
|
|
67946
68252
|
},
|
|
67947
68253
|
{
|
|
67948
68254
|
"kind": "Namespace",
|
|
67949
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67950
|
-
"docComment": "/**\n *
|
|
68255
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous:namespace",
|
|
68256
|
+
"docComment": "/**\n * @public\n */\n",
|
|
67951
68257
|
"excerptTokens": [
|
|
67952
68258
|
{
|
|
67953
68259
|
"kind": "Content",
|
|
67954
|
-
"text": "export declare namespace
|
|
68260
|
+
"text": "export declare namespace RotateContinuous "
|
|
67955
68261
|
}
|
|
67956
68262
|
],
|
|
67957
|
-
"fileUrlPath": "../
|
|
68263
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
67958
68264
|
"releaseTag": "Public",
|
|
67959
|
-
"name": "
|
|
68265
|
+
"name": "RotateContinuous",
|
|
67960
68266
|
"preserveMemberOrder": false,
|
|
67961
68267
|
"members": [
|
|
67962
68268
|
{
|
|
67963
68269
|
"kind": "Function",
|
|
67964
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67965
|
-
"docComment": "
|
|
68270
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous.decode:function(1)",
|
|
68271
|
+
"docComment": "",
|
|
67966
68272
|
"excerptTokens": [
|
|
67967
68273
|
{
|
|
67968
68274
|
"kind": "Content",
|
|
67969
|
-
"text": "function
|
|
68275
|
+
"text": "function decode(input: "
|
|
67970
68276
|
},
|
|
67971
68277
|
{
|
|
67972
|
-
"kind": "
|
|
67973
|
-
"text": "
|
|
68278
|
+
"kind": "Reference",
|
|
68279
|
+
"text": "_m0.Reader",
|
|
68280
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
67974
68281
|
},
|
|
67975
68282
|
{
|
|
67976
68283
|
"kind": "Content",
|
|
67977
|
-
"text": "
|
|
68284
|
+
"text": " | "
|
|
67978
68285
|
},
|
|
67979
68286
|
{
|
|
67980
|
-
"kind": "
|
|
67981
|
-
"text": "
|
|
68287
|
+
"kind": "Reference",
|
|
68288
|
+
"text": "Uint8Array",
|
|
68289
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
67982
68290
|
},
|
|
67983
68291
|
{
|
|
67984
68292
|
"kind": "Content",
|
|
67985
|
-
"text": ",
|
|
68293
|
+
"text": ", length?: "
|
|
67986
68294
|
},
|
|
67987
68295
|
{
|
|
67988
68296
|
"kind": "Content",
|
|
@@ -67993,8 +68301,9 @@
|
|
|
67993
68301
|
"text": "): "
|
|
67994
68302
|
},
|
|
67995
68303
|
{
|
|
67996
|
-
"kind": "
|
|
67997
|
-
"text": "
|
|
68304
|
+
"kind": "Reference",
|
|
68305
|
+
"text": "RotateContinuous",
|
|
68306
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous:interface"
|
|
67998
68307
|
},
|
|
67999
68308
|
{
|
|
68000
68309
|
"kind": "Content",
|
|
@@ -68009,23 +68318,15 @@
|
|
|
68009
68318
|
"overloadIndex": 1,
|
|
68010
68319
|
"parameters": [
|
|
68011
68320
|
{
|
|
68012
|
-
"parameterName": "
|
|
68321
|
+
"parameterName": "input",
|
|
68013
68322
|
"parameterTypeTokenRange": {
|
|
68014
68323
|
"startIndex": 1,
|
|
68015
|
-
"endIndex": 2
|
|
68016
|
-
},
|
|
68017
|
-
"isOptional": false
|
|
68018
|
-
},
|
|
68019
|
-
{
|
|
68020
|
-
"parameterName": "min",
|
|
68021
|
-
"parameterTypeTokenRange": {
|
|
68022
|
-
"startIndex": 3,
|
|
68023
68324
|
"endIndex": 4
|
|
68024
68325
|
},
|
|
68025
|
-
"isOptional":
|
|
68326
|
+
"isOptional": false
|
|
68026
68327
|
},
|
|
68027
68328
|
{
|
|
68028
|
-
"parameterName": "
|
|
68329
|
+
"parameterName": "length",
|
|
68029
68330
|
"parameterTypeTokenRange": {
|
|
68030
68331
|
"startIndex": 5,
|
|
68031
68332
|
"endIndex": 6
|
|
@@ -68033,36 +68334,39 @@
|
|
|
68033
68334
|
"isOptional": true
|
|
68034
68335
|
}
|
|
68035
68336
|
],
|
|
68036
|
-
"name": "
|
|
68337
|
+
"name": "decode"
|
|
68037
68338
|
},
|
|
68038
68339
|
{
|
|
68039
68340
|
"kind": "Function",
|
|
68040
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
68041
|
-
"docComment": "
|
|
68341
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous.encode:function(1)",
|
|
68342
|
+
"docComment": "",
|
|
68042
68343
|
"excerptTokens": [
|
|
68043
68344
|
{
|
|
68044
68345
|
"kind": "Content",
|
|
68045
|
-
"text": "function
|
|
68346
|
+
"text": "function encode(message: "
|
|
68046
68347
|
},
|
|
68047
68348
|
{
|
|
68048
|
-
"kind": "
|
|
68049
|
-
"text": "
|
|
68349
|
+
"kind": "Reference",
|
|
68350
|
+
"text": "RotateContinuous",
|
|
68351
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous:interface"
|
|
68050
68352
|
},
|
|
68051
68353
|
{
|
|
68052
68354
|
"kind": "Content",
|
|
68053
|
-
"text": ",
|
|
68355
|
+
"text": ", writer?: "
|
|
68054
68356
|
},
|
|
68055
68357
|
{
|
|
68056
|
-
"kind": "
|
|
68057
|
-
"text": "
|
|
68358
|
+
"kind": "Reference",
|
|
68359
|
+
"text": "_m0.Writer",
|
|
68360
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
68058
68361
|
},
|
|
68059
68362
|
{
|
|
68060
68363
|
"kind": "Content",
|
|
68061
68364
|
"text": "): "
|
|
68062
68365
|
},
|
|
68063
68366
|
{
|
|
68064
|
-
"kind": "
|
|
68065
|
-
"text": "
|
|
68367
|
+
"kind": "Reference",
|
|
68368
|
+
"text": "_m0.Writer",
|
|
68369
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
68066
68370
|
},
|
|
68067
68371
|
{
|
|
68068
68372
|
"kind": "Content",
|
|
@@ -68077,7 +68381,7 @@
|
|
|
68077
68381
|
"overloadIndex": 1,
|
|
68078
68382
|
"parameters": [
|
|
68079
68383
|
{
|
|
68080
|
-
"parameterName": "
|
|
68384
|
+
"parameterName": "message",
|
|
68081
68385
|
"parameterTypeTokenRange": {
|
|
68082
68386
|
"startIndex": 1,
|
|
68083
68387
|
"endIndex": 2
|
|
@@ -68085,24 +68389,67 @@
|
|
|
68085
68389
|
"isOptional": false
|
|
68086
68390
|
},
|
|
68087
68391
|
{
|
|
68088
|
-
"parameterName": "
|
|
68392
|
+
"parameterName": "writer",
|
|
68089
68393
|
"parameterTypeTokenRange": {
|
|
68090
68394
|
"startIndex": 3,
|
|
68091
68395
|
"endIndex": 4
|
|
68092
68396
|
},
|
|
68093
|
-
"isOptional":
|
|
68397
|
+
"isOptional": true
|
|
68094
68398
|
}
|
|
68095
68399
|
],
|
|
68096
|
-
"name": "
|
|
68400
|
+
"name": "encode"
|
|
68401
|
+
}
|
|
68402
|
+
]
|
|
68403
|
+
},
|
|
68404
|
+
{
|
|
68405
|
+
"kind": "TypeAlias",
|
|
68406
|
+
"canonicalReference": "@dcl/playground-assets!RPCSendableMessage:type",
|
|
68407
|
+
"docComment": "",
|
|
68408
|
+
"excerptTokens": [
|
|
68409
|
+
{
|
|
68410
|
+
"kind": "Content",
|
|
68411
|
+
"text": "export type RPCSendableMessage = "
|
|
68097
68412
|
},
|
|
68413
|
+
{
|
|
68414
|
+
"kind": "Content",
|
|
68415
|
+
"text": "{\n jsonrpc: '2.0';\n id: number;\n method: string;\n params: any[];\n}"
|
|
68416
|
+
},
|
|
68417
|
+
{
|
|
68418
|
+
"kind": "Content",
|
|
68419
|
+
"text": ";"
|
|
68420
|
+
}
|
|
68421
|
+
],
|
|
68422
|
+
"fileUrlPath": "../sdk/internal/provider.d.ts",
|
|
68423
|
+
"releaseTag": "Public",
|
|
68424
|
+
"name": "RPCSendableMessage",
|
|
68425
|
+
"typeTokenRange": {
|
|
68426
|
+
"startIndex": 1,
|
|
68427
|
+
"endIndex": 2
|
|
68428
|
+
}
|
|
68429
|
+
},
|
|
68430
|
+
{
|
|
68431
|
+
"kind": "Namespace",
|
|
68432
|
+
"canonicalReference": "@dcl/playground-assets!Scalar:namespace",
|
|
68433
|
+
"docComment": "/**\n * Scalar computation library\n *\n * @public\n */\n",
|
|
68434
|
+
"excerptTokens": [
|
|
68435
|
+
{
|
|
68436
|
+
"kind": "Content",
|
|
68437
|
+
"text": "export declare namespace Scalar "
|
|
68438
|
+
}
|
|
68439
|
+
],
|
|
68440
|
+
"fileUrlPath": "../sdk/node_modules/@dcl/ecs-math/dist/Scalar.d.ts",
|
|
68441
|
+
"releaseTag": "Public",
|
|
68442
|
+
"name": "Scalar",
|
|
68443
|
+
"preserveMemberOrder": false,
|
|
68444
|
+
"members": [
|
|
68098
68445
|
{
|
|
68099
68446
|
"kind": "Function",
|
|
68100
|
-
"canonicalReference": "@dcl/playground-assets!Scalar.
|
|
68101
|
-
"docComment": "/**\n *
|
|
68447
|
+
"canonicalReference": "@dcl/playground-assets!Scalar.clamp:function(1)",
|
|
68448
|
+
"docComment": "/**\n * Returns the value itself if it's between min and max. Returns min if the value is lower than min. Returns max if the value is greater than max.\n *\n * @param value - the value to clmap\n *\n * @param min - the min value to clamp to (default: 0)\n *\n * @param max - the max value to clamp to (default: 1)\n *\n * @returns the clamped value\n */\n",
|
|
68102
68449
|
"excerptTokens": [
|
|
68103
68450
|
{
|
|
68104
68451
|
"kind": "Content",
|
|
68105
|
-
"text": "function
|
|
68452
|
+
"text": "function clamp(value: "
|
|
68106
68453
|
},
|
|
68107
68454
|
{
|
|
68108
68455
|
"kind": "Content",
|
|
@@ -68110,7 +68457,7 @@
|
|
|
68110
68457
|
},
|
|
68111
68458
|
{
|
|
68112
68459
|
"kind": "Content",
|
|
68113
|
-
"text": ", min
|
|
68460
|
+
"text": ", min?: "
|
|
68114
68461
|
},
|
|
68115
68462
|
{
|
|
68116
68463
|
"kind": "Content",
|
|
@@ -68118,7 +68465,143 @@
|
|
|
68118
68465
|
},
|
|
68119
68466
|
{
|
|
68120
68467
|
"kind": "Content",
|
|
68121
|
-
"text": ", max
|
|
68468
|
+
"text": ", max?: "
|
|
68469
|
+
},
|
|
68470
|
+
{
|
|
68471
|
+
"kind": "Content",
|
|
68472
|
+
"text": "number"
|
|
68473
|
+
},
|
|
68474
|
+
{
|
|
68475
|
+
"kind": "Content",
|
|
68476
|
+
"text": "): "
|
|
68477
|
+
},
|
|
68478
|
+
{
|
|
68479
|
+
"kind": "Content",
|
|
68480
|
+
"text": "number"
|
|
68481
|
+
},
|
|
68482
|
+
{
|
|
68483
|
+
"kind": "Content",
|
|
68484
|
+
"text": ";"
|
|
68485
|
+
}
|
|
68486
|
+
],
|
|
68487
|
+
"returnTypeTokenRange": {
|
|
68488
|
+
"startIndex": 7,
|
|
68489
|
+
"endIndex": 8
|
|
68490
|
+
},
|
|
68491
|
+
"releaseTag": "Public",
|
|
68492
|
+
"overloadIndex": 1,
|
|
68493
|
+
"parameters": [
|
|
68494
|
+
{
|
|
68495
|
+
"parameterName": "value",
|
|
68496
|
+
"parameterTypeTokenRange": {
|
|
68497
|
+
"startIndex": 1,
|
|
68498
|
+
"endIndex": 2
|
|
68499
|
+
},
|
|
68500
|
+
"isOptional": false
|
|
68501
|
+
},
|
|
68502
|
+
{
|
|
68503
|
+
"parameterName": "min",
|
|
68504
|
+
"parameterTypeTokenRange": {
|
|
68505
|
+
"startIndex": 3,
|
|
68506
|
+
"endIndex": 4
|
|
68507
|
+
},
|
|
68508
|
+
"isOptional": true
|
|
68509
|
+
},
|
|
68510
|
+
{
|
|
68511
|
+
"parameterName": "max",
|
|
68512
|
+
"parameterTypeTokenRange": {
|
|
68513
|
+
"startIndex": 5,
|
|
68514
|
+
"endIndex": 6
|
|
68515
|
+
},
|
|
68516
|
+
"isOptional": true
|
|
68517
|
+
}
|
|
68518
|
+
],
|
|
68519
|
+
"name": "clamp"
|
|
68520
|
+
},
|
|
68521
|
+
{
|
|
68522
|
+
"kind": "Function",
|
|
68523
|
+
"canonicalReference": "@dcl/playground-assets!Scalar.deltaAngle:function(1)",
|
|
68524
|
+
"docComment": "/**\n * Calculates the shortest difference between two given angles given in degrees.\n *\n * @param current - current angle in degrees\n *\n * @param target - target angle in degrees\n *\n * @returns the delta\n */\n",
|
|
68525
|
+
"excerptTokens": [
|
|
68526
|
+
{
|
|
68527
|
+
"kind": "Content",
|
|
68528
|
+
"text": "function deltaAngle(current: "
|
|
68529
|
+
},
|
|
68530
|
+
{
|
|
68531
|
+
"kind": "Content",
|
|
68532
|
+
"text": "number"
|
|
68533
|
+
},
|
|
68534
|
+
{
|
|
68535
|
+
"kind": "Content",
|
|
68536
|
+
"text": ", target: "
|
|
68537
|
+
},
|
|
68538
|
+
{
|
|
68539
|
+
"kind": "Content",
|
|
68540
|
+
"text": "number"
|
|
68541
|
+
},
|
|
68542
|
+
{
|
|
68543
|
+
"kind": "Content",
|
|
68544
|
+
"text": "): "
|
|
68545
|
+
},
|
|
68546
|
+
{
|
|
68547
|
+
"kind": "Content",
|
|
68548
|
+
"text": "number"
|
|
68549
|
+
},
|
|
68550
|
+
{
|
|
68551
|
+
"kind": "Content",
|
|
68552
|
+
"text": ";"
|
|
68553
|
+
}
|
|
68554
|
+
],
|
|
68555
|
+
"returnTypeTokenRange": {
|
|
68556
|
+
"startIndex": 5,
|
|
68557
|
+
"endIndex": 6
|
|
68558
|
+
},
|
|
68559
|
+
"releaseTag": "Public",
|
|
68560
|
+
"overloadIndex": 1,
|
|
68561
|
+
"parameters": [
|
|
68562
|
+
{
|
|
68563
|
+
"parameterName": "current",
|
|
68564
|
+
"parameterTypeTokenRange": {
|
|
68565
|
+
"startIndex": 1,
|
|
68566
|
+
"endIndex": 2
|
|
68567
|
+
},
|
|
68568
|
+
"isOptional": false
|
|
68569
|
+
},
|
|
68570
|
+
{
|
|
68571
|
+
"parameterName": "target",
|
|
68572
|
+
"parameterTypeTokenRange": {
|
|
68573
|
+
"startIndex": 3,
|
|
68574
|
+
"endIndex": 4
|
|
68575
|
+
},
|
|
68576
|
+
"isOptional": false
|
|
68577
|
+
}
|
|
68578
|
+
],
|
|
68579
|
+
"name": "deltaAngle"
|
|
68580
|
+
},
|
|
68581
|
+
{
|
|
68582
|
+
"kind": "Function",
|
|
68583
|
+
"canonicalReference": "@dcl/playground-assets!Scalar.denormalize:function(1)",
|
|
68584
|
+
"docComment": "/**\n * Denormalize the value from 0.0 and 1.0 using min and max values\n *\n * @param normalized - value to denormalize\n *\n * @param min - max to denormalize between\n *\n * @param max - min to denormalize between\n *\n * @returns the denormalized value\n */\n",
|
|
68585
|
+
"excerptTokens": [
|
|
68586
|
+
{
|
|
68587
|
+
"kind": "Content",
|
|
68588
|
+
"text": "function denormalize(normalized: "
|
|
68589
|
+
},
|
|
68590
|
+
{
|
|
68591
|
+
"kind": "Content",
|
|
68592
|
+
"text": "number"
|
|
68593
|
+
},
|
|
68594
|
+
{
|
|
68595
|
+
"kind": "Content",
|
|
68596
|
+
"text": ", min: "
|
|
68597
|
+
},
|
|
68598
|
+
{
|
|
68599
|
+
"kind": "Content",
|
|
68600
|
+
"text": "number"
|
|
68601
|
+
},
|
|
68602
|
+
{
|
|
68603
|
+
"kind": "Content",
|
|
68604
|
+
"text": ", max: "
|
|
68122
68605
|
},
|
|
68123
68606
|
{
|
|
68124
68607
|
"kind": "Content",
|
|
@@ -72590,118 +73073,96 @@
|
|
|
72590
73073
|
]
|
|
72591
73074
|
},
|
|
72592
73075
|
{
|
|
72593
|
-
"kind": "
|
|
72594
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
73076
|
+
"kind": "Interface",
|
|
73077
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface",
|
|
72595
73078
|
"docComment": "/**\n * @public\n */\n",
|
|
72596
73079
|
"excerptTokens": [
|
|
72597
73080
|
{
|
|
72598
73081
|
"kind": "Content",
|
|
72599
|
-
"text": "export
|
|
73082
|
+
"text": "export interface TextureMoveContinuous "
|
|
72600
73083
|
}
|
|
72601
73084
|
],
|
|
72602
73085
|
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
72603
73086
|
"releaseTag": "Public",
|
|
72604
|
-
"name": "
|
|
73087
|
+
"name": "TextureMoveContinuous",
|
|
72605
73088
|
"preserveMemberOrder": false,
|
|
72606
73089
|
"members": [
|
|
72607
73090
|
{
|
|
72608
|
-
"kind": "
|
|
72609
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
72610
|
-
"docComment": "
|
|
73091
|
+
"kind": "PropertySignature",
|
|
73092
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous#direction:member",
|
|
73093
|
+
"docComment": "",
|
|
72611
73094
|
"excerptTokens": [
|
|
72612
73095
|
{
|
|
72613
73096
|
"kind": "Content",
|
|
72614
|
-
"text": "
|
|
73097
|
+
"text": "direction: "
|
|
72615
73098
|
},
|
|
72616
73099
|
{
|
|
72617
|
-
"kind": "
|
|
72618
|
-
"text": "
|
|
72619
|
-
|
|
72620
|
-
|
|
72621
|
-
"initializerTokenRange": {
|
|
72622
|
-
"startIndex": 1,
|
|
72623
|
-
"endIndex": 2
|
|
72624
|
-
},
|
|
72625
|
-
"releaseTag": "Public",
|
|
72626
|
-
"name": "TMT_OFFSET"
|
|
72627
|
-
},
|
|
72628
|
-
{
|
|
72629
|
-
"kind": "EnumMember",
|
|
72630
|
-
"canonicalReference": "@dcl/playground-assets!TextureMovementType.TMT_TILING:member",
|
|
72631
|
-
"docComment": "",
|
|
72632
|
-
"excerptTokens": [
|
|
73100
|
+
"kind": "Reference",
|
|
73101
|
+
"text": "Vector2",
|
|
73102
|
+
"canonicalReference": "@dcl/playground-assets!Vector2"
|
|
73103
|
+
},
|
|
72633
73104
|
{
|
|
72634
73105
|
"kind": "Content",
|
|
72635
|
-
"text": "
|
|
73106
|
+
"text": " | undefined"
|
|
72636
73107
|
},
|
|
72637
73108
|
{
|
|
72638
73109
|
"kind": "Content",
|
|
72639
|
-
"text": "
|
|
73110
|
+
"text": ";"
|
|
72640
73111
|
}
|
|
72641
73112
|
],
|
|
72642
|
-
"
|
|
72643
|
-
|
|
72644
|
-
"endIndex": 2
|
|
72645
|
-
},
|
|
73113
|
+
"isReadonly": false,
|
|
73114
|
+
"isOptional": false,
|
|
72646
73115
|
"releaseTag": "Public",
|
|
72647
|
-
"name": "
|
|
72648
|
-
|
|
72649
|
-
|
|
72650
|
-
|
|
72651
|
-
|
|
72652
|
-
|
|
72653
|
-
"canonicalReference": "@dcl/playground-assets!TextureUnion:interface",
|
|
72654
|
-
"docComment": "/**\n * @public\n */\n",
|
|
72655
|
-
"excerptTokens": [
|
|
72656
|
-
{
|
|
72657
|
-
"kind": "Content",
|
|
72658
|
-
"text": "export interface TextureUnion "
|
|
72659
|
-
}
|
|
72660
|
-
],
|
|
72661
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/texture.gen.d.ts",
|
|
72662
|
-
"releaseTag": "Public",
|
|
72663
|
-
"name": "TextureUnion",
|
|
72664
|
-
"preserveMemberOrder": false,
|
|
72665
|
-
"members": [
|
|
73116
|
+
"name": "direction",
|
|
73117
|
+
"propertyTypeTokenRange": {
|
|
73118
|
+
"startIndex": 1,
|
|
73119
|
+
"endIndex": 3
|
|
73120
|
+
}
|
|
73121
|
+
},
|
|
72666
73122
|
{
|
|
72667
73123
|
"kind": "PropertySignature",
|
|
72668
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
72669
|
-
"docComment": "",
|
|
73124
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous#movementType:member",
|
|
73125
|
+
"docComment": "/**\n * default = TextureMovementType.TMT_OFFSET\n */\n",
|
|
72670
73126
|
"excerptTokens": [
|
|
72671
73127
|
{
|
|
72672
73128
|
"kind": "Content",
|
|
72673
|
-
"text": "
|
|
72674
|
-
},
|
|
72675
|
-
{
|
|
72676
|
-
"kind": "Content",
|
|
72677
|
-
"text": "{\n $case: \"texture\";\n texture: "
|
|
73129
|
+
"text": "movementType?: "
|
|
72678
73130
|
},
|
|
72679
73131
|
{
|
|
72680
73132
|
"kind": "Reference",
|
|
72681
|
-
"text": "
|
|
72682
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
73133
|
+
"text": "TextureMovementType",
|
|
73134
|
+
"canonicalReference": "@dcl/playground-assets!TextureMovementType:enum"
|
|
72683
73135
|
},
|
|
72684
73136
|
{
|
|
72685
73137
|
"kind": "Content",
|
|
72686
|
-
"text": "
|
|
72687
|
-
},
|
|
72688
|
-
{
|
|
72689
|
-
"kind": "Reference",
|
|
72690
|
-
"text": "AvatarTexture",
|
|
72691
|
-
"canonicalReference": "@dcl/playground-assets!AvatarTexture:interface"
|
|
73138
|
+
"text": " | undefined"
|
|
72692
73139
|
},
|
|
72693
73140
|
{
|
|
72694
73141
|
"kind": "Content",
|
|
72695
|
-
"text": "
|
|
72696
|
-
}
|
|
73142
|
+
"text": ";"
|
|
73143
|
+
}
|
|
73144
|
+
],
|
|
73145
|
+
"isReadonly": false,
|
|
73146
|
+
"isOptional": true,
|
|
73147
|
+
"releaseTag": "Public",
|
|
73148
|
+
"name": "movementType",
|
|
73149
|
+
"propertyTypeTokenRange": {
|
|
73150
|
+
"startIndex": 1,
|
|
73151
|
+
"endIndex": 3
|
|
73152
|
+
}
|
|
73153
|
+
},
|
|
73154
|
+
{
|
|
73155
|
+
"kind": "PropertySignature",
|
|
73156
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous#speed:member",
|
|
73157
|
+
"docComment": "",
|
|
73158
|
+
"excerptTokens": [
|
|
72697
73159
|
{
|
|
72698
|
-
"kind": "
|
|
72699
|
-
"text": "
|
|
72700
|
-
"canonicalReference": "@dcl/playground-assets!VideoTexture:interface"
|
|
73160
|
+
"kind": "Content",
|
|
73161
|
+
"text": "speed: "
|
|
72701
73162
|
},
|
|
72702
73163
|
{
|
|
72703
73164
|
"kind": "Content",
|
|
72704
|
-
"text": "
|
|
73165
|
+
"text": "number"
|
|
72705
73166
|
},
|
|
72706
73167
|
{
|
|
72707
73168
|
"kind": "Content",
|
|
@@ -72709,12 +73170,12 @@
|
|
|
72709
73170
|
}
|
|
72710
73171
|
],
|
|
72711
73172
|
"isReadonly": false,
|
|
72712
|
-
"isOptional":
|
|
73173
|
+
"isOptional": false,
|
|
72713
73174
|
"releaseTag": "Public",
|
|
72714
|
-
"name": "
|
|
73175
|
+
"name": "speed",
|
|
72715
73176
|
"propertyTypeTokenRange": {
|
|
72716
73177
|
"startIndex": 1,
|
|
72717
|
-
"endIndex":
|
|
73178
|
+
"endIndex": 2
|
|
72718
73179
|
}
|
|
72719
73180
|
}
|
|
72720
73181
|
],
|
|
@@ -72722,22 +73183,304 @@
|
|
|
72722
73183
|
},
|
|
72723
73184
|
{
|
|
72724
73185
|
"kind": "Namespace",
|
|
72725
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
73186
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:namespace",
|
|
72726
73187
|
"docComment": "/**\n * @public\n */\n",
|
|
72727
73188
|
"excerptTokens": [
|
|
72728
73189
|
{
|
|
72729
73190
|
"kind": "Content",
|
|
72730
|
-
"text": "export declare namespace
|
|
73191
|
+
"text": "export declare namespace TextureMoveContinuous "
|
|
72731
73192
|
}
|
|
72732
73193
|
],
|
|
72733
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/
|
|
73194
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
72734
73195
|
"releaseTag": "Public",
|
|
72735
|
-
"name": "
|
|
73196
|
+
"name": "TextureMoveContinuous",
|
|
72736
73197
|
"preserveMemberOrder": false,
|
|
72737
73198
|
"members": [
|
|
72738
73199
|
{
|
|
72739
73200
|
"kind": "Function",
|
|
72740
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
73201
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous.decode:function(1)",
|
|
73202
|
+
"docComment": "",
|
|
73203
|
+
"excerptTokens": [
|
|
73204
|
+
{
|
|
73205
|
+
"kind": "Content",
|
|
73206
|
+
"text": "function decode(input: "
|
|
73207
|
+
},
|
|
73208
|
+
{
|
|
73209
|
+
"kind": "Reference",
|
|
73210
|
+
"text": "_m0.Reader",
|
|
73211
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
73212
|
+
},
|
|
73213
|
+
{
|
|
73214
|
+
"kind": "Content",
|
|
73215
|
+
"text": " | "
|
|
73216
|
+
},
|
|
73217
|
+
{
|
|
73218
|
+
"kind": "Reference",
|
|
73219
|
+
"text": "Uint8Array",
|
|
73220
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
73221
|
+
},
|
|
73222
|
+
{
|
|
73223
|
+
"kind": "Content",
|
|
73224
|
+
"text": ", length?: "
|
|
73225
|
+
},
|
|
73226
|
+
{
|
|
73227
|
+
"kind": "Content",
|
|
73228
|
+
"text": "number"
|
|
73229
|
+
},
|
|
73230
|
+
{
|
|
73231
|
+
"kind": "Content",
|
|
73232
|
+
"text": "): "
|
|
73233
|
+
},
|
|
73234
|
+
{
|
|
73235
|
+
"kind": "Reference",
|
|
73236
|
+
"text": "TextureMoveContinuous",
|
|
73237
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface"
|
|
73238
|
+
},
|
|
73239
|
+
{
|
|
73240
|
+
"kind": "Content",
|
|
73241
|
+
"text": ";"
|
|
73242
|
+
}
|
|
73243
|
+
],
|
|
73244
|
+
"returnTypeTokenRange": {
|
|
73245
|
+
"startIndex": 7,
|
|
73246
|
+
"endIndex": 8
|
|
73247
|
+
},
|
|
73248
|
+
"releaseTag": "Public",
|
|
73249
|
+
"overloadIndex": 1,
|
|
73250
|
+
"parameters": [
|
|
73251
|
+
{
|
|
73252
|
+
"parameterName": "input",
|
|
73253
|
+
"parameterTypeTokenRange": {
|
|
73254
|
+
"startIndex": 1,
|
|
73255
|
+
"endIndex": 4
|
|
73256
|
+
},
|
|
73257
|
+
"isOptional": false
|
|
73258
|
+
},
|
|
73259
|
+
{
|
|
73260
|
+
"parameterName": "length",
|
|
73261
|
+
"parameterTypeTokenRange": {
|
|
73262
|
+
"startIndex": 5,
|
|
73263
|
+
"endIndex": 6
|
|
73264
|
+
},
|
|
73265
|
+
"isOptional": true
|
|
73266
|
+
}
|
|
73267
|
+
],
|
|
73268
|
+
"name": "decode"
|
|
73269
|
+
},
|
|
73270
|
+
{
|
|
73271
|
+
"kind": "Function",
|
|
73272
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous.encode:function(1)",
|
|
73273
|
+
"docComment": "",
|
|
73274
|
+
"excerptTokens": [
|
|
73275
|
+
{
|
|
73276
|
+
"kind": "Content",
|
|
73277
|
+
"text": "function encode(message: "
|
|
73278
|
+
},
|
|
73279
|
+
{
|
|
73280
|
+
"kind": "Reference",
|
|
73281
|
+
"text": "TextureMoveContinuous",
|
|
73282
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface"
|
|
73283
|
+
},
|
|
73284
|
+
{
|
|
73285
|
+
"kind": "Content",
|
|
73286
|
+
"text": ", writer?: "
|
|
73287
|
+
},
|
|
73288
|
+
{
|
|
73289
|
+
"kind": "Reference",
|
|
73290
|
+
"text": "_m0.Writer",
|
|
73291
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
73292
|
+
},
|
|
73293
|
+
{
|
|
73294
|
+
"kind": "Content",
|
|
73295
|
+
"text": "): "
|
|
73296
|
+
},
|
|
73297
|
+
{
|
|
73298
|
+
"kind": "Reference",
|
|
73299
|
+
"text": "_m0.Writer",
|
|
73300
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
73301
|
+
},
|
|
73302
|
+
{
|
|
73303
|
+
"kind": "Content",
|
|
73304
|
+
"text": ";"
|
|
73305
|
+
}
|
|
73306
|
+
],
|
|
73307
|
+
"returnTypeTokenRange": {
|
|
73308
|
+
"startIndex": 5,
|
|
73309
|
+
"endIndex": 6
|
|
73310
|
+
},
|
|
73311
|
+
"releaseTag": "Public",
|
|
73312
|
+
"overloadIndex": 1,
|
|
73313
|
+
"parameters": [
|
|
73314
|
+
{
|
|
73315
|
+
"parameterName": "message",
|
|
73316
|
+
"parameterTypeTokenRange": {
|
|
73317
|
+
"startIndex": 1,
|
|
73318
|
+
"endIndex": 2
|
|
73319
|
+
},
|
|
73320
|
+
"isOptional": false
|
|
73321
|
+
},
|
|
73322
|
+
{
|
|
73323
|
+
"parameterName": "writer",
|
|
73324
|
+
"parameterTypeTokenRange": {
|
|
73325
|
+
"startIndex": 3,
|
|
73326
|
+
"endIndex": 4
|
|
73327
|
+
},
|
|
73328
|
+
"isOptional": true
|
|
73329
|
+
}
|
|
73330
|
+
],
|
|
73331
|
+
"name": "encode"
|
|
73332
|
+
}
|
|
73333
|
+
]
|
|
73334
|
+
},
|
|
73335
|
+
{
|
|
73336
|
+
"kind": "Enum",
|
|
73337
|
+
"canonicalReference": "@dcl/playground-assets!TextureMovementType:enum",
|
|
73338
|
+
"docComment": "/**\n * @public\n */\n",
|
|
73339
|
+
"excerptTokens": [
|
|
73340
|
+
{
|
|
73341
|
+
"kind": "Content",
|
|
73342
|
+
"text": "export declare const enum TextureMovementType "
|
|
73343
|
+
}
|
|
73344
|
+
],
|
|
73345
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
|
|
73346
|
+
"releaseTag": "Public",
|
|
73347
|
+
"name": "TextureMovementType",
|
|
73348
|
+
"preserveMemberOrder": false,
|
|
73349
|
+
"members": [
|
|
73350
|
+
{
|
|
73351
|
+
"kind": "EnumMember",
|
|
73352
|
+
"canonicalReference": "@dcl/playground-assets!TextureMovementType.TMT_OFFSET:member",
|
|
73353
|
+
"docComment": "/**\n * TMT_OFFSET - default = TextureMovementType.TMT_OFFSET\n */\n",
|
|
73354
|
+
"excerptTokens": [
|
|
73355
|
+
{
|
|
73356
|
+
"kind": "Content",
|
|
73357
|
+
"text": "TMT_OFFSET = "
|
|
73358
|
+
},
|
|
73359
|
+
{
|
|
73360
|
+
"kind": "Content",
|
|
73361
|
+
"text": "0"
|
|
73362
|
+
}
|
|
73363
|
+
],
|
|
73364
|
+
"initializerTokenRange": {
|
|
73365
|
+
"startIndex": 1,
|
|
73366
|
+
"endIndex": 2
|
|
73367
|
+
},
|
|
73368
|
+
"releaseTag": "Public",
|
|
73369
|
+
"name": "TMT_OFFSET"
|
|
73370
|
+
},
|
|
73371
|
+
{
|
|
73372
|
+
"kind": "EnumMember",
|
|
73373
|
+
"canonicalReference": "@dcl/playground-assets!TextureMovementType.TMT_TILING:member",
|
|
73374
|
+
"docComment": "",
|
|
73375
|
+
"excerptTokens": [
|
|
73376
|
+
{
|
|
73377
|
+
"kind": "Content",
|
|
73378
|
+
"text": "TMT_TILING = "
|
|
73379
|
+
},
|
|
73380
|
+
{
|
|
73381
|
+
"kind": "Content",
|
|
73382
|
+
"text": "1"
|
|
73383
|
+
}
|
|
73384
|
+
],
|
|
73385
|
+
"initializerTokenRange": {
|
|
73386
|
+
"startIndex": 1,
|
|
73387
|
+
"endIndex": 2
|
|
73388
|
+
},
|
|
73389
|
+
"releaseTag": "Public",
|
|
73390
|
+
"name": "TMT_TILING"
|
|
73391
|
+
}
|
|
73392
|
+
]
|
|
73393
|
+
},
|
|
73394
|
+
{
|
|
73395
|
+
"kind": "Interface",
|
|
73396
|
+
"canonicalReference": "@dcl/playground-assets!TextureUnion:interface",
|
|
73397
|
+
"docComment": "/**\n * @public\n */\n",
|
|
73398
|
+
"excerptTokens": [
|
|
73399
|
+
{
|
|
73400
|
+
"kind": "Content",
|
|
73401
|
+
"text": "export interface TextureUnion "
|
|
73402
|
+
}
|
|
73403
|
+
],
|
|
73404
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/texture.gen.d.ts",
|
|
73405
|
+
"releaseTag": "Public",
|
|
73406
|
+
"name": "TextureUnion",
|
|
73407
|
+
"preserveMemberOrder": false,
|
|
73408
|
+
"members": [
|
|
73409
|
+
{
|
|
73410
|
+
"kind": "PropertySignature",
|
|
73411
|
+
"canonicalReference": "@dcl/playground-assets!TextureUnion#tex:member",
|
|
73412
|
+
"docComment": "",
|
|
73413
|
+
"excerptTokens": [
|
|
73414
|
+
{
|
|
73415
|
+
"kind": "Content",
|
|
73416
|
+
"text": "tex?: "
|
|
73417
|
+
},
|
|
73418
|
+
{
|
|
73419
|
+
"kind": "Content",
|
|
73420
|
+
"text": "{\n $case: \"texture\";\n texture: "
|
|
73421
|
+
},
|
|
73422
|
+
{
|
|
73423
|
+
"kind": "Reference",
|
|
73424
|
+
"text": "Texture",
|
|
73425
|
+
"canonicalReference": "@dcl/playground-assets!Texture:interface"
|
|
73426
|
+
},
|
|
73427
|
+
{
|
|
73428
|
+
"kind": "Content",
|
|
73429
|
+
"text": ";\n } | {\n $case: \"avatarTexture\";\n avatarTexture: "
|
|
73430
|
+
},
|
|
73431
|
+
{
|
|
73432
|
+
"kind": "Reference",
|
|
73433
|
+
"text": "AvatarTexture",
|
|
73434
|
+
"canonicalReference": "@dcl/playground-assets!AvatarTexture:interface"
|
|
73435
|
+
},
|
|
73436
|
+
{
|
|
73437
|
+
"kind": "Content",
|
|
73438
|
+
"text": ";\n } | {\n $case: \"videoTexture\";\n videoTexture: "
|
|
73439
|
+
},
|
|
73440
|
+
{
|
|
73441
|
+
"kind": "Reference",
|
|
73442
|
+
"text": "VideoTexture",
|
|
73443
|
+
"canonicalReference": "@dcl/playground-assets!VideoTexture:interface"
|
|
73444
|
+
},
|
|
73445
|
+
{
|
|
73446
|
+
"kind": "Content",
|
|
73447
|
+
"text": ";\n } | undefined"
|
|
73448
|
+
},
|
|
73449
|
+
{
|
|
73450
|
+
"kind": "Content",
|
|
73451
|
+
"text": ";"
|
|
73452
|
+
}
|
|
73453
|
+
],
|
|
73454
|
+
"isReadonly": false,
|
|
73455
|
+
"isOptional": true,
|
|
73456
|
+
"releaseTag": "Public",
|
|
73457
|
+
"name": "tex",
|
|
73458
|
+
"propertyTypeTokenRange": {
|
|
73459
|
+
"startIndex": 1,
|
|
73460
|
+
"endIndex": 8
|
|
73461
|
+
}
|
|
73462
|
+
}
|
|
73463
|
+
],
|
|
73464
|
+
"extendsTokenRanges": []
|
|
73465
|
+
},
|
|
73466
|
+
{
|
|
73467
|
+
"kind": "Namespace",
|
|
73468
|
+
"canonicalReference": "@dcl/playground-assets!TextureUnion:namespace",
|
|
73469
|
+
"docComment": "/**\n * @public\n */\n",
|
|
73470
|
+
"excerptTokens": [
|
|
73471
|
+
{
|
|
73472
|
+
"kind": "Content",
|
|
73473
|
+
"text": "export declare namespace TextureUnion "
|
|
73474
|
+
}
|
|
73475
|
+
],
|
|
73476
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/texture.gen.d.ts",
|
|
73477
|
+
"releaseTag": "Public",
|
|
73478
|
+
"name": "TextureUnion",
|
|
73479
|
+
"preserveMemberOrder": false,
|
|
73480
|
+
"members": [
|
|
73481
|
+
{
|
|
73482
|
+
"kind": "Function",
|
|
73483
|
+
"canonicalReference": "@dcl/playground-assets!TextureUnion.decode:function(1)",
|
|
72741
73484
|
"docComment": "",
|
|
72742
73485
|
"excerptTokens": [
|
|
72743
73486
|
{
|
|
@@ -74515,6 +75258,777 @@
|
|
|
74515
75258
|
"startIndex": 1,
|
|
74516
75259
|
"endIndex": 2
|
|
74517
75260
|
}
|
|
75261
|
+
},
|
|
75262
|
+
{
|
|
75263
|
+
"kind": "MethodSignature",
|
|
75264
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setMove:member(1)",
|
|
75265
|
+
"docComment": "/**\n * Creates or replaces a move tween component that animates an entity's position from start to end\n *\n * @param entity - entity to apply the tween to\n *\n * @param start - starting position vector\n *\n * @param end - ending position vector\n *\n * @param duration - duration of the tween in seconds\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
|
|
75266
|
+
"excerptTokens": [
|
|
75267
|
+
{
|
|
75268
|
+
"kind": "Content",
|
|
75269
|
+
"text": "setMove(entity: "
|
|
75270
|
+
},
|
|
75271
|
+
{
|
|
75272
|
+
"kind": "Reference",
|
|
75273
|
+
"text": "Entity",
|
|
75274
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75275
|
+
},
|
|
75276
|
+
{
|
|
75277
|
+
"kind": "Content",
|
|
75278
|
+
"text": ", start: "
|
|
75279
|
+
},
|
|
75280
|
+
{
|
|
75281
|
+
"kind": "Reference",
|
|
75282
|
+
"text": "Vector3",
|
|
75283
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
75284
|
+
},
|
|
75285
|
+
{
|
|
75286
|
+
"kind": "Content",
|
|
75287
|
+
"text": ", end: "
|
|
75288
|
+
},
|
|
75289
|
+
{
|
|
75290
|
+
"kind": "Reference",
|
|
75291
|
+
"text": "Vector3",
|
|
75292
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
75293
|
+
},
|
|
75294
|
+
{
|
|
75295
|
+
"kind": "Content",
|
|
75296
|
+
"text": ", duration: "
|
|
75297
|
+
},
|
|
75298
|
+
{
|
|
75299
|
+
"kind": "Content",
|
|
75300
|
+
"text": "number"
|
|
75301
|
+
},
|
|
75302
|
+
{
|
|
75303
|
+
"kind": "Content",
|
|
75304
|
+
"text": ", easingFunction?: "
|
|
75305
|
+
},
|
|
75306
|
+
{
|
|
75307
|
+
"kind": "Reference",
|
|
75308
|
+
"text": "EasingFunction",
|
|
75309
|
+
"canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
|
|
75310
|
+
},
|
|
75311
|
+
{
|
|
75312
|
+
"kind": "Content",
|
|
75313
|
+
"text": "): "
|
|
75314
|
+
},
|
|
75315
|
+
{
|
|
75316
|
+
"kind": "Content",
|
|
75317
|
+
"text": "void"
|
|
75318
|
+
},
|
|
75319
|
+
{
|
|
75320
|
+
"kind": "Content",
|
|
75321
|
+
"text": ";"
|
|
75322
|
+
}
|
|
75323
|
+
],
|
|
75324
|
+
"isOptional": false,
|
|
75325
|
+
"returnTypeTokenRange": {
|
|
75326
|
+
"startIndex": 11,
|
|
75327
|
+
"endIndex": 12
|
|
75328
|
+
},
|
|
75329
|
+
"releaseTag": "Public",
|
|
75330
|
+
"overloadIndex": 1,
|
|
75331
|
+
"parameters": [
|
|
75332
|
+
{
|
|
75333
|
+
"parameterName": "entity",
|
|
75334
|
+
"parameterTypeTokenRange": {
|
|
75335
|
+
"startIndex": 1,
|
|
75336
|
+
"endIndex": 2
|
|
75337
|
+
},
|
|
75338
|
+
"isOptional": false
|
|
75339
|
+
},
|
|
75340
|
+
{
|
|
75341
|
+
"parameterName": "start",
|
|
75342
|
+
"parameterTypeTokenRange": {
|
|
75343
|
+
"startIndex": 3,
|
|
75344
|
+
"endIndex": 4
|
|
75345
|
+
},
|
|
75346
|
+
"isOptional": false
|
|
75347
|
+
},
|
|
75348
|
+
{
|
|
75349
|
+
"parameterName": "end",
|
|
75350
|
+
"parameterTypeTokenRange": {
|
|
75351
|
+
"startIndex": 5,
|
|
75352
|
+
"endIndex": 6
|
|
75353
|
+
},
|
|
75354
|
+
"isOptional": false
|
|
75355
|
+
},
|
|
75356
|
+
{
|
|
75357
|
+
"parameterName": "duration",
|
|
75358
|
+
"parameterTypeTokenRange": {
|
|
75359
|
+
"startIndex": 7,
|
|
75360
|
+
"endIndex": 8
|
|
75361
|
+
},
|
|
75362
|
+
"isOptional": false
|
|
75363
|
+
},
|
|
75364
|
+
{
|
|
75365
|
+
"parameterName": "easingFunction",
|
|
75366
|
+
"parameterTypeTokenRange": {
|
|
75367
|
+
"startIndex": 9,
|
|
75368
|
+
"endIndex": 10
|
|
75369
|
+
},
|
|
75370
|
+
"isOptional": true
|
|
75371
|
+
}
|
|
75372
|
+
],
|
|
75373
|
+
"name": "setMove"
|
|
75374
|
+
},
|
|
75375
|
+
{
|
|
75376
|
+
"kind": "MethodSignature",
|
|
75377
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setMoveContinuous:member(1)",
|
|
75378
|
+
"docComment": "/**\n * Creates or replaces a continuous move tween component that moves an entity continuously in a direction\n *\n * @param entity - entity to apply the tween to\n *\n * @param direction - direction vector to move towards\n *\n * @param speed - speed of movement per second\n *\n * @param duration - duration of the tween in seconds (defaults to 0 for infinite)\n *\n * @public\n */\n",
|
|
75379
|
+
"excerptTokens": [
|
|
75380
|
+
{
|
|
75381
|
+
"kind": "Content",
|
|
75382
|
+
"text": "setMoveContinuous(entity: "
|
|
75383
|
+
},
|
|
75384
|
+
{
|
|
75385
|
+
"kind": "Reference",
|
|
75386
|
+
"text": "Entity",
|
|
75387
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75388
|
+
},
|
|
75389
|
+
{
|
|
75390
|
+
"kind": "Content",
|
|
75391
|
+
"text": ", direction: "
|
|
75392
|
+
},
|
|
75393
|
+
{
|
|
75394
|
+
"kind": "Reference",
|
|
75395
|
+
"text": "Vector3",
|
|
75396
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
75397
|
+
},
|
|
75398
|
+
{
|
|
75399
|
+
"kind": "Content",
|
|
75400
|
+
"text": ", speed: "
|
|
75401
|
+
},
|
|
75402
|
+
{
|
|
75403
|
+
"kind": "Content",
|
|
75404
|
+
"text": "number"
|
|
75405
|
+
},
|
|
75406
|
+
{
|
|
75407
|
+
"kind": "Content",
|
|
75408
|
+
"text": ", duration?: "
|
|
75409
|
+
},
|
|
75410
|
+
{
|
|
75411
|
+
"kind": "Content",
|
|
75412
|
+
"text": "number"
|
|
75413
|
+
},
|
|
75414
|
+
{
|
|
75415
|
+
"kind": "Content",
|
|
75416
|
+
"text": "): "
|
|
75417
|
+
},
|
|
75418
|
+
{
|
|
75419
|
+
"kind": "Content",
|
|
75420
|
+
"text": "void"
|
|
75421
|
+
},
|
|
75422
|
+
{
|
|
75423
|
+
"kind": "Content",
|
|
75424
|
+
"text": ";"
|
|
75425
|
+
}
|
|
75426
|
+
],
|
|
75427
|
+
"isOptional": false,
|
|
75428
|
+
"returnTypeTokenRange": {
|
|
75429
|
+
"startIndex": 9,
|
|
75430
|
+
"endIndex": 10
|
|
75431
|
+
},
|
|
75432
|
+
"releaseTag": "Public",
|
|
75433
|
+
"overloadIndex": 1,
|
|
75434
|
+
"parameters": [
|
|
75435
|
+
{
|
|
75436
|
+
"parameterName": "entity",
|
|
75437
|
+
"parameterTypeTokenRange": {
|
|
75438
|
+
"startIndex": 1,
|
|
75439
|
+
"endIndex": 2
|
|
75440
|
+
},
|
|
75441
|
+
"isOptional": false
|
|
75442
|
+
},
|
|
75443
|
+
{
|
|
75444
|
+
"parameterName": "direction",
|
|
75445
|
+
"parameterTypeTokenRange": {
|
|
75446
|
+
"startIndex": 3,
|
|
75447
|
+
"endIndex": 4
|
|
75448
|
+
},
|
|
75449
|
+
"isOptional": false
|
|
75450
|
+
},
|
|
75451
|
+
{
|
|
75452
|
+
"parameterName": "speed",
|
|
75453
|
+
"parameterTypeTokenRange": {
|
|
75454
|
+
"startIndex": 5,
|
|
75455
|
+
"endIndex": 6
|
|
75456
|
+
},
|
|
75457
|
+
"isOptional": false
|
|
75458
|
+
},
|
|
75459
|
+
{
|
|
75460
|
+
"parameterName": "duration",
|
|
75461
|
+
"parameterTypeTokenRange": {
|
|
75462
|
+
"startIndex": 7,
|
|
75463
|
+
"endIndex": 8
|
|
75464
|
+
},
|
|
75465
|
+
"isOptional": true
|
|
75466
|
+
}
|
|
75467
|
+
],
|
|
75468
|
+
"name": "setMoveContinuous"
|
|
75469
|
+
},
|
|
75470
|
+
{
|
|
75471
|
+
"kind": "MethodSignature",
|
|
75472
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setRotate:member(1)",
|
|
75473
|
+
"docComment": "/**\n * Creates or replaces a rotation tween component that animates an entity's rotation from start to end\n *\n * @param entity - entity to apply the tween to\n *\n * @param start - starting rotation quaternion\n *\n * @param end - ending rotation quaternion\n *\n * @param duration - duration of the tween in seconds\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
|
|
75474
|
+
"excerptTokens": [
|
|
75475
|
+
{
|
|
75476
|
+
"kind": "Content",
|
|
75477
|
+
"text": "setRotate(entity: "
|
|
75478
|
+
},
|
|
75479
|
+
{
|
|
75480
|
+
"kind": "Reference",
|
|
75481
|
+
"text": "Entity",
|
|
75482
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75483
|
+
},
|
|
75484
|
+
{
|
|
75485
|
+
"kind": "Content",
|
|
75486
|
+
"text": ", start: "
|
|
75487
|
+
},
|
|
75488
|
+
{
|
|
75489
|
+
"kind": "Reference",
|
|
75490
|
+
"text": "Quaternion",
|
|
75491
|
+
"canonicalReference": "@dcl/playground-assets!Quaternion"
|
|
75492
|
+
},
|
|
75493
|
+
{
|
|
75494
|
+
"kind": "Content",
|
|
75495
|
+
"text": ", end: "
|
|
75496
|
+
},
|
|
75497
|
+
{
|
|
75498
|
+
"kind": "Reference",
|
|
75499
|
+
"text": "Quaternion",
|
|
75500
|
+
"canonicalReference": "@dcl/playground-assets!Quaternion"
|
|
75501
|
+
},
|
|
75502
|
+
{
|
|
75503
|
+
"kind": "Content",
|
|
75504
|
+
"text": ", duration: "
|
|
75505
|
+
},
|
|
75506
|
+
{
|
|
75507
|
+
"kind": "Content",
|
|
75508
|
+
"text": "number"
|
|
75509
|
+
},
|
|
75510
|
+
{
|
|
75511
|
+
"kind": "Content",
|
|
75512
|
+
"text": ", easingFunction?: "
|
|
75513
|
+
},
|
|
75514
|
+
{
|
|
75515
|
+
"kind": "Reference",
|
|
75516
|
+
"text": "EasingFunction",
|
|
75517
|
+
"canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
|
|
75518
|
+
},
|
|
75519
|
+
{
|
|
75520
|
+
"kind": "Content",
|
|
75521
|
+
"text": "): "
|
|
75522
|
+
},
|
|
75523
|
+
{
|
|
75524
|
+
"kind": "Content",
|
|
75525
|
+
"text": "void"
|
|
75526
|
+
},
|
|
75527
|
+
{
|
|
75528
|
+
"kind": "Content",
|
|
75529
|
+
"text": ";"
|
|
75530
|
+
}
|
|
75531
|
+
],
|
|
75532
|
+
"isOptional": false,
|
|
75533
|
+
"returnTypeTokenRange": {
|
|
75534
|
+
"startIndex": 11,
|
|
75535
|
+
"endIndex": 12
|
|
75536
|
+
},
|
|
75537
|
+
"releaseTag": "Public",
|
|
75538
|
+
"overloadIndex": 1,
|
|
75539
|
+
"parameters": [
|
|
75540
|
+
{
|
|
75541
|
+
"parameterName": "entity",
|
|
75542
|
+
"parameterTypeTokenRange": {
|
|
75543
|
+
"startIndex": 1,
|
|
75544
|
+
"endIndex": 2
|
|
75545
|
+
},
|
|
75546
|
+
"isOptional": false
|
|
75547
|
+
},
|
|
75548
|
+
{
|
|
75549
|
+
"parameterName": "start",
|
|
75550
|
+
"parameterTypeTokenRange": {
|
|
75551
|
+
"startIndex": 3,
|
|
75552
|
+
"endIndex": 4
|
|
75553
|
+
},
|
|
75554
|
+
"isOptional": false
|
|
75555
|
+
},
|
|
75556
|
+
{
|
|
75557
|
+
"parameterName": "end",
|
|
75558
|
+
"parameterTypeTokenRange": {
|
|
75559
|
+
"startIndex": 5,
|
|
75560
|
+
"endIndex": 6
|
|
75561
|
+
},
|
|
75562
|
+
"isOptional": false
|
|
75563
|
+
},
|
|
75564
|
+
{
|
|
75565
|
+
"parameterName": "duration",
|
|
75566
|
+
"parameterTypeTokenRange": {
|
|
75567
|
+
"startIndex": 7,
|
|
75568
|
+
"endIndex": 8
|
|
75569
|
+
},
|
|
75570
|
+
"isOptional": false
|
|
75571
|
+
},
|
|
75572
|
+
{
|
|
75573
|
+
"parameterName": "easingFunction",
|
|
75574
|
+
"parameterTypeTokenRange": {
|
|
75575
|
+
"startIndex": 9,
|
|
75576
|
+
"endIndex": 10
|
|
75577
|
+
},
|
|
75578
|
+
"isOptional": true
|
|
75579
|
+
}
|
|
75580
|
+
],
|
|
75581
|
+
"name": "setRotate"
|
|
75582
|
+
},
|
|
75583
|
+
{
|
|
75584
|
+
"kind": "MethodSignature",
|
|
75585
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setRotateContinuous:member(1)",
|
|
75586
|
+
"docComment": "/**\n * Creates or replaces a continuous rotation tween component that rotates an entity continuously\n *\n * @param entity - entity to apply the tween to\n *\n * @param direction - rotation direction quaternion\n *\n * @param speed - speed of rotation per second\n *\n * @param duration - duration of the tween in seconds (defaults to 0 for infinite)\n *\n * @public\n */\n",
|
|
75587
|
+
"excerptTokens": [
|
|
75588
|
+
{
|
|
75589
|
+
"kind": "Content",
|
|
75590
|
+
"text": "setRotateContinuous(entity: "
|
|
75591
|
+
},
|
|
75592
|
+
{
|
|
75593
|
+
"kind": "Reference",
|
|
75594
|
+
"text": "Entity",
|
|
75595
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75596
|
+
},
|
|
75597
|
+
{
|
|
75598
|
+
"kind": "Content",
|
|
75599
|
+
"text": ", direction: "
|
|
75600
|
+
},
|
|
75601
|
+
{
|
|
75602
|
+
"kind": "Reference",
|
|
75603
|
+
"text": "Quaternion",
|
|
75604
|
+
"canonicalReference": "@dcl/playground-assets!Quaternion"
|
|
75605
|
+
},
|
|
75606
|
+
{
|
|
75607
|
+
"kind": "Content",
|
|
75608
|
+
"text": ", speed: "
|
|
75609
|
+
},
|
|
75610
|
+
{
|
|
75611
|
+
"kind": "Content",
|
|
75612
|
+
"text": "number"
|
|
75613
|
+
},
|
|
75614
|
+
{
|
|
75615
|
+
"kind": "Content",
|
|
75616
|
+
"text": ", duration?: "
|
|
75617
|
+
},
|
|
75618
|
+
{
|
|
75619
|
+
"kind": "Content",
|
|
75620
|
+
"text": "number"
|
|
75621
|
+
},
|
|
75622
|
+
{
|
|
75623
|
+
"kind": "Content",
|
|
75624
|
+
"text": "): "
|
|
75625
|
+
},
|
|
75626
|
+
{
|
|
75627
|
+
"kind": "Content",
|
|
75628
|
+
"text": "void"
|
|
75629
|
+
},
|
|
75630
|
+
{
|
|
75631
|
+
"kind": "Content",
|
|
75632
|
+
"text": ";"
|
|
75633
|
+
}
|
|
75634
|
+
],
|
|
75635
|
+
"isOptional": false,
|
|
75636
|
+
"returnTypeTokenRange": {
|
|
75637
|
+
"startIndex": 9,
|
|
75638
|
+
"endIndex": 10
|
|
75639
|
+
},
|
|
75640
|
+
"releaseTag": "Public",
|
|
75641
|
+
"overloadIndex": 1,
|
|
75642
|
+
"parameters": [
|
|
75643
|
+
{
|
|
75644
|
+
"parameterName": "entity",
|
|
75645
|
+
"parameterTypeTokenRange": {
|
|
75646
|
+
"startIndex": 1,
|
|
75647
|
+
"endIndex": 2
|
|
75648
|
+
},
|
|
75649
|
+
"isOptional": false
|
|
75650
|
+
},
|
|
75651
|
+
{
|
|
75652
|
+
"parameterName": "direction",
|
|
75653
|
+
"parameterTypeTokenRange": {
|
|
75654
|
+
"startIndex": 3,
|
|
75655
|
+
"endIndex": 4
|
|
75656
|
+
},
|
|
75657
|
+
"isOptional": false
|
|
75658
|
+
},
|
|
75659
|
+
{
|
|
75660
|
+
"parameterName": "speed",
|
|
75661
|
+
"parameterTypeTokenRange": {
|
|
75662
|
+
"startIndex": 5,
|
|
75663
|
+
"endIndex": 6
|
|
75664
|
+
},
|
|
75665
|
+
"isOptional": false
|
|
75666
|
+
},
|
|
75667
|
+
{
|
|
75668
|
+
"parameterName": "duration",
|
|
75669
|
+
"parameterTypeTokenRange": {
|
|
75670
|
+
"startIndex": 7,
|
|
75671
|
+
"endIndex": 8
|
|
75672
|
+
},
|
|
75673
|
+
"isOptional": true
|
|
75674
|
+
}
|
|
75675
|
+
],
|
|
75676
|
+
"name": "setRotateContinuous"
|
|
75677
|
+
},
|
|
75678
|
+
{
|
|
75679
|
+
"kind": "MethodSignature",
|
|
75680
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setScale:member(1)",
|
|
75681
|
+
"docComment": "/**\n * Creates or replaces a scale tween component that animates an entity's scale from start to end\n *\n * @param entity - entity to apply the tween to\n *\n * @param start - starting scale vector\n *\n * @param end - ending scale vector\n *\n * @param duration - duration of the tween in seconds\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
|
|
75682
|
+
"excerptTokens": [
|
|
75683
|
+
{
|
|
75684
|
+
"kind": "Content",
|
|
75685
|
+
"text": "setScale(entity: "
|
|
75686
|
+
},
|
|
75687
|
+
{
|
|
75688
|
+
"kind": "Reference",
|
|
75689
|
+
"text": "Entity",
|
|
75690
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75691
|
+
},
|
|
75692
|
+
{
|
|
75693
|
+
"kind": "Content",
|
|
75694
|
+
"text": ", start: "
|
|
75695
|
+
},
|
|
75696
|
+
{
|
|
75697
|
+
"kind": "Reference",
|
|
75698
|
+
"text": "Vector3",
|
|
75699
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
75700
|
+
},
|
|
75701
|
+
{
|
|
75702
|
+
"kind": "Content",
|
|
75703
|
+
"text": ", end: "
|
|
75704
|
+
},
|
|
75705
|
+
{
|
|
75706
|
+
"kind": "Reference",
|
|
75707
|
+
"text": "Vector3",
|
|
75708
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
75709
|
+
},
|
|
75710
|
+
{
|
|
75711
|
+
"kind": "Content",
|
|
75712
|
+
"text": ", duration: "
|
|
75713
|
+
},
|
|
75714
|
+
{
|
|
75715
|
+
"kind": "Content",
|
|
75716
|
+
"text": "number"
|
|
75717
|
+
},
|
|
75718
|
+
{
|
|
75719
|
+
"kind": "Content",
|
|
75720
|
+
"text": ", easingFunction?: "
|
|
75721
|
+
},
|
|
75722
|
+
{
|
|
75723
|
+
"kind": "Reference",
|
|
75724
|
+
"text": "EasingFunction",
|
|
75725
|
+
"canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
|
|
75726
|
+
},
|
|
75727
|
+
{
|
|
75728
|
+
"kind": "Content",
|
|
75729
|
+
"text": "): "
|
|
75730
|
+
},
|
|
75731
|
+
{
|
|
75732
|
+
"kind": "Content",
|
|
75733
|
+
"text": "void"
|
|
75734
|
+
},
|
|
75735
|
+
{
|
|
75736
|
+
"kind": "Content",
|
|
75737
|
+
"text": ";"
|
|
75738
|
+
}
|
|
75739
|
+
],
|
|
75740
|
+
"isOptional": false,
|
|
75741
|
+
"returnTypeTokenRange": {
|
|
75742
|
+
"startIndex": 11,
|
|
75743
|
+
"endIndex": 12
|
|
75744
|
+
},
|
|
75745
|
+
"releaseTag": "Public",
|
|
75746
|
+
"overloadIndex": 1,
|
|
75747
|
+
"parameters": [
|
|
75748
|
+
{
|
|
75749
|
+
"parameterName": "entity",
|
|
75750
|
+
"parameterTypeTokenRange": {
|
|
75751
|
+
"startIndex": 1,
|
|
75752
|
+
"endIndex": 2
|
|
75753
|
+
},
|
|
75754
|
+
"isOptional": false
|
|
75755
|
+
},
|
|
75756
|
+
{
|
|
75757
|
+
"parameterName": "start",
|
|
75758
|
+
"parameterTypeTokenRange": {
|
|
75759
|
+
"startIndex": 3,
|
|
75760
|
+
"endIndex": 4
|
|
75761
|
+
},
|
|
75762
|
+
"isOptional": false
|
|
75763
|
+
},
|
|
75764
|
+
{
|
|
75765
|
+
"parameterName": "end",
|
|
75766
|
+
"parameterTypeTokenRange": {
|
|
75767
|
+
"startIndex": 5,
|
|
75768
|
+
"endIndex": 6
|
|
75769
|
+
},
|
|
75770
|
+
"isOptional": false
|
|
75771
|
+
},
|
|
75772
|
+
{
|
|
75773
|
+
"parameterName": "duration",
|
|
75774
|
+
"parameterTypeTokenRange": {
|
|
75775
|
+
"startIndex": 7,
|
|
75776
|
+
"endIndex": 8
|
|
75777
|
+
},
|
|
75778
|
+
"isOptional": false
|
|
75779
|
+
},
|
|
75780
|
+
{
|
|
75781
|
+
"parameterName": "easingFunction",
|
|
75782
|
+
"parameterTypeTokenRange": {
|
|
75783
|
+
"startIndex": 9,
|
|
75784
|
+
"endIndex": 10
|
|
75785
|
+
},
|
|
75786
|
+
"isOptional": true
|
|
75787
|
+
}
|
|
75788
|
+
],
|
|
75789
|
+
"name": "setScale"
|
|
75790
|
+
},
|
|
75791
|
+
{
|
|
75792
|
+
"kind": "MethodSignature",
|
|
75793
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setTextureMove:member(1)",
|
|
75794
|
+
"docComment": "/**\n * Creates or replaces a texture move tween component that animates texture UV coordinates from start to end\n *\n * @param entity - entity to apply the tween to\n *\n * @param start - starting UV coordinates\n *\n * @param end - ending UV coordinates\n *\n * @param duration - duration of the tween in seconds\n *\n * @param movementType - type of texture movement (defaults to TMT_OFFSET)\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
|
|
75795
|
+
"excerptTokens": [
|
|
75796
|
+
{
|
|
75797
|
+
"kind": "Content",
|
|
75798
|
+
"text": "setTextureMove(entity: "
|
|
75799
|
+
},
|
|
75800
|
+
{
|
|
75801
|
+
"kind": "Reference",
|
|
75802
|
+
"text": "Entity",
|
|
75803
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75804
|
+
},
|
|
75805
|
+
{
|
|
75806
|
+
"kind": "Content",
|
|
75807
|
+
"text": ", start: "
|
|
75808
|
+
},
|
|
75809
|
+
{
|
|
75810
|
+
"kind": "Reference",
|
|
75811
|
+
"text": "Vector2",
|
|
75812
|
+
"canonicalReference": "@dcl/playground-assets!Vector2"
|
|
75813
|
+
},
|
|
75814
|
+
{
|
|
75815
|
+
"kind": "Content",
|
|
75816
|
+
"text": ", end: "
|
|
75817
|
+
},
|
|
75818
|
+
{
|
|
75819
|
+
"kind": "Reference",
|
|
75820
|
+
"text": "Vector2",
|
|
75821
|
+
"canonicalReference": "@dcl/playground-assets!Vector2"
|
|
75822
|
+
},
|
|
75823
|
+
{
|
|
75824
|
+
"kind": "Content",
|
|
75825
|
+
"text": ", duration: "
|
|
75826
|
+
},
|
|
75827
|
+
{
|
|
75828
|
+
"kind": "Content",
|
|
75829
|
+
"text": "number"
|
|
75830
|
+
},
|
|
75831
|
+
{
|
|
75832
|
+
"kind": "Content",
|
|
75833
|
+
"text": ", movementType?: "
|
|
75834
|
+
},
|
|
75835
|
+
{
|
|
75836
|
+
"kind": "Reference",
|
|
75837
|
+
"text": "TextureMovementType",
|
|
75838
|
+
"canonicalReference": "@dcl/playground-assets!TextureMovementType:enum"
|
|
75839
|
+
},
|
|
75840
|
+
{
|
|
75841
|
+
"kind": "Content",
|
|
75842
|
+
"text": ", easingFunction?: "
|
|
75843
|
+
},
|
|
75844
|
+
{
|
|
75845
|
+
"kind": "Reference",
|
|
75846
|
+
"text": "EasingFunction",
|
|
75847
|
+
"canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
|
|
75848
|
+
},
|
|
75849
|
+
{
|
|
75850
|
+
"kind": "Content",
|
|
75851
|
+
"text": "): "
|
|
75852
|
+
},
|
|
75853
|
+
{
|
|
75854
|
+
"kind": "Content",
|
|
75855
|
+
"text": "void"
|
|
75856
|
+
},
|
|
75857
|
+
{
|
|
75858
|
+
"kind": "Content",
|
|
75859
|
+
"text": ";"
|
|
75860
|
+
}
|
|
75861
|
+
],
|
|
75862
|
+
"isOptional": false,
|
|
75863
|
+
"returnTypeTokenRange": {
|
|
75864
|
+
"startIndex": 13,
|
|
75865
|
+
"endIndex": 14
|
|
75866
|
+
},
|
|
75867
|
+
"releaseTag": "Public",
|
|
75868
|
+
"overloadIndex": 1,
|
|
75869
|
+
"parameters": [
|
|
75870
|
+
{
|
|
75871
|
+
"parameterName": "entity",
|
|
75872
|
+
"parameterTypeTokenRange": {
|
|
75873
|
+
"startIndex": 1,
|
|
75874
|
+
"endIndex": 2
|
|
75875
|
+
},
|
|
75876
|
+
"isOptional": false
|
|
75877
|
+
},
|
|
75878
|
+
{
|
|
75879
|
+
"parameterName": "start",
|
|
75880
|
+
"parameterTypeTokenRange": {
|
|
75881
|
+
"startIndex": 3,
|
|
75882
|
+
"endIndex": 4
|
|
75883
|
+
},
|
|
75884
|
+
"isOptional": false
|
|
75885
|
+
},
|
|
75886
|
+
{
|
|
75887
|
+
"parameterName": "end",
|
|
75888
|
+
"parameterTypeTokenRange": {
|
|
75889
|
+
"startIndex": 5,
|
|
75890
|
+
"endIndex": 6
|
|
75891
|
+
},
|
|
75892
|
+
"isOptional": false
|
|
75893
|
+
},
|
|
75894
|
+
{
|
|
75895
|
+
"parameterName": "duration",
|
|
75896
|
+
"parameterTypeTokenRange": {
|
|
75897
|
+
"startIndex": 7,
|
|
75898
|
+
"endIndex": 8
|
|
75899
|
+
},
|
|
75900
|
+
"isOptional": false
|
|
75901
|
+
},
|
|
75902
|
+
{
|
|
75903
|
+
"parameterName": "movementType",
|
|
75904
|
+
"parameterTypeTokenRange": {
|
|
75905
|
+
"startIndex": 9,
|
|
75906
|
+
"endIndex": 10
|
|
75907
|
+
},
|
|
75908
|
+
"isOptional": true
|
|
75909
|
+
},
|
|
75910
|
+
{
|
|
75911
|
+
"parameterName": "easingFunction",
|
|
75912
|
+
"parameterTypeTokenRange": {
|
|
75913
|
+
"startIndex": 11,
|
|
75914
|
+
"endIndex": 12
|
|
75915
|
+
},
|
|
75916
|
+
"isOptional": true
|
|
75917
|
+
}
|
|
75918
|
+
],
|
|
75919
|
+
"name": "setTextureMove"
|
|
75920
|
+
},
|
|
75921
|
+
{
|
|
75922
|
+
"kind": "MethodSignature",
|
|
75923
|
+
"canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setTextureMoveContinuous:member(1)",
|
|
75924
|
+
"docComment": "/**\n * Creates or replaces a continuous texture move tween component that moves texture UV coordinates continuously\n *\n * @param entity - entity to apply the tween to\n *\n * @param direction - direction vector for UV movement\n *\n * @param speed - speed of UV movement per second\n *\n * @param movementType - type of texture movement (defaults to TMT_OFFSET)\n *\n * @param duration - duration of the tween in seconds (defaults to 0 for infinite)\n *\n * @public\n */\n",
|
|
75925
|
+
"excerptTokens": [
|
|
75926
|
+
{
|
|
75927
|
+
"kind": "Content",
|
|
75928
|
+
"text": "setTextureMoveContinuous(entity: "
|
|
75929
|
+
},
|
|
75930
|
+
{
|
|
75931
|
+
"kind": "Reference",
|
|
75932
|
+
"text": "Entity",
|
|
75933
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
75934
|
+
},
|
|
75935
|
+
{
|
|
75936
|
+
"kind": "Content",
|
|
75937
|
+
"text": ", direction: "
|
|
75938
|
+
},
|
|
75939
|
+
{
|
|
75940
|
+
"kind": "Reference",
|
|
75941
|
+
"text": "Vector2",
|
|
75942
|
+
"canonicalReference": "@dcl/playground-assets!Vector2"
|
|
75943
|
+
},
|
|
75944
|
+
{
|
|
75945
|
+
"kind": "Content",
|
|
75946
|
+
"text": ", speed: "
|
|
75947
|
+
},
|
|
75948
|
+
{
|
|
75949
|
+
"kind": "Content",
|
|
75950
|
+
"text": "number"
|
|
75951
|
+
},
|
|
75952
|
+
{
|
|
75953
|
+
"kind": "Content",
|
|
75954
|
+
"text": ", movementType?: "
|
|
75955
|
+
},
|
|
75956
|
+
{
|
|
75957
|
+
"kind": "Reference",
|
|
75958
|
+
"text": "TextureMovementType",
|
|
75959
|
+
"canonicalReference": "@dcl/playground-assets!TextureMovementType:enum"
|
|
75960
|
+
},
|
|
75961
|
+
{
|
|
75962
|
+
"kind": "Content",
|
|
75963
|
+
"text": ", duration?: "
|
|
75964
|
+
},
|
|
75965
|
+
{
|
|
75966
|
+
"kind": "Content",
|
|
75967
|
+
"text": "number"
|
|
75968
|
+
},
|
|
75969
|
+
{
|
|
75970
|
+
"kind": "Content",
|
|
75971
|
+
"text": "): "
|
|
75972
|
+
},
|
|
75973
|
+
{
|
|
75974
|
+
"kind": "Content",
|
|
75975
|
+
"text": "void"
|
|
75976
|
+
},
|
|
75977
|
+
{
|
|
75978
|
+
"kind": "Content",
|
|
75979
|
+
"text": ";"
|
|
75980
|
+
}
|
|
75981
|
+
],
|
|
75982
|
+
"isOptional": false,
|
|
75983
|
+
"returnTypeTokenRange": {
|
|
75984
|
+
"startIndex": 11,
|
|
75985
|
+
"endIndex": 12
|
|
75986
|
+
},
|
|
75987
|
+
"releaseTag": "Public",
|
|
75988
|
+
"overloadIndex": 1,
|
|
75989
|
+
"parameters": [
|
|
75990
|
+
{
|
|
75991
|
+
"parameterName": "entity",
|
|
75992
|
+
"parameterTypeTokenRange": {
|
|
75993
|
+
"startIndex": 1,
|
|
75994
|
+
"endIndex": 2
|
|
75995
|
+
},
|
|
75996
|
+
"isOptional": false
|
|
75997
|
+
},
|
|
75998
|
+
{
|
|
75999
|
+
"parameterName": "direction",
|
|
76000
|
+
"parameterTypeTokenRange": {
|
|
76001
|
+
"startIndex": 3,
|
|
76002
|
+
"endIndex": 4
|
|
76003
|
+
},
|
|
76004
|
+
"isOptional": false
|
|
76005
|
+
},
|
|
76006
|
+
{
|
|
76007
|
+
"parameterName": "speed",
|
|
76008
|
+
"parameterTypeTokenRange": {
|
|
76009
|
+
"startIndex": 5,
|
|
76010
|
+
"endIndex": 6
|
|
76011
|
+
},
|
|
76012
|
+
"isOptional": false
|
|
76013
|
+
},
|
|
76014
|
+
{
|
|
76015
|
+
"parameterName": "movementType",
|
|
76016
|
+
"parameterTypeTokenRange": {
|
|
76017
|
+
"startIndex": 7,
|
|
76018
|
+
"endIndex": 8
|
|
76019
|
+
},
|
|
76020
|
+
"isOptional": true
|
|
76021
|
+
},
|
|
76022
|
+
{
|
|
76023
|
+
"parameterName": "duration",
|
|
76024
|
+
"parameterTypeTokenRange": {
|
|
76025
|
+
"startIndex": 9,
|
|
76026
|
+
"endIndex": 10
|
|
76027
|
+
},
|
|
76028
|
+
"isOptional": true
|
|
76029
|
+
}
|
|
76030
|
+
],
|
|
76031
|
+
"name": "setTextureMoveContinuous"
|
|
74518
76032
|
}
|
|
74519
76033
|
],
|
|
74520
76034
|
"extendsTokenRanges": [
|
|
@@ -74584,10 +76098,55 @@
|
|
|
74584
76098
|
"endIndex": 6
|
|
74585
76099
|
}
|
|
74586
76100
|
},
|
|
76101
|
+
{
|
|
76102
|
+
"kind": "PropertySignature",
|
|
76103
|
+
"canonicalReference": "@dcl/playground-assets!TweenHelper#MoveContinuous:member",
|
|
76104
|
+
"docComment": "/**\n * @returns a move-continuous mode tween\n */\n",
|
|
76105
|
+
"excerptTokens": [
|
|
76106
|
+
{
|
|
76107
|
+
"kind": "Content",
|
|
76108
|
+
"text": "MoveContinuous: "
|
|
76109
|
+
},
|
|
76110
|
+
{
|
|
76111
|
+
"kind": "Content",
|
|
76112
|
+
"text": "(move: "
|
|
76113
|
+
},
|
|
76114
|
+
{
|
|
76115
|
+
"kind": "Reference",
|
|
76116
|
+
"text": "MoveContinuous",
|
|
76117
|
+
"canonicalReference": "@dcl/playground-assets!MoveContinuous"
|
|
76118
|
+
},
|
|
76119
|
+
{
|
|
76120
|
+
"kind": "Content",
|
|
76121
|
+
"text": ") => "
|
|
76122
|
+
},
|
|
76123
|
+
{
|
|
76124
|
+
"kind": "Reference",
|
|
76125
|
+
"text": "PBTween",
|
|
76126
|
+
"canonicalReference": "@dcl/playground-assets!PBTween"
|
|
76127
|
+
},
|
|
76128
|
+
{
|
|
76129
|
+
"kind": "Content",
|
|
76130
|
+
"text": "['mode']"
|
|
76131
|
+
},
|
|
76132
|
+
{
|
|
76133
|
+
"kind": "Content",
|
|
76134
|
+
"text": ";"
|
|
76135
|
+
}
|
|
76136
|
+
],
|
|
76137
|
+
"isReadonly": false,
|
|
76138
|
+
"isOptional": false,
|
|
76139
|
+
"releaseTag": "Public",
|
|
76140
|
+
"name": "MoveContinuous",
|
|
76141
|
+
"propertyTypeTokenRange": {
|
|
76142
|
+
"startIndex": 1,
|
|
76143
|
+
"endIndex": 6
|
|
76144
|
+
}
|
|
76145
|
+
},
|
|
74587
76146
|
{
|
|
74588
76147
|
"kind": "PropertySignature",
|
|
74589
76148
|
"canonicalReference": "@dcl/playground-assets!TweenHelper#Rotate:member",
|
|
74590
|
-
"docComment": "/**\n * @returns a
|
|
76149
|
+
"docComment": "/**\n * @returns a rotate mode tween\n */\n",
|
|
74591
76150
|
"excerptTokens": [
|
|
74592
76151
|
{
|
|
74593
76152
|
"kind": "Content",
|
|
@@ -74629,10 +76188,55 @@
|
|
|
74629
76188
|
"endIndex": 6
|
|
74630
76189
|
}
|
|
74631
76190
|
},
|
|
76191
|
+
{
|
|
76192
|
+
"kind": "PropertySignature",
|
|
76193
|
+
"canonicalReference": "@dcl/playground-assets!TweenHelper#RotateContinuous:member",
|
|
76194
|
+
"docComment": "/**\n * @returns a rotate-continuous mode tween\n */\n",
|
|
76195
|
+
"excerptTokens": [
|
|
76196
|
+
{
|
|
76197
|
+
"kind": "Content",
|
|
76198
|
+
"text": "RotateContinuous: "
|
|
76199
|
+
},
|
|
76200
|
+
{
|
|
76201
|
+
"kind": "Content",
|
|
76202
|
+
"text": "(rotate: "
|
|
76203
|
+
},
|
|
76204
|
+
{
|
|
76205
|
+
"kind": "Reference",
|
|
76206
|
+
"text": "RotateContinuous",
|
|
76207
|
+
"canonicalReference": "@dcl/playground-assets!RotateContinuous"
|
|
76208
|
+
},
|
|
76209
|
+
{
|
|
76210
|
+
"kind": "Content",
|
|
76211
|
+
"text": ") => "
|
|
76212
|
+
},
|
|
76213
|
+
{
|
|
76214
|
+
"kind": "Reference",
|
|
76215
|
+
"text": "PBTween",
|
|
76216
|
+
"canonicalReference": "@dcl/playground-assets!PBTween"
|
|
76217
|
+
},
|
|
76218
|
+
{
|
|
76219
|
+
"kind": "Content",
|
|
76220
|
+
"text": "['mode']"
|
|
76221
|
+
},
|
|
76222
|
+
{
|
|
76223
|
+
"kind": "Content",
|
|
76224
|
+
"text": ";"
|
|
76225
|
+
}
|
|
76226
|
+
],
|
|
76227
|
+
"isReadonly": false,
|
|
76228
|
+
"isOptional": false,
|
|
76229
|
+
"releaseTag": "Public",
|
|
76230
|
+
"name": "RotateContinuous",
|
|
76231
|
+
"propertyTypeTokenRange": {
|
|
76232
|
+
"startIndex": 1,
|
|
76233
|
+
"endIndex": 6
|
|
76234
|
+
}
|
|
76235
|
+
},
|
|
74632
76236
|
{
|
|
74633
76237
|
"kind": "PropertySignature",
|
|
74634
76238
|
"canonicalReference": "@dcl/playground-assets!TweenHelper#Scale:member",
|
|
74635
|
-
"docComment": "/**\n * @returns a
|
|
76239
|
+
"docComment": "/**\n * @returns a scale mode tween\n */\n",
|
|
74636
76240
|
"excerptTokens": [
|
|
74637
76241
|
{
|
|
74638
76242
|
"kind": "Content",
|
|
@@ -74677,7 +76281,7 @@
|
|
|
74677
76281
|
{
|
|
74678
76282
|
"kind": "PropertySignature",
|
|
74679
76283
|
"canonicalReference": "@dcl/playground-assets!TweenHelper#TextureMove:member",
|
|
74680
|
-
"docComment": "/**\n * @returns a texture
|
|
76284
|
+
"docComment": "/**\n * @returns a texture-move mode tween\n */\n",
|
|
74681
76285
|
"excerptTokens": [
|
|
74682
76286
|
{
|
|
74683
76287
|
"kind": "Content",
|
|
@@ -74718,6 +76322,51 @@
|
|
|
74718
76322
|
"startIndex": 1,
|
|
74719
76323
|
"endIndex": 6
|
|
74720
76324
|
}
|
|
76325
|
+
},
|
|
76326
|
+
{
|
|
76327
|
+
"kind": "PropertySignature",
|
|
76328
|
+
"canonicalReference": "@dcl/playground-assets!TweenHelper#TextureMoveContinuous:member",
|
|
76329
|
+
"docComment": "/**\n * @returns a texture-move-continuous mode tween\n */\n",
|
|
76330
|
+
"excerptTokens": [
|
|
76331
|
+
{
|
|
76332
|
+
"kind": "Content",
|
|
76333
|
+
"text": "TextureMoveContinuous: "
|
|
76334
|
+
},
|
|
76335
|
+
{
|
|
76336
|
+
"kind": "Content",
|
|
76337
|
+
"text": "(textureMove: "
|
|
76338
|
+
},
|
|
76339
|
+
{
|
|
76340
|
+
"kind": "Reference",
|
|
76341
|
+
"text": "TextureMoveContinuous",
|
|
76342
|
+
"canonicalReference": "@dcl/playground-assets!TextureMoveContinuous"
|
|
76343
|
+
},
|
|
76344
|
+
{
|
|
76345
|
+
"kind": "Content",
|
|
76346
|
+
"text": ") => "
|
|
76347
|
+
},
|
|
76348
|
+
{
|
|
76349
|
+
"kind": "Reference",
|
|
76350
|
+
"text": "PBTween",
|
|
76351
|
+
"canonicalReference": "@dcl/playground-assets!PBTween"
|
|
76352
|
+
},
|
|
76353
|
+
{
|
|
76354
|
+
"kind": "Content",
|
|
76355
|
+
"text": "['mode']"
|
|
76356
|
+
},
|
|
76357
|
+
{
|
|
76358
|
+
"kind": "Content",
|
|
76359
|
+
"text": ";"
|
|
76360
|
+
}
|
|
76361
|
+
],
|
|
76362
|
+
"isReadonly": false,
|
|
76363
|
+
"isOptional": false,
|
|
76364
|
+
"releaseTag": "Public",
|
|
76365
|
+
"name": "TextureMoveContinuous",
|
|
76366
|
+
"propertyTypeTokenRange": {
|
|
76367
|
+
"startIndex": 1,
|
|
76368
|
+
"endIndex": 6
|
|
76369
|
+
}
|
|
74721
76370
|
}
|
|
74722
76371
|
],
|
|
74723
76372
|
"extendsTokenRanges": []
|