@dcl/playground-assets 7.10.5 → 7.10.6-18360453790.commit-2ff55cb

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.53.0",
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": 10
52945
+ "endIndex": 16
52691
52946
  }
52692
52947
  },
52693
52948
  {
@@ -58962,12 +59217,12 @@
58962
59217
  },
58963
59218
  {
58964
59219
  "kind": "PropertySignature",
58965
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
58966
- "docComment": "",
59220
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
59221
+ "docComment": "/**\n * default: 60\n */\n",
58967
59222
  "excerptTokens": [
58968
59223
  {
58969
59224
  "kind": "Content",
58970
- "text": "lookAtEntity?: "
59225
+ "text": "fov?: "
58971
59226
  },
58972
59227
  {
58973
59228
  "kind": "Content",
@@ -58981,193 +59236,24 @@
58981
59236
  "isReadonly": false,
58982
59237
  "isOptional": true,
58983
59238
  "releaseTag": "Public",
58984
- "name": "lookAtEntity",
59239
+ "name": "fov",
58985
59240
  "propertyTypeTokenRange": {
58986
59241
  "startIndex": 1,
58987
59242
  "endIndex": 2
58988
59243
  }
58989
- }
58990
- ],
58991
- "extendsTokenRanges": []
58992
- },
58993
- {
58994
- "kind": "Namespace",
58995
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera:namespace",
58996
- "docComment": "/**\n * @public\n */\n",
58997
- "excerptTokens": [
58998
- {
58999
- "kind": "Content",
59000
- "text": "export declare namespace PBVirtualCamera "
59001
- }
59002
- ],
59003
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts",
59004
- "releaseTag": "Public",
59005
- "name": "PBVirtualCamera",
59006
- "preserveMemberOrder": false,
59007
- "members": [
59008
- {
59009
- "kind": "Function",
59010
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera.decode:function(1)",
59011
- "docComment": "",
59012
- "excerptTokens": [
59013
- {
59014
- "kind": "Content",
59015
- "text": "function decode(input: "
59016
- },
59017
- {
59018
- "kind": "Reference",
59019
- "text": "_m0.Reader",
59020
- "canonicalReference": "protobufjs!Reader:class"
59021
- },
59022
- {
59023
- "kind": "Content",
59024
- "text": " | "
59025
- },
59026
- {
59027
- "kind": "Reference",
59028
- "text": "Uint8Array",
59029
- "canonicalReference": "!Uint8Array:interface"
59030
- },
59031
- {
59032
- "kind": "Content",
59033
- "text": ", length?: "
59034
- },
59035
- {
59036
- "kind": "Content",
59037
- "text": "number"
59038
- },
59039
- {
59040
- "kind": "Content",
59041
- "text": "): "
59042
- },
59043
- {
59044
- "kind": "Reference",
59045
- "text": "PBVirtualCamera",
59046
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface"
59047
- },
59048
- {
59049
- "kind": "Content",
59050
- "text": ";"
59051
- }
59052
- ],
59053
- "returnTypeTokenRange": {
59054
- "startIndex": 7,
59055
- "endIndex": 8
59056
- },
59057
- "releaseTag": "Public",
59058
- "overloadIndex": 1,
59059
- "parameters": [
59060
- {
59061
- "parameterName": "input",
59062
- "parameterTypeTokenRange": {
59063
- "startIndex": 1,
59064
- "endIndex": 4
59065
- },
59066
- "isOptional": false
59067
- },
59068
- {
59069
- "parameterName": "length",
59070
- "parameterTypeTokenRange": {
59071
- "startIndex": 5,
59072
- "endIndex": 6
59073
- },
59074
- "isOptional": true
59075
- }
59076
- ],
59077
- "name": "decode"
59078
59244
  },
59079
- {
59080
- "kind": "Function",
59081
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera.encode:function(1)",
59082
- "docComment": "",
59083
- "excerptTokens": [
59084
- {
59085
- "kind": "Content",
59086
- "text": "function encode(message: "
59087
- },
59088
- {
59089
- "kind": "Reference",
59090
- "text": "PBVirtualCamera",
59091
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface"
59092
- },
59093
- {
59094
- "kind": "Content",
59095
- "text": ", writer?: "
59096
- },
59097
- {
59098
- "kind": "Reference",
59099
- "text": "_m0.Writer",
59100
- "canonicalReference": "protobufjs!Writer:class"
59101
- },
59102
- {
59103
- "kind": "Content",
59104
- "text": "): "
59105
- },
59106
- {
59107
- "kind": "Reference",
59108
- "text": "_m0.Writer",
59109
- "canonicalReference": "protobufjs!Writer:class"
59110
- },
59111
- {
59112
- "kind": "Content",
59113
- "text": ";"
59114
- }
59115
- ],
59116
- "returnTypeTokenRange": {
59117
- "startIndex": 5,
59118
- "endIndex": 6
59119
- },
59120
- "releaseTag": "Public",
59121
- "overloadIndex": 1,
59122
- "parameters": [
59123
- {
59124
- "parameterName": "message",
59125
- "parameterTypeTokenRange": {
59126
- "startIndex": 1,
59127
- "endIndex": 2
59128
- },
59129
- "isOptional": false
59130
- },
59131
- {
59132
- "parameterName": "writer",
59133
- "parameterTypeTokenRange": {
59134
- "startIndex": 3,
59135
- "endIndex": 4
59136
- },
59137
- "isOptional": true
59138
- }
59139
- ],
59140
- "name": "encode"
59141
- }
59142
- ]
59143
- },
59144
- {
59145
- "kind": "Interface",
59146
- "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent:interface",
59147
- "docComment": "/**\n * @public\n */\n",
59148
- "excerptTokens": [
59149
- {
59150
- "kind": "Content",
59151
- "text": "export interface PBVisibilityComponent "
59152
- }
59153
- ],
59154
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/visibility_component.gen.d.ts",
59155
- "releaseTag": "Public",
59156
- "name": "PBVisibilityComponent",
59157
- "preserveMemberOrder": false,
59158
- "members": [
59159
59245
  {
59160
59246
  "kind": "PropertySignature",
59161
- "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent#visible:member",
59162
- "docComment": "/**\n * default=true\n */\n",
59247
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
59248
+ "docComment": "",
59163
59249
  "excerptTokens": [
59164
59250
  {
59165
59251
  "kind": "Content",
59166
- "text": "visible?: "
59252
+ "text": "lookAtEntity?: "
59167
59253
  },
59168
59254
  {
59169
59255
  "kind": "Content",
59170
- "text": "boolean | undefined"
59256
+ "text": "number | undefined"
59171
59257
  },
59172
59258
  {
59173
59259
  "kind": "Content",
@@ -59177,7 +59263,7 @@
59177
59263
  "isReadonly": false,
59178
59264
  "isOptional": true,
59179
59265
  "releaseTag": "Public",
59180
- "name": "visible",
59266
+ "name": "lookAtEntity",
59181
59267
  "propertyTypeTokenRange": {
59182
59268
  "startIndex": 1,
59183
59269
  "endIndex": 2
@@ -59188,22 +59274,218 @@
59188
59274
  },
59189
59275
  {
59190
59276
  "kind": "Namespace",
59191
- "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent:namespace",
59277
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera:namespace",
59192
59278
  "docComment": "/**\n * @public\n */\n",
59193
59279
  "excerptTokens": [
59194
59280
  {
59195
59281
  "kind": "Content",
59196
- "text": "export declare namespace PBVisibilityComponent "
59282
+ "text": "export declare namespace PBVirtualCamera "
59197
59283
  }
59198
59284
  ],
59199
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/visibility_component.gen.d.ts",
59285
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts",
59200
59286
  "releaseTag": "Public",
59201
- "name": "PBVisibilityComponent",
59287
+ "name": "PBVirtualCamera",
59202
59288
  "preserveMemberOrder": false,
59203
59289
  "members": [
59204
59290
  {
59205
59291
  "kind": "Function",
59206
- "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent.decode:function(1)",
59292
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera.decode:function(1)",
59293
+ "docComment": "",
59294
+ "excerptTokens": [
59295
+ {
59296
+ "kind": "Content",
59297
+ "text": "function decode(input: "
59298
+ },
59299
+ {
59300
+ "kind": "Reference",
59301
+ "text": "_m0.Reader",
59302
+ "canonicalReference": "protobufjs!Reader:class"
59303
+ },
59304
+ {
59305
+ "kind": "Content",
59306
+ "text": " | "
59307
+ },
59308
+ {
59309
+ "kind": "Reference",
59310
+ "text": "Uint8Array",
59311
+ "canonicalReference": "!Uint8Array:interface"
59312
+ },
59313
+ {
59314
+ "kind": "Content",
59315
+ "text": ", length?: "
59316
+ },
59317
+ {
59318
+ "kind": "Content",
59319
+ "text": "number"
59320
+ },
59321
+ {
59322
+ "kind": "Content",
59323
+ "text": "): "
59324
+ },
59325
+ {
59326
+ "kind": "Reference",
59327
+ "text": "PBVirtualCamera",
59328
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface"
59329
+ },
59330
+ {
59331
+ "kind": "Content",
59332
+ "text": ";"
59333
+ }
59334
+ ],
59335
+ "returnTypeTokenRange": {
59336
+ "startIndex": 7,
59337
+ "endIndex": 8
59338
+ },
59339
+ "releaseTag": "Public",
59340
+ "overloadIndex": 1,
59341
+ "parameters": [
59342
+ {
59343
+ "parameterName": "input",
59344
+ "parameterTypeTokenRange": {
59345
+ "startIndex": 1,
59346
+ "endIndex": 4
59347
+ },
59348
+ "isOptional": false
59349
+ },
59350
+ {
59351
+ "parameterName": "length",
59352
+ "parameterTypeTokenRange": {
59353
+ "startIndex": 5,
59354
+ "endIndex": 6
59355
+ },
59356
+ "isOptional": true
59357
+ }
59358
+ ],
59359
+ "name": "decode"
59360
+ },
59361
+ {
59362
+ "kind": "Function",
59363
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera.encode:function(1)",
59364
+ "docComment": "",
59365
+ "excerptTokens": [
59366
+ {
59367
+ "kind": "Content",
59368
+ "text": "function encode(message: "
59369
+ },
59370
+ {
59371
+ "kind": "Reference",
59372
+ "text": "PBVirtualCamera",
59373
+ "canonicalReference": "@dcl/playground-assets!PBVirtualCamera:interface"
59374
+ },
59375
+ {
59376
+ "kind": "Content",
59377
+ "text": ", writer?: "
59378
+ },
59379
+ {
59380
+ "kind": "Reference",
59381
+ "text": "_m0.Writer",
59382
+ "canonicalReference": "protobufjs!Writer:class"
59383
+ },
59384
+ {
59385
+ "kind": "Content",
59386
+ "text": "): "
59387
+ },
59388
+ {
59389
+ "kind": "Reference",
59390
+ "text": "_m0.Writer",
59391
+ "canonicalReference": "protobufjs!Writer:class"
59392
+ },
59393
+ {
59394
+ "kind": "Content",
59395
+ "text": ";"
59396
+ }
59397
+ ],
59398
+ "returnTypeTokenRange": {
59399
+ "startIndex": 5,
59400
+ "endIndex": 6
59401
+ },
59402
+ "releaseTag": "Public",
59403
+ "overloadIndex": 1,
59404
+ "parameters": [
59405
+ {
59406
+ "parameterName": "message",
59407
+ "parameterTypeTokenRange": {
59408
+ "startIndex": 1,
59409
+ "endIndex": 2
59410
+ },
59411
+ "isOptional": false
59412
+ },
59413
+ {
59414
+ "parameterName": "writer",
59415
+ "parameterTypeTokenRange": {
59416
+ "startIndex": 3,
59417
+ "endIndex": 4
59418
+ },
59419
+ "isOptional": true
59420
+ }
59421
+ ],
59422
+ "name": "encode"
59423
+ }
59424
+ ]
59425
+ },
59426
+ {
59427
+ "kind": "Interface",
59428
+ "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent:interface",
59429
+ "docComment": "/**\n * @public\n */\n",
59430
+ "excerptTokens": [
59431
+ {
59432
+ "kind": "Content",
59433
+ "text": "export interface PBVisibilityComponent "
59434
+ }
59435
+ ],
59436
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/visibility_component.gen.d.ts",
59437
+ "releaseTag": "Public",
59438
+ "name": "PBVisibilityComponent",
59439
+ "preserveMemberOrder": false,
59440
+ "members": [
59441
+ {
59442
+ "kind": "PropertySignature",
59443
+ "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent#visible:member",
59444
+ "docComment": "/**\n * default=true\n */\n",
59445
+ "excerptTokens": [
59446
+ {
59447
+ "kind": "Content",
59448
+ "text": "visible?: "
59449
+ },
59450
+ {
59451
+ "kind": "Content",
59452
+ "text": "boolean | undefined"
59453
+ },
59454
+ {
59455
+ "kind": "Content",
59456
+ "text": ";"
59457
+ }
59458
+ ],
59459
+ "isReadonly": false,
59460
+ "isOptional": true,
59461
+ "releaseTag": "Public",
59462
+ "name": "visible",
59463
+ "propertyTypeTokenRange": {
59464
+ "startIndex": 1,
59465
+ "endIndex": 2
59466
+ }
59467
+ }
59468
+ ],
59469
+ "extendsTokenRanges": []
59470
+ },
59471
+ {
59472
+ "kind": "Namespace",
59473
+ "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent:namespace",
59474
+ "docComment": "/**\n * @public\n */\n",
59475
+ "excerptTokens": [
59476
+ {
59477
+ "kind": "Content",
59478
+ "text": "export declare namespace PBVisibilityComponent "
59479
+ }
59480
+ ],
59481
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/visibility_component.gen.d.ts",
59482
+ "releaseTag": "Public",
59483
+ "name": "PBVisibilityComponent",
59484
+ "preserveMemberOrder": false,
59485
+ "members": [
59486
+ {
59487
+ "kind": "Function",
59488
+ "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent.decode:function(1)",
59207
59489
  "docComment": "",
59208
59490
  "excerptTokens": [
59209
59491
  {
@@ -67919,70 +68201,123 @@
67919
68201
  ]
67920
68202
  },
67921
68203
  {
67922
- "kind": "TypeAlias",
67923
- "canonicalReference": "@dcl/playground-assets!RPCSendableMessage:type",
67924
- "docComment": "",
68204
+ "kind": "Interface",
68205
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous:interface",
68206
+ "docComment": "/**\n * @public\n */\n",
67925
68207
  "excerptTokens": [
67926
68208
  {
67927
68209
  "kind": "Content",
67928
- "text": "export type RPCSendableMessage = "
67929
- },
68210
+ "text": "export interface RotateContinuous "
68211
+ }
68212
+ ],
68213
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
68214
+ "releaseTag": "Public",
68215
+ "name": "RotateContinuous",
68216
+ "preserveMemberOrder": false,
68217
+ "members": [
67930
68218
  {
67931
- "kind": "Content",
67932
- "text": "{\n jsonrpc: '2.0';\n id: number;\n method: string;\n params: any[];\n}"
68219
+ "kind": "PropertySignature",
68220
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous#direction:member",
68221
+ "docComment": "",
68222
+ "excerptTokens": [
68223
+ {
68224
+ "kind": "Content",
68225
+ "text": "direction: "
68226
+ },
68227
+ {
68228
+ "kind": "Reference",
68229
+ "text": "Quaternion",
68230
+ "canonicalReference": "@dcl/playground-assets!Quaternion"
68231
+ },
68232
+ {
68233
+ "kind": "Content",
68234
+ "text": " | undefined"
68235
+ },
68236
+ {
68237
+ "kind": "Content",
68238
+ "text": ";"
68239
+ }
68240
+ ],
68241
+ "isReadonly": false,
68242
+ "isOptional": false,
68243
+ "releaseTag": "Public",
68244
+ "name": "direction",
68245
+ "propertyTypeTokenRange": {
68246
+ "startIndex": 1,
68247
+ "endIndex": 3
68248
+ }
67933
68249
  },
67934
68250
  {
67935
- "kind": "Content",
67936
- "text": ";"
68251
+ "kind": "PropertySignature",
68252
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous#speed:member",
68253
+ "docComment": "",
68254
+ "excerptTokens": [
68255
+ {
68256
+ "kind": "Content",
68257
+ "text": "speed: "
68258
+ },
68259
+ {
68260
+ "kind": "Content",
68261
+ "text": "number"
68262
+ },
68263
+ {
68264
+ "kind": "Content",
68265
+ "text": ";"
68266
+ }
68267
+ ],
68268
+ "isReadonly": false,
68269
+ "isOptional": false,
68270
+ "releaseTag": "Public",
68271
+ "name": "speed",
68272
+ "propertyTypeTokenRange": {
68273
+ "startIndex": 1,
68274
+ "endIndex": 2
68275
+ }
67937
68276
  }
67938
68277
  ],
67939
- "fileUrlPath": "../sdk/internal/provider.d.ts",
67940
- "releaseTag": "Public",
67941
- "name": "RPCSendableMessage",
67942
- "typeTokenRange": {
67943
- "startIndex": 1,
67944
- "endIndex": 2
67945
- }
68278
+ "extendsTokenRanges": []
67946
68279
  },
67947
68280
  {
67948
68281
  "kind": "Namespace",
67949
- "canonicalReference": "@dcl/playground-assets!Scalar:namespace",
67950
- "docComment": "/**\n * Scalar computation library\n *\n * @public\n */\n",
68282
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous:namespace",
68283
+ "docComment": "/**\n * @public\n */\n",
67951
68284
  "excerptTokens": [
67952
68285
  {
67953
68286
  "kind": "Content",
67954
- "text": "export declare namespace Scalar "
68287
+ "text": "export declare namespace RotateContinuous "
67955
68288
  }
67956
68289
  ],
67957
- "fileUrlPath": "../sdk/node_modules/@dcl/ecs-math/dist/Scalar.d.ts",
68290
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
67958
68291
  "releaseTag": "Public",
67959
- "name": "Scalar",
68292
+ "name": "RotateContinuous",
67960
68293
  "preserveMemberOrder": false,
67961
68294
  "members": [
67962
68295
  {
67963
68296
  "kind": "Function",
67964
- "canonicalReference": "@dcl/playground-assets!Scalar.clamp:function(1)",
67965
- "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",
68297
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous.decode:function(1)",
68298
+ "docComment": "",
67966
68299
  "excerptTokens": [
67967
68300
  {
67968
68301
  "kind": "Content",
67969
- "text": "function clamp(value: "
68302
+ "text": "function decode(input: "
67970
68303
  },
67971
68304
  {
67972
- "kind": "Content",
67973
- "text": "number"
68305
+ "kind": "Reference",
68306
+ "text": "_m0.Reader",
68307
+ "canonicalReference": "protobufjs!Reader:class"
67974
68308
  },
67975
68309
  {
67976
68310
  "kind": "Content",
67977
- "text": ", min?: "
68311
+ "text": " | "
67978
68312
  },
67979
68313
  {
67980
- "kind": "Content",
67981
- "text": "number"
68314
+ "kind": "Reference",
68315
+ "text": "Uint8Array",
68316
+ "canonicalReference": "!Uint8Array:interface"
67982
68317
  },
67983
68318
  {
67984
68319
  "kind": "Content",
67985
- "text": ", max?: "
68320
+ "text": ", length?: "
67986
68321
  },
67987
68322
  {
67988
68323
  "kind": "Content",
@@ -67993,8 +68328,9 @@
67993
68328
  "text": "): "
67994
68329
  },
67995
68330
  {
67996
- "kind": "Content",
67997
- "text": "number"
68331
+ "kind": "Reference",
68332
+ "text": "RotateContinuous",
68333
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous:interface"
67998
68334
  },
67999
68335
  {
68000
68336
  "kind": "Content",
@@ -68009,23 +68345,15 @@
68009
68345
  "overloadIndex": 1,
68010
68346
  "parameters": [
68011
68347
  {
68012
- "parameterName": "value",
68348
+ "parameterName": "input",
68013
68349
  "parameterTypeTokenRange": {
68014
68350
  "startIndex": 1,
68015
- "endIndex": 2
68016
- },
68017
- "isOptional": false
68018
- },
68019
- {
68020
- "parameterName": "min",
68021
- "parameterTypeTokenRange": {
68022
- "startIndex": 3,
68023
68351
  "endIndex": 4
68024
68352
  },
68025
- "isOptional": true
68353
+ "isOptional": false
68026
68354
  },
68027
68355
  {
68028
- "parameterName": "max",
68356
+ "parameterName": "length",
68029
68357
  "parameterTypeTokenRange": {
68030
68358
  "startIndex": 5,
68031
68359
  "endIndex": 6
@@ -68033,36 +68361,39 @@
68033
68361
  "isOptional": true
68034
68362
  }
68035
68363
  ],
68036
- "name": "clamp"
68364
+ "name": "decode"
68037
68365
  },
68038
68366
  {
68039
68367
  "kind": "Function",
68040
- "canonicalReference": "@dcl/playground-assets!Scalar.deltaAngle:function(1)",
68041
- "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",
68368
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous.encode:function(1)",
68369
+ "docComment": "",
68042
68370
  "excerptTokens": [
68043
68371
  {
68044
68372
  "kind": "Content",
68045
- "text": "function deltaAngle(current: "
68373
+ "text": "function encode(message: "
68046
68374
  },
68047
68375
  {
68048
- "kind": "Content",
68049
- "text": "number"
68376
+ "kind": "Reference",
68377
+ "text": "RotateContinuous",
68378
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous:interface"
68050
68379
  },
68051
68380
  {
68052
68381
  "kind": "Content",
68053
- "text": ", target: "
68382
+ "text": ", writer?: "
68054
68383
  },
68055
68384
  {
68056
- "kind": "Content",
68057
- "text": "number"
68385
+ "kind": "Reference",
68386
+ "text": "_m0.Writer",
68387
+ "canonicalReference": "protobufjs!Writer:class"
68058
68388
  },
68059
68389
  {
68060
68390
  "kind": "Content",
68061
68391
  "text": "): "
68062
68392
  },
68063
68393
  {
68064
- "kind": "Content",
68065
- "text": "number"
68394
+ "kind": "Reference",
68395
+ "text": "_m0.Writer",
68396
+ "canonicalReference": "protobufjs!Writer:class"
68066
68397
  },
68067
68398
  {
68068
68399
  "kind": "Content",
@@ -68077,7 +68408,7 @@
68077
68408
  "overloadIndex": 1,
68078
68409
  "parameters": [
68079
68410
  {
68080
- "parameterName": "current",
68411
+ "parameterName": "message",
68081
68412
  "parameterTypeTokenRange": {
68082
68413
  "startIndex": 1,
68083
68414
  "endIndex": 2
@@ -68085,24 +68416,67 @@
68085
68416
  "isOptional": false
68086
68417
  },
68087
68418
  {
68088
- "parameterName": "target",
68419
+ "parameterName": "writer",
68089
68420
  "parameterTypeTokenRange": {
68090
68421
  "startIndex": 3,
68091
68422
  "endIndex": 4
68092
68423
  },
68093
- "isOptional": false
68424
+ "isOptional": true
68094
68425
  }
68095
68426
  ],
68096
- "name": "deltaAngle"
68427
+ "name": "encode"
68428
+ }
68429
+ ]
68430
+ },
68431
+ {
68432
+ "kind": "TypeAlias",
68433
+ "canonicalReference": "@dcl/playground-assets!RPCSendableMessage:type",
68434
+ "docComment": "",
68435
+ "excerptTokens": [
68436
+ {
68437
+ "kind": "Content",
68438
+ "text": "export type RPCSendableMessage = "
68097
68439
  },
68440
+ {
68441
+ "kind": "Content",
68442
+ "text": "{\n jsonrpc: '2.0';\n id: number;\n method: string;\n params: any[];\n}"
68443
+ },
68444
+ {
68445
+ "kind": "Content",
68446
+ "text": ";"
68447
+ }
68448
+ ],
68449
+ "fileUrlPath": "../sdk/internal/provider.d.ts",
68450
+ "releaseTag": "Public",
68451
+ "name": "RPCSendableMessage",
68452
+ "typeTokenRange": {
68453
+ "startIndex": 1,
68454
+ "endIndex": 2
68455
+ }
68456
+ },
68457
+ {
68458
+ "kind": "Namespace",
68459
+ "canonicalReference": "@dcl/playground-assets!Scalar:namespace",
68460
+ "docComment": "/**\n * Scalar computation library\n *\n * @public\n */\n",
68461
+ "excerptTokens": [
68462
+ {
68463
+ "kind": "Content",
68464
+ "text": "export declare namespace Scalar "
68465
+ }
68466
+ ],
68467
+ "fileUrlPath": "../sdk/node_modules/@dcl/ecs-math/dist/Scalar.d.ts",
68468
+ "releaseTag": "Public",
68469
+ "name": "Scalar",
68470
+ "preserveMemberOrder": false,
68471
+ "members": [
68098
68472
  {
68099
68473
  "kind": "Function",
68100
- "canonicalReference": "@dcl/playground-assets!Scalar.denormalize:function(1)",
68101
- "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",
68474
+ "canonicalReference": "@dcl/playground-assets!Scalar.clamp:function(1)",
68475
+ "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
68476
  "excerptTokens": [
68103
68477
  {
68104
68478
  "kind": "Content",
68105
- "text": "function denormalize(normalized: "
68479
+ "text": "function clamp(value: "
68106
68480
  },
68107
68481
  {
68108
68482
  "kind": "Content",
@@ -68110,7 +68484,7 @@
68110
68484
  },
68111
68485
  {
68112
68486
  "kind": "Content",
68113
- "text": ", min: "
68487
+ "text": ", min?: "
68114
68488
  },
68115
68489
  {
68116
68490
  "kind": "Content",
@@ -68118,7 +68492,143 @@
68118
68492
  },
68119
68493
  {
68120
68494
  "kind": "Content",
68121
- "text": ", max: "
68495
+ "text": ", max?: "
68496
+ },
68497
+ {
68498
+ "kind": "Content",
68499
+ "text": "number"
68500
+ },
68501
+ {
68502
+ "kind": "Content",
68503
+ "text": "): "
68504
+ },
68505
+ {
68506
+ "kind": "Content",
68507
+ "text": "number"
68508
+ },
68509
+ {
68510
+ "kind": "Content",
68511
+ "text": ";"
68512
+ }
68513
+ ],
68514
+ "returnTypeTokenRange": {
68515
+ "startIndex": 7,
68516
+ "endIndex": 8
68517
+ },
68518
+ "releaseTag": "Public",
68519
+ "overloadIndex": 1,
68520
+ "parameters": [
68521
+ {
68522
+ "parameterName": "value",
68523
+ "parameterTypeTokenRange": {
68524
+ "startIndex": 1,
68525
+ "endIndex": 2
68526
+ },
68527
+ "isOptional": false
68528
+ },
68529
+ {
68530
+ "parameterName": "min",
68531
+ "parameterTypeTokenRange": {
68532
+ "startIndex": 3,
68533
+ "endIndex": 4
68534
+ },
68535
+ "isOptional": true
68536
+ },
68537
+ {
68538
+ "parameterName": "max",
68539
+ "parameterTypeTokenRange": {
68540
+ "startIndex": 5,
68541
+ "endIndex": 6
68542
+ },
68543
+ "isOptional": true
68544
+ }
68545
+ ],
68546
+ "name": "clamp"
68547
+ },
68548
+ {
68549
+ "kind": "Function",
68550
+ "canonicalReference": "@dcl/playground-assets!Scalar.deltaAngle:function(1)",
68551
+ "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",
68552
+ "excerptTokens": [
68553
+ {
68554
+ "kind": "Content",
68555
+ "text": "function deltaAngle(current: "
68556
+ },
68557
+ {
68558
+ "kind": "Content",
68559
+ "text": "number"
68560
+ },
68561
+ {
68562
+ "kind": "Content",
68563
+ "text": ", target: "
68564
+ },
68565
+ {
68566
+ "kind": "Content",
68567
+ "text": "number"
68568
+ },
68569
+ {
68570
+ "kind": "Content",
68571
+ "text": "): "
68572
+ },
68573
+ {
68574
+ "kind": "Content",
68575
+ "text": "number"
68576
+ },
68577
+ {
68578
+ "kind": "Content",
68579
+ "text": ";"
68580
+ }
68581
+ ],
68582
+ "returnTypeTokenRange": {
68583
+ "startIndex": 5,
68584
+ "endIndex": 6
68585
+ },
68586
+ "releaseTag": "Public",
68587
+ "overloadIndex": 1,
68588
+ "parameters": [
68589
+ {
68590
+ "parameterName": "current",
68591
+ "parameterTypeTokenRange": {
68592
+ "startIndex": 1,
68593
+ "endIndex": 2
68594
+ },
68595
+ "isOptional": false
68596
+ },
68597
+ {
68598
+ "parameterName": "target",
68599
+ "parameterTypeTokenRange": {
68600
+ "startIndex": 3,
68601
+ "endIndex": 4
68602
+ },
68603
+ "isOptional": false
68604
+ }
68605
+ ],
68606
+ "name": "deltaAngle"
68607
+ },
68608
+ {
68609
+ "kind": "Function",
68610
+ "canonicalReference": "@dcl/playground-assets!Scalar.denormalize:function(1)",
68611
+ "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",
68612
+ "excerptTokens": [
68613
+ {
68614
+ "kind": "Content",
68615
+ "text": "function denormalize(normalized: "
68616
+ },
68617
+ {
68618
+ "kind": "Content",
68619
+ "text": "number"
68620
+ },
68621
+ {
68622
+ "kind": "Content",
68623
+ "text": ", min: "
68624
+ },
68625
+ {
68626
+ "kind": "Content",
68627
+ "text": "number"
68628
+ },
68629
+ {
68630
+ "kind": "Content",
68631
+ "text": ", max: "
68122
68632
  },
68123
68633
  {
68124
68634
  "kind": "Content",
@@ -72590,118 +73100,96 @@
72590
73100
  ]
72591
73101
  },
72592
73102
  {
72593
- "kind": "Enum",
72594
- "canonicalReference": "@dcl/playground-assets!TextureMovementType:enum",
73103
+ "kind": "Interface",
73104
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface",
72595
73105
  "docComment": "/**\n * @public\n */\n",
72596
73106
  "excerptTokens": [
72597
73107
  {
72598
73108
  "kind": "Content",
72599
- "text": "export declare const enum TextureMovementType "
73109
+ "text": "export interface TextureMoveContinuous "
72600
73110
  }
72601
73111
  ],
72602
73112
  "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
72603
73113
  "releaseTag": "Public",
72604
- "name": "TextureMovementType",
73114
+ "name": "TextureMoveContinuous",
72605
73115
  "preserveMemberOrder": false,
72606
73116
  "members": [
72607
73117
  {
72608
- "kind": "EnumMember",
72609
- "canonicalReference": "@dcl/playground-assets!TextureMovementType.TMT_OFFSET:member",
72610
- "docComment": "/**\n * TMT_OFFSET - default = TextureMovementType.TMT_OFFSET\n */\n",
73118
+ "kind": "PropertySignature",
73119
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous#direction:member",
73120
+ "docComment": "",
72611
73121
  "excerptTokens": [
72612
73122
  {
72613
73123
  "kind": "Content",
72614
- "text": "TMT_OFFSET = "
73124
+ "text": "direction: "
72615
73125
  },
72616
73126
  {
72617
- "kind": "Content",
72618
- "text": "0"
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": [
73127
+ "kind": "Reference",
73128
+ "text": "Vector2",
73129
+ "canonicalReference": "@dcl/playground-assets!Vector2"
73130
+ },
72633
73131
  {
72634
73132
  "kind": "Content",
72635
- "text": "TMT_TILING = "
73133
+ "text": " | undefined"
72636
73134
  },
72637
73135
  {
72638
73136
  "kind": "Content",
72639
- "text": "1"
73137
+ "text": ";"
72640
73138
  }
72641
73139
  ],
72642
- "initializerTokenRange": {
72643
- "startIndex": 1,
72644
- "endIndex": 2
72645
- },
73140
+ "isReadonly": false,
73141
+ "isOptional": false,
72646
73142
  "releaseTag": "Public",
72647
- "name": "TMT_TILING"
72648
- }
72649
- ]
72650
- },
72651
- {
72652
- "kind": "Interface",
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": [
73143
+ "name": "direction",
73144
+ "propertyTypeTokenRange": {
73145
+ "startIndex": 1,
73146
+ "endIndex": 3
73147
+ }
73148
+ },
72666
73149
  {
72667
73150
  "kind": "PropertySignature",
72668
- "canonicalReference": "@dcl/playground-assets!TextureUnion#tex:member",
72669
- "docComment": "",
73151
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous#movementType:member",
73152
+ "docComment": "/**\n * default = TextureMovementType.TMT_OFFSET\n */\n",
72670
73153
  "excerptTokens": [
72671
73154
  {
72672
73155
  "kind": "Content",
72673
- "text": "tex?: "
72674
- },
72675
- {
72676
- "kind": "Content",
72677
- "text": "{\n $case: \"texture\";\n texture: "
73156
+ "text": "movementType?: "
72678
73157
  },
72679
73158
  {
72680
73159
  "kind": "Reference",
72681
- "text": "Texture",
72682
- "canonicalReference": "@dcl/playground-assets!Texture:interface"
73160
+ "text": "TextureMovementType",
73161
+ "canonicalReference": "@dcl/playground-assets!TextureMovementType:enum"
72683
73162
  },
72684
73163
  {
72685
73164
  "kind": "Content",
72686
- "text": ";\n } | {\n $case: \"avatarTexture\";\n avatarTexture: "
72687
- },
72688
- {
72689
- "kind": "Reference",
72690
- "text": "AvatarTexture",
72691
- "canonicalReference": "@dcl/playground-assets!AvatarTexture:interface"
73165
+ "text": " | undefined"
72692
73166
  },
72693
73167
  {
72694
73168
  "kind": "Content",
72695
- "text": ";\n } | {\n $case: \"videoTexture\";\n videoTexture: "
72696
- },
73169
+ "text": ";"
73170
+ }
73171
+ ],
73172
+ "isReadonly": false,
73173
+ "isOptional": true,
73174
+ "releaseTag": "Public",
73175
+ "name": "movementType",
73176
+ "propertyTypeTokenRange": {
73177
+ "startIndex": 1,
73178
+ "endIndex": 3
73179
+ }
73180
+ },
73181
+ {
73182
+ "kind": "PropertySignature",
73183
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous#speed:member",
73184
+ "docComment": "",
73185
+ "excerptTokens": [
72697
73186
  {
72698
- "kind": "Reference",
72699
- "text": "VideoTexture",
72700
- "canonicalReference": "@dcl/playground-assets!VideoTexture:interface"
73187
+ "kind": "Content",
73188
+ "text": "speed: "
72701
73189
  },
72702
73190
  {
72703
73191
  "kind": "Content",
72704
- "text": ";\n } | undefined"
73192
+ "text": "number"
72705
73193
  },
72706
73194
  {
72707
73195
  "kind": "Content",
@@ -72709,12 +73197,12 @@
72709
73197
  }
72710
73198
  ],
72711
73199
  "isReadonly": false,
72712
- "isOptional": true,
73200
+ "isOptional": false,
72713
73201
  "releaseTag": "Public",
72714
- "name": "tex",
73202
+ "name": "speed",
72715
73203
  "propertyTypeTokenRange": {
72716
73204
  "startIndex": 1,
72717
- "endIndex": 8
73205
+ "endIndex": 2
72718
73206
  }
72719
73207
  }
72720
73208
  ],
@@ -72722,22 +73210,304 @@
72722
73210
  },
72723
73211
  {
72724
73212
  "kind": "Namespace",
72725
- "canonicalReference": "@dcl/playground-assets!TextureUnion:namespace",
73213
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:namespace",
72726
73214
  "docComment": "/**\n * @public\n */\n",
72727
73215
  "excerptTokens": [
72728
73216
  {
72729
73217
  "kind": "Content",
72730
- "text": "export declare namespace TextureUnion "
73218
+ "text": "export declare namespace TextureMoveContinuous "
72731
73219
  }
72732
73220
  ],
72733
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/texture.gen.d.ts",
73221
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
72734
73222
  "releaseTag": "Public",
72735
- "name": "TextureUnion",
73223
+ "name": "TextureMoveContinuous",
72736
73224
  "preserveMemberOrder": false,
72737
73225
  "members": [
72738
73226
  {
72739
73227
  "kind": "Function",
72740
- "canonicalReference": "@dcl/playground-assets!TextureUnion.decode:function(1)",
73228
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous.decode:function(1)",
73229
+ "docComment": "",
73230
+ "excerptTokens": [
73231
+ {
73232
+ "kind": "Content",
73233
+ "text": "function decode(input: "
73234
+ },
73235
+ {
73236
+ "kind": "Reference",
73237
+ "text": "_m0.Reader",
73238
+ "canonicalReference": "protobufjs!Reader:class"
73239
+ },
73240
+ {
73241
+ "kind": "Content",
73242
+ "text": " | "
73243
+ },
73244
+ {
73245
+ "kind": "Reference",
73246
+ "text": "Uint8Array",
73247
+ "canonicalReference": "!Uint8Array:interface"
73248
+ },
73249
+ {
73250
+ "kind": "Content",
73251
+ "text": ", length?: "
73252
+ },
73253
+ {
73254
+ "kind": "Content",
73255
+ "text": "number"
73256
+ },
73257
+ {
73258
+ "kind": "Content",
73259
+ "text": "): "
73260
+ },
73261
+ {
73262
+ "kind": "Reference",
73263
+ "text": "TextureMoveContinuous",
73264
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface"
73265
+ },
73266
+ {
73267
+ "kind": "Content",
73268
+ "text": ";"
73269
+ }
73270
+ ],
73271
+ "returnTypeTokenRange": {
73272
+ "startIndex": 7,
73273
+ "endIndex": 8
73274
+ },
73275
+ "releaseTag": "Public",
73276
+ "overloadIndex": 1,
73277
+ "parameters": [
73278
+ {
73279
+ "parameterName": "input",
73280
+ "parameterTypeTokenRange": {
73281
+ "startIndex": 1,
73282
+ "endIndex": 4
73283
+ },
73284
+ "isOptional": false
73285
+ },
73286
+ {
73287
+ "parameterName": "length",
73288
+ "parameterTypeTokenRange": {
73289
+ "startIndex": 5,
73290
+ "endIndex": 6
73291
+ },
73292
+ "isOptional": true
73293
+ }
73294
+ ],
73295
+ "name": "decode"
73296
+ },
73297
+ {
73298
+ "kind": "Function",
73299
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous.encode:function(1)",
73300
+ "docComment": "",
73301
+ "excerptTokens": [
73302
+ {
73303
+ "kind": "Content",
73304
+ "text": "function encode(message: "
73305
+ },
73306
+ {
73307
+ "kind": "Reference",
73308
+ "text": "TextureMoveContinuous",
73309
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous:interface"
73310
+ },
73311
+ {
73312
+ "kind": "Content",
73313
+ "text": ", writer?: "
73314
+ },
73315
+ {
73316
+ "kind": "Reference",
73317
+ "text": "_m0.Writer",
73318
+ "canonicalReference": "protobufjs!Writer:class"
73319
+ },
73320
+ {
73321
+ "kind": "Content",
73322
+ "text": "): "
73323
+ },
73324
+ {
73325
+ "kind": "Reference",
73326
+ "text": "_m0.Writer",
73327
+ "canonicalReference": "protobufjs!Writer:class"
73328
+ },
73329
+ {
73330
+ "kind": "Content",
73331
+ "text": ";"
73332
+ }
73333
+ ],
73334
+ "returnTypeTokenRange": {
73335
+ "startIndex": 5,
73336
+ "endIndex": 6
73337
+ },
73338
+ "releaseTag": "Public",
73339
+ "overloadIndex": 1,
73340
+ "parameters": [
73341
+ {
73342
+ "parameterName": "message",
73343
+ "parameterTypeTokenRange": {
73344
+ "startIndex": 1,
73345
+ "endIndex": 2
73346
+ },
73347
+ "isOptional": false
73348
+ },
73349
+ {
73350
+ "parameterName": "writer",
73351
+ "parameterTypeTokenRange": {
73352
+ "startIndex": 3,
73353
+ "endIndex": 4
73354
+ },
73355
+ "isOptional": true
73356
+ }
73357
+ ],
73358
+ "name": "encode"
73359
+ }
73360
+ ]
73361
+ },
73362
+ {
73363
+ "kind": "Enum",
73364
+ "canonicalReference": "@dcl/playground-assets!TextureMovementType:enum",
73365
+ "docComment": "/**\n * @public\n */\n",
73366
+ "excerptTokens": [
73367
+ {
73368
+ "kind": "Content",
73369
+ "text": "export declare const enum TextureMovementType "
73370
+ }
73371
+ ],
73372
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/tween.gen.d.ts",
73373
+ "releaseTag": "Public",
73374
+ "name": "TextureMovementType",
73375
+ "preserveMemberOrder": false,
73376
+ "members": [
73377
+ {
73378
+ "kind": "EnumMember",
73379
+ "canonicalReference": "@dcl/playground-assets!TextureMovementType.TMT_OFFSET:member",
73380
+ "docComment": "/**\n * TMT_OFFSET - default = TextureMovementType.TMT_OFFSET\n */\n",
73381
+ "excerptTokens": [
73382
+ {
73383
+ "kind": "Content",
73384
+ "text": "TMT_OFFSET = "
73385
+ },
73386
+ {
73387
+ "kind": "Content",
73388
+ "text": "0"
73389
+ }
73390
+ ],
73391
+ "initializerTokenRange": {
73392
+ "startIndex": 1,
73393
+ "endIndex": 2
73394
+ },
73395
+ "releaseTag": "Public",
73396
+ "name": "TMT_OFFSET"
73397
+ },
73398
+ {
73399
+ "kind": "EnumMember",
73400
+ "canonicalReference": "@dcl/playground-assets!TextureMovementType.TMT_TILING:member",
73401
+ "docComment": "",
73402
+ "excerptTokens": [
73403
+ {
73404
+ "kind": "Content",
73405
+ "text": "TMT_TILING = "
73406
+ },
73407
+ {
73408
+ "kind": "Content",
73409
+ "text": "1"
73410
+ }
73411
+ ],
73412
+ "initializerTokenRange": {
73413
+ "startIndex": 1,
73414
+ "endIndex": 2
73415
+ },
73416
+ "releaseTag": "Public",
73417
+ "name": "TMT_TILING"
73418
+ }
73419
+ ]
73420
+ },
73421
+ {
73422
+ "kind": "Interface",
73423
+ "canonicalReference": "@dcl/playground-assets!TextureUnion:interface",
73424
+ "docComment": "/**\n * @public\n */\n",
73425
+ "excerptTokens": [
73426
+ {
73427
+ "kind": "Content",
73428
+ "text": "export interface TextureUnion "
73429
+ }
73430
+ ],
73431
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/texture.gen.d.ts",
73432
+ "releaseTag": "Public",
73433
+ "name": "TextureUnion",
73434
+ "preserveMemberOrder": false,
73435
+ "members": [
73436
+ {
73437
+ "kind": "PropertySignature",
73438
+ "canonicalReference": "@dcl/playground-assets!TextureUnion#tex:member",
73439
+ "docComment": "",
73440
+ "excerptTokens": [
73441
+ {
73442
+ "kind": "Content",
73443
+ "text": "tex?: "
73444
+ },
73445
+ {
73446
+ "kind": "Content",
73447
+ "text": "{\n $case: \"texture\";\n texture: "
73448
+ },
73449
+ {
73450
+ "kind": "Reference",
73451
+ "text": "Texture",
73452
+ "canonicalReference": "@dcl/playground-assets!Texture:interface"
73453
+ },
73454
+ {
73455
+ "kind": "Content",
73456
+ "text": ";\n } | {\n $case: \"avatarTexture\";\n avatarTexture: "
73457
+ },
73458
+ {
73459
+ "kind": "Reference",
73460
+ "text": "AvatarTexture",
73461
+ "canonicalReference": "@dcl/playground-assets!AvatarTexture:interface"
73462
+ },
73463
+ {
73464
+ "kind": "Content",
73465
+ "text": ";\n } | {\n $case: \"videoTexture\";\n videoTexture: "
73466
+ },
73467
+ {
73468
+ "kind": "Reference",
73469
+ "text": "VideoTexture",
73470
+ "canonicalReference": "@dcl/playground-assets!VideoTexture:interface"
73471
+ },
73472
+ {
73473
+ "kind": "Content",
73474
+ "text": ";\n } | undefined"
73475
+ },
73476
+ {
73477
+ "kind": "Content",
73478
+ "text": ";"
73479
+ }
73480
+ ],
73481
+ "isReadonly": false,
73482
+ "isOptional": true,
73483
+ "releaseTag": "Public",
73484
+ "name": "tex",
73485
+ "propertyTypeTokenRange": {
73486
+ "startIndex": 1,
73487
+ "endIndex": 8
73488
+ }
73489
+ }
73490
+ ],
73491
+ "extendsTokenRanges": []
73492
+ },
73493
+ {
73494
+ "kind": "Namespace",
73495
+ "canonicalReference": "@dcl/playground-assets!TextureUnion:namespace",
73496
+ "docComment": "/**\n * @public\n */\n",
73497
+ "excerptTokens": [
73498
+ {
73499
+ "kind": "Content",
73500
+ "text": "export declare namespace TextureUnion "
73501
+ }
73502
+ ],
73503
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/texture.gen.d.ts",
73504
+ "releaseTag": "Public",
73505
+ "name": "TextureUnion",
73506
+ "preserveMemberOrder": false,
73507
+ "members": [
73508
+ {
73509
+ "kind": "Function",
73510
+ "canonicalReference": "@dcl/playground-assets!TextureUnion.decode:function(1)",
72741
73511
  "docComment": "",
72742
73512
  "excerptTokens": [
72743
73513
  {
@@ -74515,6 +75285,777 @@
74515
75285
  "startIndex": 1,
74516
75286
  "endIndex": 2
74517
75287
  }
75288
+ },
75289
+ {
75290
+ "kind": "MethodSignature",
75291
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setMove:member(1)",
75292
+ "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",
75293
+ "excerptTokens": [
75294
+ {
75295
+ "kind": "Content",
75296
+ "text": "setMove(entity: "
75297
+ },
75298
+ {
75299
+ "kind": "Reference",
75300
+ "text": "Entity",
75301
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75302
+ },
75303
+ {
75304
+ "kind": "Content",
75305
+ "text": ", start: "
75306
+ },
75307
+ {
75308
+ "kind": "Reference",
75309
+ "text": "Vector3",
75310
+ "canonicalReference": "@dcl/playground-assets!Vector3"
75311
+ },
75312
+ {
75313
+ "kind": "Content",
75314
+ "text": ", end: "
75315
+ },
75316
+ {
75317
+ "kind": "Reference",
75318
+ "text": "Vector3",
75319
+ "canonicalReference": "@dcl/playground-assets!Vector3"
75320
+ },
75321
+ {
75322
+ "kind": "Content",
75323
+ "text": ", duration: "
75324
+ },
75325
+ {
75326
+ "kind": "Content",
75327
+ "text": "number"
75328
+ },
75329
+ {
75330
+ "kind": "Content",
75331
+ "text": ", easingFunction?: "
75332
+ },
75333
+ {
75334
+ "kind": "Reference",
75335
+ "text": "EasingFunction",
75336
+ "canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
75337
+ },
75338
+ {
75339
+ "kind": "Content",
75340
+ "text": "): "
75341
+ },
75342
+ {
75343
+ "kind": "Content",
75344
+ "text": "void"
75345
+ },
75346
+ {
75347
+ "kind": "Content",
75348
+ "text": ";"
75349
+ }
75350
+ ],
75351
+ "isOptional": false,
75352
+ "returnTypeTokenRange": {
75353
+ "startIndex": 11,
75354
+ "endIndex": 12
75355
+ },
75356
+ "releaseTag": "Public",
75357
+ "overloadIndex": 1,
75358
+ "parameters": [
75359
+ {
75360
+ "parameterName": "entity",
75361
+ "parameterTypeTokenRange": {
75362
+ "startIndex": 1,
75363
+ "endIndex": 2
75364
+ },
75365
+ "isOptional": false
75366
+ },
75367
+ {
75368
+ "parameterName": "start",
75369
+ "parameterTypeTokenRange": {
75370
+ "startIndex": 3,
75371
+ "endIndex": 4
75372
+ },
75373
+ "isOptional": false
75374
+ },
75375
+ {
75376
+ "parameterName": "end",
75377
+ "parameterTypeTokenRange": {
75378
+ "startIndex": 5,
75379
+ "endIndex": 6
75380
+ },
75381
+ "isOptional": false
75382
+ },
75383
+ {
75384
+ "parameterName": "duration",
75385
+ "parameterTypeTokenRange": {
75386
+ "startIndex": 7,
75387
+ "endIndex": 8
75388
+ },
75389
+ "isOptional": false
75390
+ },
75391
+ {
75392
+ "parameterName": "easingFunction",
75393
+ "parameterTypeTokenRange": {
75394
+ "startIndex": 9,
75395
+ "endIndex": 10
75396
+ },
75397
+ "isOptional": true
75398
+ }
75399
+ ],
75400
+ "name": "setMove"
75401
+ },
75402
+ {
75403
+ "kind": "MethodSignature",
75404
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setMoveContinuous:member(1)",
75405
+ "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",
75406
+ "excerptTokens": [
75407
+ {
75408
+ "kind": "Content",
75409
+ "text": "setMoveContinuous(entity: "
75410
+ },
75411
+ {
75412
+ "kind": "Reference",
75413
+ "text": "Entity",
75414
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75415
+ },
75416
+ {
75417
+ "kind": "Content",
75418
+ "text": ", direction: "
75419
+ },
75420
+ {
75421
+ "kind": "Reference",
75422
+ "text": "Vector3",
75423
+ "canonicalReference": "@dcl/playground-assets!Vector3"
75424
+ },
75425
+ {
75426
+ "kind": "Content",
75427
+ "text": ", speed: "
75428
+ },
75429
+ {
75430
+ "kind": "Content",
75431
+ "text": "number"
75432
+ },
75433
+ {
75434
+ "kind": "Content",
75435
+ "text": ", duration?: "
75436
+ },
75437
+ {
75438
+ "kind": "Content",
75439
+ "text": "number"
75440
+ },
75441
+ {
75442
+ "kind": "Content",
75443
+ "text": "): "
75444
+ },
75445
+ {
75446
+ "kind": "Content",
75447
+ "text": "void"
75448
+ },
75449
+ {
75450
+ "kind": "Content",
75451
+ "text": ";"
75452
+ }
75453
+ ],
75454
+ "isOptional": false,
75455
+ "returnTypeTokenRange": {
75456
+ "startIndex": 9,
75457
+ "endIndex": 10
75458
+ },
75459
+ "releaseTag": "Public",
75460
+ "overloadIndex": 1,
75461
+ "parameters": [
75462
+ {
75463
+ "parameterName": "entity",
75464
+ "parameterTypeTokenRange": {
75465
+ "startIndex": 1,
75466
+ "endIndex": 2
75467
+ },
75468
+ "isOptional": false
75469
+ },
75470
+ {
75471
+ "parameterName": "direction",
75472
+ "parameterTypeTokenRange": {
75473
+ "startIndex": 3,
75474
+ "endIndex": 4
75475
+ },
75476
+ "isOptional": false
75477
+ },
75478
+ {
75479
+ "parameterName": "speed",
75480
+ "parameterTypeTokenRange": {
75481
+ "startIndex": 5,
75482
+ "endIndex": 6
75483
+ },
75484
+ "isOptional": false
75485
+ },
75486
+ {
75487
+ "parameterName": "duration",
75488
+ "parameterTypeTokenRange": {
75489
+ "startIndex": 7,
75490
+ "endIndex": 8
75491
+ },
75492
+ "isOptional": true
75493
+ }
75494
+ ],
75495
+ "name": "setMoveContinuous"
75496
+ },
75497
+ {
75498
+ "kind": "MethodSignature",
75499
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setRotate:member(1)",
75500
+ "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",
75501
+ "excerptTokens": [
75502
+ {
75503
+ "kind": "Content",
75504
+ "text": "setRotate(entity: "
75505
+ },
75506
+ {
75507
+ "kind": "Reference",
75508
+ "text": "Entity",
75509
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75510
+ },
75511
+ {
75512
+ "kind": "Content",
75513
+ "text": ", start: "
75514
+ },
75515
+ {
75516
+ "kind": "Reference",
75517
+ "text": "Quaternion",
75518
+ "canonicalReference": "@dcl/playground-assets!Quaternion"
75519
+ },
75520
+ {
75521
+ "kind": "Content",
75522
+ "text": ", end: "
75523
+ },
75524
+ {
75525
+ "kind": "Reference",
75526
+ "text": "Quaternion",
75527
+ "canonicalReference": "@dcl/playground-assets!Quaternion"
75528
+ },
75529
+ {
75530
+ "kind": "Content",
75531
+ "text": ", duration: "
75532
+ },
75533
+ {
75534
+ "kind": "Content",
75535
+ "text": "number"
75536
+ },
75537
+ {
75538
+ "kind": "Content",
75539
+ "text": ", easingFunction?: "
75540
+ },
75541
+ {
75542
+ "kind": "Reference",
75543
+ "text": "EasingFunction",
75544
+ "canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
75545
+ },
75546
+ {
75547
+ "kind": "Content",
75548
+ "text": "): "
75549
+ },
75550
+ {
75551
+ "kind": "Content",
75552
+ "text": "void"
75553
+ },
75554
+ {
75555
+ "kind": "Content",
75556
+ "text": ";"
75557
+ }
75558
+ ],
75559
+ "isOptional": false,
75560
+ "returnTypeTokenRange": {
75561
+ "startIndex": 11,
75562
+ "endIndex": 12
75563
+ },
75564
+ "releaseTag": "Public",
75565
+ "overloadIndex": 1,
75566
+ "parameters": [
75567
+ {
75568
+ "parameterName": "entity",
75569
+ "parameterTypeTokenRange": {
75570
+ "startIndex": 1,
75571
+ "endIndex": 2
75572
+ },
75573
+ "isOptional": false
75574
+ },
75575
+ {
75576
+ "parameterName": "start",
75577
+ "parameterTypeTokenRange": {
75578
+ "startIndex": 3,
75579
+ "endIndex": 4
75580
+ },
75581
+ "isOptional": false
75582
+ },
75583
+ {
75584
+ "parameterName": "end",
75585
+ "parameterTypeTokenRange": {
75586
+ "startIndex": 5,
75587
+ "endIndex": 6
75588
+ },
75589
+ "isOptional": false
75590
+ },
75591
+ {
75592
+ "parameterName": "duration",
75593
+ "parameterTypeTokenRange": {
75594
+ "startIndex": 7,
75595
+ "endIndex": 8
75596
+ },
75597
+ "isOptional": false
75598
+ },
75599
+ {
75600
+ "parameterName": "easingFunction",
75601
+ "parameterTypeTokenRange": {
75602
+ "startIndex": 9,
75603
+ "endIndex": 10
75604
+ },
75605
+ "isOptional": true
75606
+ }
75607
+ ],
75608
+ "name": "setRotate"
75609
+ },
75610
+ {
75611
+ "kind": "MethodSignature",
75612
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setRotateContinuous:member(1)",
75613
+ "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",
75614
+ "excerptTokens": [
75615
+ {
75616
+ "kind": "Content",
75617
+ "text": "setRotateContinuous(entity: "
75618
+ },
75619
+ {
75620
+ "kind": "Reference",
75621
+ "text": "Entity",
75622
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75623
+ },
75624
+ {
75625
+ "kind": "Content",
75626
+ "text": ", direction: "
75627
+ },
75628
+ {
75629
+ "kind": "Reference",
75630
+ "text": "Quaternion",
75631
+ "canonicalReference": "@dcl/playground-assets!Quaternion"
75632
+ },
75633
+ {
75634
+ "kind": "Content",
75635
+ "text": ", speed: "
75636
+ },
75637
+ {
75638
+ "kind": "Content",
75639
+ "text": "number"
75640
+ },
75641
+ {
75642
+ "kind": "Content",
75643
+ "text": ", duration?: "
75644
+ },
75645
+ {
75646
+ "kind": "Content",
75647
+ "text": "number"
75648
+ },
75649
+ {
75650
+ "kind": "Content",
75651
+ "text": "): "
75652
+ },
75653
+ {
75654
+ "kind": "Content",
75655
+ "text": "void"
75656
+ },
75657
+ {
75658
+ "kind": "Content",
75659
+ "text": ";"
75660
+ }
75661
+ ],
75662
+ "isOptional": false,
75663
+ "returnTypeTokenRange": {
75664
+ "startIndex": 9,
75665
+ "endIndex": 10
75666
+ },
75667
+ "releaseTag": "Public",
75668
+ "overloadIndex": 1,
75669
+ "parameters": [
75670
+ {
75671
+ "parameterName": "entity",
75672
+ "parameterTypeTokenRange": {
75673
+ "startIndex": 1,
75674
+ "endIndex": 2
75675
+ },
75676
+ "isOptional": false
75677
+ },
75678
+ {
75679
+ "parameterName": "direction",
75680
+ "parameterTypeTokenRange": {
75681
+ "startIndex": 3,
75682
+ "endIndex": 4
75683
+ },
75684
+ "isOptional": false
75685
+ },
75686
+ {
75687
+ "parameterName": "speed",
75688
+ "parameterTypeTokenRange": {
75689
+ "startIndex": 5,
75690
+ "endIndex": 6
75691
+ },
75692
+ "isOptional": false
75693
+ },
75694
+ {
75695
+ "parameterName": "duration",
75696
+ "parameterTypeTokenRange": {
75697
+ "startIndex": 7,
75698
+ "endIndex": 8
75699
+ },
75700
+ "isOptional": true
75701
+ }
75702
+ ],
75703
+ "name": "setRotateContinuous"
75704
+ },
75705
+ {
75706
+ "kind": "MethodSignature",
75707
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setScale:member(1)",
75708
+ "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",
75709
+ "excerptTokens": [
75710
+ {
75711
+ "kind": "Content",
75712
+ "text": "setScale(entity: "
75713
+ },
75714
+ {
75715
+ "kind": "Reference",
75716
+ "text": "Entity",
75717
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75718
+ },
75719
+ {
75720
+ "kind": "Content",
75721
+ "text": ", start: "
75722
+ },
75723
+ {
75724
+ "kind": "Reference",
75725
+ "text": "Vector3",
75726
+ "canonicalReference": "@dcl/playground-assets!Vector3"
75727
+ },
75728
+ {
75729
+ "kind": "Content",
75730
+ "text": ", end: "
75731
+ },
75732
+ {
75733
+ "kind": "Reference",
75734
+ "text": "Vector3",
75735
+ "canonicalReference": "@dcl/playground-assets!Vector3"
75736
+ },
75737
+ {
75738
+ "kind": "Content",
75739
+ "text": ", duration: "
75740
+ },
75741
+ {
75742
+ "kind": "Content",
75743
+ "text": "number"
75744
+ },
75745
+ {
75746
+ "kind": "Content",
75747
+ "text": ", easingFunction?: "
75748
+ },
75749
+ {
75750
+ "kind": "Reference",
75751
+ "text": "EasingFunction",
75752
+ "canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
75753
+ },
75754
+ {
75755
+ "kind": "Content",
75756
+ "text": "): "
75757
+ },
75758
+ {
75759
+ "kind": "Content",
75760
+ "text": "void"
75761
+ },
75762
+ {
75763
+ "kind": "Content",
75764
+ "text": ";"
75765
+ }
75766
+ ],
75767
+ "isOptional": false,
75768
+ "returnTypeTokenRange": {
75769
+ "startIndex": 11,
75770
+ "endIndex": 12
75771
+ },
75772
+ "releaseTag": "Public",
75773
+ "overloadIndex": 1,
75774
+ "parameters": [
75775
+ {
75776
+ "parameterName": "entity",
75777
+ "parameterTypeTokenRange": {
75778
+ "startIndex": 1,
75779
+ "endIndex": 2
75780
+ },
75781
+ "isOptional": false
75782
+ },
75783
+ {
75784
+ "parameterName": "start",
75785
+ "parameterTypeTokenRange": {
75786
+ "startIndex": 3,
75787
+ "endIndex": 4
75788
+ },
75789
+ "isOptional": false
75790
+ },
75791
+ {
75792
+ "parameterName": "end",
75793
+ "parameterTypeTokenRange": {
75794
+ "startIndex": 5,
75795
+ "endIndex": 6
75796
+ },
75797
+ "isOptional": false
75798
+ },
75799
+ {
75800
+ "parameterName": "duration",
75801
+ "parameterTypeTokenRange": {
75802
+ "startIndex": 7,
75803
+ "endIndex": 8
75804
+ },
75805
+ "isOptional": false
75806
+ },
75807
+ {
75808
+ "parameterName": "easingFunction",
75809
+ "parameterTypeTokenRange": {
75810
+ "startIndex": 9,
75811
+ "endIndex": 10
75812
+ },
75813
+ "isOptional": true
75814
+ }
75815
+ ],
75816
+ "name": "setScale"
75817
+ },
75818
+ {
75819
+ "kind": "MethodSignature",
75820
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setTextureMove:member(1)",
75821
+ "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",
75822
+ "excerptTokens": [
75823
+ {
75824
+ "kind": "Content",
75825
+ "text": "setTextureMove(entity: "
75826
+ },
75827
+ {
75828
+ "kind": "Reference",
75829
+ "text": "Entity",
75830
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75831
+ },
75832
+ {
75833
+ "kind": "Content",
75834
+ "text": ", start: "
75835
+ },
75836
+ {
75837
+ "kind": "Reference",
75838
+ "text": "Vector2",
75839
+ "canonicalReference": "@dcl/playground-assets!Vector2"
75840
+ },
75841
+ {
75842
+ "kind": "Content",
75843
+ "text": ", end: "
75844
+ },
75845
+ {
75846
+ "kind": "Reference",
75847
+ "text": "Vector2",
75848
+ "canonicalReference": "@dcl/playground-assets!Vector2"
75849
+ },
75850
+ {
75851
+ "kind": "Content",
75852
+ "text": ", duration: "
75853
+ },
75854
+ {
75855
+ "kind": "Content",
75856
+ "text": "number"
75857
+ },
75858
+ {
75859
+ "kind": "Content",
75860
+ "text": ", movementType?: "
75861
+ },
75862
+ {
75863
+ "kind": "Reference",
75864
+ "text": "TextureMovementType",
75865
+ "canonicalReference": "@dcl/playground-assets!TextureMovementType:enum"
75866
+ },
75867
+ {
75868
+ "kind": "Content",
75869
+ "text": ", easingFunction?: "
75870
+ },
75871
+ {
75872
+ "kind": "Reference",
75873
+ "text": "EasingFunction",
75874
+ "canonicalReference": "@dcl/playground-assets!EasingFunction:enum"
75875
+ },
75876
+ {
75877
+ "kind": "Content",
75878
+ "text": "): "
75879
+ },
75880
+ {
75881
+ "kind": "Content",
75882
+ "text": "void"
75883
+ },
75884
+ {
75885
+ "kind": "Content",
75886
+ "text": ";"
75887
+ }
75888
+ ],
75889
+ "isOptional": false,
75890
+ "returnTypeTokenRange": {
75891
+ "startIndex": 13,
75892
+ "endIndex": 14
75893
+ },
75894
+ "releaseTag": "Public",
75895
+ "overloadIndex": 1,
75896
+ "parameters": [
75897
+ {
75898
+ "parameterName": "entity",
75899
+ "parameterTypeTokenRange": {
75900
+ "startIndex": 1,
75901
+ "endIndex": 2
75902
+ },
75903
+ "isOptional": false
75904
+ },
75905
+ {
75906
+ "parameterName": "start",
75907
+ "parameterTypeTokenRange": {
75908
+ "startIndex": 3,
75909
+ "endIndex": 4
75910
+ },
75911
+ "isOptional": false
75912
+ },
75913
+ {
75914
+ "parameterName": "end",
75915
+ "parameterTypeTokenRange": {
75916
+ "startIndex": 5,
75917
+ "endIndex": 6
75918
+ },
75919
+ "isOptional": false
75920
+ },
75921
+ {
75922
+ "parameterName": "duration",
75923
+ "parameterTypeTokenRange": {
75924
+ "startIndex": 7,
75925
+ "endIndex": 8
75926
+ },
75927
+ "isOptional": false
75928
+ },
75929
+ {
75930
+ "parameterName": "movementType",
75931
+ "parameterTypeTokenRange": {
75932
+ "startIndex": 9,
75933
+ "endIndex": 10
75934
+ },
75935
+ "isOptional": true
75936
+ },
75937
+ {
75938
+ "parameterName": "easingFunction",
75939
+ "parameterTypeTokenRange": {
75940
+ "startIndex": 11,
75941
+ "endIndex": 12
75942
+ },
75943
+ "isOptional": true
75944
+ }
75945
+ ],
75946
+ "name": "setTextureMove"
75947
+ },
75948
+ {
75949
+ "kind": "MethodSignature",
75950
+ "canonicalReference": "@dcl/playground-assets!TweenComponentDefinitionExtended#setTextureMoveContinuous:member(1)",
75951
+ "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",
75952
+ "excerptTokens": [
75953
+ {
75954
+ "kind": "Content",
75955
+ "text": "setTextureMoveContinuous(entity: "
75956
+ },
75957
+ {
75958
+ "kind": "Reference",
75959
+ "text": "Entity",
75960
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
75961
+ },
75962
+ {
75963
+ "kind": "Content",
75964
+ "text": ", direction: "
75965
+ },
75966
+ {
75967
+ "kind": "Reference",
75968
+ "text": "Vector2",
75969
+ "canonicalReference": "@dcl/playground-assets!Vector2"
75970
+ },
75971
+ {
75972
+ "kind": "Content",
75973
+ "text": ", speed: "
75974
+ },
75975
+ {
75976
+ "kind": "Content",
75977
+ "text": "number"
75978
+ },
75979
+ {
75980
+ "kind": "Content",
75981
+ "text": ", movementType?: "
75982
+ },
75983
+ {
75984
+ "kind": "Reference",
75985
+ "text": "TextureMovementType",
75986
+ "canonicalReference": "@dcl/playground-assets!TextureMovementType:enum"
75987
+ },
75988
+ {
75989
+ "kind": "Content",
75990
+ "text": ", duration?: "
75991
+ },
75992
+ {
75993
+ "kind": "Content",
75994
+ "text": "number"
75995
+ },
75996
+ {
75997
+ "kind": "Content",
75998
+ "text": "): "
75999
+ },
76000
+ {
76001
+ "kind": "Content",
76002
+ "text": "void"
76003
+ },
76004
+ {
76005
+ "kind": "Content",
76006
+ "text": ";"
76007
+ }
76008
+ ],
76009
+ "isOptional": false,
76010
+ "returnTypeTokenRange": {
76011
+ "startIndex": 11,
76012
+ "endIndex": 12
76013
+ },
76014
+ "releaseTag": "Public",
76015
+ "overloadIndex": 1,
76016
+ "parameters": [
76017
+ {
76018
+ "parameterName": "entity",
76019
+ "parameterTypeTokenRange": {
76020
+ "startIndex": 1,
76021
+ "endIndex": 2
76022
+ },
76023
+ "isOptional": false
76024
+ },
76025
+ {
76026
+ "parameterName": "direction",
76027
+ "parameterTypeTokenRange": {
76028
+ "startIndex": 3,
76029
+ "endIndex": 4
76030
+ },
76031
+ "isOptional": false
76032
+ },
76033
+ {
76034
+ "parameterName": "speed",
76035
+ "parameterTypeTokenRange": {
76036
+ "startIndex": 5,
76037
+ "endIndex": 6
76038
+ },
76039
+ "isOptional": false
76040
+ },
76041
+ {
76042
+ "parameterName": "movementType",
76043
+ "parameterTypeTokenRange": {
76044
+ "startIndex": 7,
76045
+ "endIndex": 8
76046
+ },
76047
+ "isOptional": true
76048
+ },
76049
+ {
76050
+ "parameterName": "duration",
76051
+ "parameterTypeTokenRange": {
76052
+ "startIndex": 9,
76053
+ "endIndex": 10
76054
+ },
76055
+ "isOptional": true
76056
+ }
76057
+ ],
76058
+ "name": "setTextureMoveContinuous"
74518
76059
  }
74519
76060
  ],
74520
76061
  "extendsTokenRanges": [
@@ -74584,10 +76125,55 @@
74584
76125
  "endIndex": 6
74585
76126
  }
74586
76127
  },
76128
+ {
76129
+ "kind": "PropertySignature",
76130
+ "canonicalReference": "@dcl/playground-assets!TweenHelper#MoveContinuous:member",
76131
+ "docComment": "/**\n * @returns a move-continuous mode tween\n */\n",
76132
+ "excerptTokens": [
76133
+ {
76134
+ "kind": "Content",
76135
+ "text": "MoveContinuous: "
76136
+ },
76137
+ {
76138
+ "kind": "Content",
76139
+ "text": "(move: "
76140
+ },
76141
+ {
76142
+ "kind": "Reference",
76143
+ "text": "MoveContinuous",
76144
+ "canonicalReference": "@dcl/playground-assets!MoveContinuous"
76145
+ },
76146
+ {
76147
+ "kind": "Content",
76148
+ "text": ") => "
76149
+ },
76150
+ {
76151
+ "kind": "Reference",
76152
+ "text": "PBTween",
76153
+ "canonicalReference": "@dcl/playground-assets!PBTween"
76154
+ },
76155
+ {
76156
+ "kind": "Content",
76157
+ "text": "['mode']"
76158
+ },
76159
+ {
76160
+ "kind": "Content",
76161
+ "text": ";"
76162
+ }
76163
+ ],
76164
+ "isReadonly": false,
76165
+ "isOptional": false,
76166
+ "releaseTag": "Public",
76167
+ "name": "MoveContinuous",
76168
+ "propertyTypeTokenRange": {
76169
+ "startIndex": 1,
76170
+ "endIndex": 6
76171
+ }
76172
+ },
74587
76173
  {
74588
76174
  "kind": "PropertySignature",
74589
76175
  "canonicalReference": "@dcl/playground-assets!TweenHelper#Rotate:member",
74590
- "docComment": "/**\n * @returns a move mode tween\n */\n",
76176
+ "docComment": "/**\n * @returns a rotate mode tween\n */\n",
74591
76177
  "excerptTokens": [
74592
76178
  {
74593
76179
  "kind": "Content",
@@ -74629,10 +76215,55 @@
74629
76215
  "endIndex": 6
74630
76216
  }
74631
76217
  },
76218
+ {
76219
+ "kind": "PropertySignature",
76220
+ "canonicalReference": "@dcl/playground-assets!TweenHelper#RotateContinuous:member",
76221
+ "docComment": "/**\n * @returns a rotate-continuous mode tween\n */\n",
76222
+ "excerptTokens": [
76223
+ {
76224
+ "kind": "Content",
76225
+ "text": "RotateContinuous: "
76226
+ },
76227
+ {
76228
+ "kind": "Content",
76229
+ "text": "(rotate: "
76230
+ },
76231
+ {
76232
+ "kind": "Reference",
76233
+ "text": "RotateContinuous",
76234
+ "canonicalReference": "@dcl/playground-assets!RotateContinuous"
76235
+ },
76236
+ {
76237
+ "kind": "Content",
76238
+ "text": ") => "
76239
+ },
76240
+ {
76241
+ "kind": "Reference",
76242
+ "text": "PBTween",
76243
+ "canonicalReference": "@dcl/playground-assets!PBTween"
76244
+ },
76245
+ {
76246
+ "kind": "Content",
76247
+ "text": "['mode']"
76248
+ },
76249
+ {
76250
+ "kind": "Content",
76251
+ "text": ";"
76252
+ }
76253
+ ],
76254
+ "isReadonly": false,
76255
+ "isOptional": false,
76256
+ "releaseTag": "Public",
76257
+ "name": "RotateContinuous",
76258
+ "propertyTypeTokenRange": {
76259
+ "startIndex": 1,
76260
+ "endIndex": 6
76261
+ }
76262
+ },
74632
76263
  {
74633
76264
  "kind": "PropertySignature",
74634
76265
  "canonicalReference": "@dcl/playground-assets!TweenHelper#Scale:member",
74635
- "docComment": "/**\n * @returns a move mode tween\n */\n",
76266
+ "docComment": "/**\n * @returns a scale mode tween\n */\n",
74636
76267
  "excerptTokens": [
74637
76268
  {
74638
76269
  "kind": "Content",
@@ -74677,7 +76308,7 @@
74677
76308
  {
74678
76309
  "kind": "PropertySignature",
74679
76310
  "canonicalReference": "@dcl/playground-assets!TweenHelper#TextureMove:member",
74680
- "docComment": "/**\n * @returns a texture move mode tween\n */\n",
76311
+ "docComment": "/**\n * @returns a texture-move mode tween\n */\n",
74681
76312
  "excerptTokens": [
74682
76313
  {
74683
76314
  "kind": "Content",
@@ -74718,6 +76349,51 @@
74718
76349
  "startIndex": 1,
74719
76350
  "endIndex": 6
74720
76351
  }
76352
+ },
76353
+ {
76354
+ "kind": "PropertySignature",
76355
+ "canonicalReference": "@dcl/playground-assets!TweenHelper#TextureMoveContinuous:member",
76356
+ "docComment": "/**\n * @returns a texture-move-continuous mode tween\n */\n",
76357
+ "excerptTokens": [
76358
+ {
76359
+ "kind": "Content",
76360
+ "text": "TextureMoveContinuous: "
76361
+ },
76362
+ {
76363
+ "kind": "Content",
76364
+ "text": "(textureMove: "
76365
+ },
76366
+ {
76367
+ "kind": "Reference",
76368
+ "text": "TextureMoveContinuous",
76369
+ "canonicalReference": "@dcl/playground-assets!TextureMoveContinuous"
76370
+ },
76371
+ {
76372
+ "kind": "Content",
76373
+ "text": ") => "
76374
+ },
76375
+ {
76376
+ "kind": "Reference",
76377
+ "text": "PBTween",
76378
+ "canonicalReference": "@dcl/playground-assets!PBTween"
76379
+ },
76380
+ {
76381
+ "kind": "Content",
76382
+ "text": "['mode']"
76383
+ },
76384
+ {
76385
+ "kind": "Content",
76386
+ "text": ";"
76387
+ }
76388
+ ],
76389
+ "isReadonly": false,
76390
+ "isOptional": false,
76391
+ "releaseTag": "Public",
76392
+ "name": "TextureMoveContinuous",
76393
+ "propertyTypeTokenRange": {
76394
+ "startIndex": 1,
76395
+ "endIndex": 6
76396
+ }
74721
76397
  }
74722
76398
  ],
74723
76399
  "extendsTokenRanges": []