@dcl/playground-assets 7.10.6 → 7.10.7-18405404598.commit-801e32c

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 CHANGED
@@ -7837,7 +7837,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7837
7837
  * @param entity - entity to apply the tween to
7838
7838
  * @param start - starting position vector
7839
7839
  * @param end - ending position vector
7840
- * @param duration - duration of the tween in seconds
7840
+ * @param duration - duration of the tween in milliseconds
7841
7841
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7842
7842
  */
7843
7843
  setMove(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7848,7 +7848,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7848
7848
  * @param entity - entity to apply the tween to
7849
7849
  * @param start - starting scale vector
7850
7850
  * @param end - ending scale vector
7851
- * @param duration - duration of the tween in seconds
7851
+ * @param duration - duration of the tween in milliseconds
7852
7852
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7853
7853
  */
7854
7854
  setScale(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7859,7 +7859,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7859
7859
  * @param entity - entity to apply the tween to
7860
7860
  * @param start - starting rotation quaternion
7861
7861
  * @param end - ending rotation quaternion
7862
- * @param duration - duration of the tween in seconds
7862
+ * @param duration - duration of the tween in milliseconds
7863
7863
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7864
7864
  */
7865
7865
  setRotate(entity: Entity, start: PBQuaternion, end: PBQuaternion, duration: number, easingFunction?: EasingFunction): void;
@@ -7870,7 +7870,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7870
7870
  * @param entity - entity to apply the tween to
7871
7871
  * @param start - starting UV coordinates
7872
7872
  * @param end - ending UV coordinates
7873
- * @param duration - duration of the tween in seconds
7873
+ * @param duration - duration of the tween in milliseconds
7874
7874
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7875
7875
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7876
7876
  */
@@ -7882,7 +7882,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7882
7882
  * @param entity - entity to apply the tween to
7883
7883
  * @param direction - direction vector to move towards
7884
7884
  * @param speed - speed of movement per second
7885
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7885
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7886
7886
  */
7887
7887
  setMoveContinuous(entity: Entity, direction: PBVector3, speed: number, duration?: number): void;
7888
7888
  /**
@@ -7892,7 +7892,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7892
7892
  * @param entity - entity to apply the tween to
7893
7893
  * @param direction - rotation direction quaternion
7894
7894
  * @param speed - speed of rotation per second
7895
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7895
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7896
7896
  */
7897
7897
  setRotateContinuous(entity: Entity, direction: PBQuaternion, speed: number, duration?: number): void;
7898
7898
  /**
@@ -7903,7 +7903,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7903
7903
  * @param direction - direction vector for UV movement
7904
7904
  * @param speed - speed of UV movement per second
7905
7905
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7906
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7906
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7907
7907
  */
7908
7908
  setTextureMoveContinuous(entity: Entity, direction: PBVector2, speed: number, movementType?: TextureMovementType, duration?: number): void;
7909
7909
  }
package/dist/beta.d.ts CHANGED
@@ -7804,7 +7804,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7804
7804
  * @param entity - entity to apply the tween to
7805
7805
  * @param start - starting position vector
7806
7806
  * @param end - ending position vector
7807
- * @param duration - duration of the tween in seconds
7807
+ * @param duration - duration of the tween in milliseconds
7808
7808
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7809
7809
  */
7810
7810
  setMove(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7815,7 +7815,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7815
7815
  * @param entity - entity to apply the tween to
7816
7816
  * @param start - starting scale vector
7817
7817
  * @param end - ending scale vector
7818
- * @param duration - duration of the tween in seconds
7818
+ * @param duration - duration of the tween in milliseconds
7819
7819
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7820
7820
  */
7821
7821
  setScale(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7826,7 +7826,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7826
7826
  * @param entity - entity to apply the tween to
7827
7827
  * @param start - starting rotation quaternion
7828
7828
  * @param end - ending rotation quaternion
7829
- * @param duration - duration of the tween in seconds
7829
+ * @param duration - duration of the tween in milliseconds
7830
7830
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7831
7831
  */
7832
7832
  setRotate(entity: Entity, start: PBQuaternion, end: PBQuaternion, duration: number, easingFunction?: EasingFunction): void;
@@ -7837,7 +7837,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7837
7837
  * @param entity - entity to apply the tween to
7838
7838
  * @param start - starting UV coordinates
7839
7839
  * @param end - ending UV coordinates
7840
- * @param duration - duration of the tween in seconds
7840
+ * @param duration - duration of the tween in milliseconds
7841
7841
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7842
7842
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7843
7843
  */
@@ -7849,7 +7849,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7849
7849
  * @param entity - entity to apply the tween to
7850
7850
  * @param direction - direction vector to move towards
7851
7851
  * @param speed - speed of movement per second
7852
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7852
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7853
7853
  */
7854
7854
  setMoveContinuous(entity: Entity, direction: PBVector3, speed: number, duration?: number): void;
7855
7855
  /**
@@ -7859,7 +7859,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7859
7859
  * @param entity - entity to apply the tween to
7860
7860
  * @param direction - rotation direction quaternion
7861
7861
  * @param speed - speed of rotation per second
7862
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7862
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7863
7863
  */
7864
7864
  setRotateContinuous(entity: Entity, direction: PBQuaternion, speed: number, duration?: number): void;
7865
7865
  /**
@@ -7870,7 +7870,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7870
7870
  * @param direction - direction vector for UV movement
7871
7871
  * @param speed - speed of UV movement per second
7872
7872
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7873
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7873
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7874
7874
  */
7875
7875
  setTextureMoveContinuous(entity: Entity, direction: PBVector2, speed: number, movementType?: TextureMovementType, duration?: number): void;
7876
7876
  }
@@ -7804,7 +7804,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7804
7804
  * @param entity - entity to apply the tween to
7805
7805
  * @param start - starting position vector
7806
7806
  * @param end - ending position vector
7807
- * @param duration - duration of the tween in seconds
7807
+ * @param duration - duration of the tween in milliseconds
7808
7808
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7809
7809
  */
7810
7810
  setMove(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7815,7 +7815,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7815
7815
  * @param entity - entity to apply the tween to
7816
7816
  * @param start - starting scale vector
7817
7817
  * @param end - ending scale vector
7818
- * @param duration - duration of the tween in seconds
7818
+ * @param duration - duration of the tween in milliseconds
7819
7819
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7820
7820
  */
7821
7821
  setScale(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7826,7 +7826,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7826
7826
  * @param entity - entity to apply the tween to
7827
7827
  * @param start - starting rotation quaternion
7828
7828
  * @param end - ending rotation quaternion
7829
- * @param duration - duration of the tween in seconds
7829
+ * @param duration - duration of the tween in milliseconds
7830
7830
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7831
7831
  */
7832
7832
  setRotate(entity: Entity, start: PBQuaternion, end: PBQuaternion, duration: number, easingFunction?: EasingFunction): void;
@@ -7837,7 +7837,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7837
7837
  * @param entity - entity to apply the tween to
7838
7838
  * @param start - starting UV coordinates
7839
7839
  * @param end - ending UV coordinates
7840
- * @param duration - duration of the tween in seconds
7840
+ * @param duration - duration of the tween in milliseconds
7841
7841
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7842
7842
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7843
7843
  */
@@ -7849,7 +7849,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7849
7849
  * @param entity - entity to apply the tween to
7850
7850
  * @param direction - direction vector to move towards
7851
7851
  * @param speed - speed of movement per second
7852
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7852
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7853
7853
  */
7854
7854
  setMoveContinuous(entity: Entity, direction: PBVector3, speed: number, duration?: number): void;
7855
7855
  /**
@@ -7859,7 +7859,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7859
7859
  * @param entity - entity to apply the tween to
7860
7860
  * @param direction - rotation direction quaternion
7861
7861
  * @param speed - speed of rotation per second
7862
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7862
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7863
7863
  */
7864
7864
  setRotateContinuous(entity: Entity, direction: PBQuaternion, speed: number, duration?: number): void;
7865
7865
  /**
@@ -7870,7 +7870,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7870
7870
  * @param direction - direction vector for UV movement
7871
7871
  * @param speed - speed of UV movement per second
7872
7872
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7873
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7873
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7874
7874
  */
7875
7875
  setTextureMoveContinuous(entity: Entity, direction: PBVector2, speed: number, movementType?: TextureMovementType, duration?: number): void;
7876
7876
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.10.6",
4
+ "version": "7.10.7-18405404598.commit-801e32c",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "8d5d5591584187301bc3522264432b3e7d7ab38f"
38
+ "commit": "801e32c3887cace091974cfe4abc6afb535c19f3"
39
39
  }
@@ -7837,7 +7837,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7837
7837
  * @param entity - entity to apply the tween to
7838
7838
  * @param start - starting position vector
7839
7839
  * @param end - ending position vector
7840
- * @param duration - duration of the tween in seconds
7840
+ * @param duration - duration of the tween in milliseconds
7841
7841
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7842
7842
  */
7843
7843
  setMove(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7848,7 +7848,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7848
7848
  * @param entity - entity to apply the tween to
7849
7849
  * @param start - starting scale vector
7850
7850
  * @param end - ending scale vector
7851
- * @param duration - duration of the tween in seconds
7851
+ * @param duration - duration of the tween in milliseconds
7852
7852
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7853
7853
  */
7854
7854
  setScale(entity: Entity, start: PBVector3, end: PBVector3, duration: number, easingFunction?: EasingFunction): void;
@@ -7859,7 +7859,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7859
7859
  * @param entity - entity to apply the tween to
7860
7860
  * @param start - starting rotation quaternion
7861
7861
  * @param end - ending rotation quaternion
7862
- * @param duration - duration of the tween in seconds
7862
+ * @param duration - duration of the tween in milliseconds
7863
7863
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7864
7864
  */
7865
7865
  setRotate(entity: Entity, start: PBQuaternion, end: PBQuaternion, duration: number, easingFunction?: EasingFunction): void;
@@ -7870,7 +7870,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7870
7870
  * @param entity - entity to apply the tween to
7871
7871
  * @param start - starting UV coordinates
7872
7872
  * @param end - ending UV coordinates
7873
- * @param duration - duration of the tween in seconds
7873
+ * @param duration - duration of the tween in milliseconds
7874
7874
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7875
7875
  * @param easingFunction - easing function to use (defaults to EF_LINEAR)
7876
7876
  */
@@ -7882,7 +7882,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7882
7882
  * @param entity - entity to apply the tween to
7883
7883
  * @param direction - direction vector to move towards
7884
7884
  * @param speed - speed of movement per second
7885
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7885
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7886
7886
  */
7887
7887
  setMoveContinuous(entity: Entity, direction: PBVector3, speed: number, duration?: number): void;
7888
7888
  /**
@@ -7892,7 +7892,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7892
7892
  * @param entity - entity to apply the tween to
7893
7893
  * @param direction - rotation direction quaternion
7894
7894
  * @param speed - speed of rotation per second
7895
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7895
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7896
7896
  */
7897
7897
  setRotateContinuous(entity: Entity, direction: PBQuaternion, speed: number, duration?: number): void;
7898
7898
  /**
@@ -7903,7 +7903,7 @@ export declare interface TweenComponentDefinitionExtended extends LastWriteWinEl
7903
7903
  * @param direction - direction vector for UV movement
7904
7904
  * @param speed - speed of UV movement per second
7905
7905
  * @param movementType - type of texture movement (defaults to TMT_OFFSET)
7906
- * @param duration - duration of the tween in seconds (defaults to 0 for infinite)
7906
+ * @param duration - duration of the tween in milliseconds (defaults to 0 for infinite)
7907
7907
  */
7908
7908
  setTextureMoveContinuous(entity: Entity, direction: PBVector2, speed: number, movementType?: TextureMovementType, duration?: number): void;
7909
7909
  }
@@ -75262,7 +75262,7 @@
75262
75262
  {
75263
75263
  "kind": "MethodSignature",
75264
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",
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 milliseconds\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
75266
75266
  "excerptTokens": [
75267
75267
  {
75268
75268
  "kind": "Content",
@@ -75375,7 +75375,7 @@
75375
75375
  {
75376
75376
  "kind": "MethodSignature",
75377
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",
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 milliseconds (defaults to 0 for infinite)\n *\n * @public\n */\n",
75379
75379
  "excerptTokens": [
75380
75380
  {
75381
75381
  "kind": "Content",
@@ -75470,7 +75470,7 @@
75470
75470
  {
75471
75471
  "kind": "MethodSignature",
75472
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",
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 milliseconds\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
75474
75474
  "excerptTokens": [
75475
75475
  {
75476
75476
  "kind": "Content",
@@ -75583,7 +75583,7 @@
75583
75583
  {
75584
75584
  "kind": "MethodSignature",
75585
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",
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 milliseconds (defaults to 0 for infinite)\n *\n * @public\n */\n",
75587
75587
  "excerptTokens": [
75588
75588
  {
75589
75589
  "kind": "Content",
@@ -75678,7 +75678,7 @@
75678
75678
  {
75679
75679
  "kind": "MethodSignature",
75680
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",
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 milliseconds\n *\n * @param easingFunction - easing function to use (defaults to EF_LINEAR)\n *\n * @public\n */\n",
75682
75682
  "excerptTokens": [
75683
75683
  {
75684
75684
  "kind": "Content",
@@ -75791,7 +75791,7 @@
75791
75791
  {
75792
75792
  "kind": "MethodSignature",
75793
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",
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 milliseconds\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
75795
  "excerptTokens": [
75796
75796
  {
75797
75797
  "kind": "Content",
@@ -75921,7 +75921,7 @@
75921
75921
  {
75922
75922
  "kind": "MethodSignature",
75923
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",
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 milliseconds (defaults to 0 for infinite)\n *\n * @public\n */\n",
75925
75925
  "excerptTokens": [
75926
75926
  {
75927
75927
  "kind": "Content",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.10.6",
4
+ "version": "7.10.7-18405404598.commit-801e32c",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.10.6",
8
- "@dcl/sdk": "7.10.6"
7
+ "@dcl/js-runtime": "7.10.7-18405404598.commit-801e32c",
8
+ "@dcl/sdk": "7.10.7-18405404598.commit-801e32c"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "8d5d5591584187301bc3522264432b3e7d7ab38f"
35
+ "commit": "801e32c3887cace091974cfe4abc6afb535c19f3"
36
36
  }