@dcl/playground-assets 7.4.8-8332801538.commit-1e8de58 → 7.4.10-8392909116.commit-6487246

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
@@ -1487,6 +1487,12 @@ export declare function createInputSystem(engine: IEngine): IInputSystem;
1487
1487
  */
1488
1488
  export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
1489
 
1490
+ /**
1491
+ * @public
1492
+ * @returns tween helper to be used on the scene
1493
+ */
1494
+ export declare function createTweenSystem(engine: IEngine): TweenSystem;
1495
+
1490
1496
  /**
1491
1497
  * Transform parenting: cyclic dependency checker
1492
1498
  * It checks only in modified Transforms
@@ -1989,6 +1995,7 @@ export declare type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefin
1989
1995
  * @public
1990
1996
  */
1991
1997
  export declare interface IEngine {
1998
+ _id: number;
1992
1999
  /**
1993
2000
  * @public
1994
2001
  * Increment the used entity counter and return the next one.
package/dist/beta.d.ts CHANGED
@@ -1487,6 +1487,12 @@ export declare function createInputSystem(engine: IEngine): IInputSystem;
1487
1487
  */
1488
1488
  export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
1489
 
1490
+ /**
1491
+ * @public
1492
+ * @returns tween helper to be used on the scene
1493
+ */
1494
+ export declare function createTweenSystem(engine: IEngine): TweenSystem;
1495
+
1490
1496
  /**
1491
1497
  * Transform parenting: cyclic dependency checker
1492
1498
  * It checks only in modified Transforms
@@ -1989,6 +1995,7 @@ export declare type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefin
1989
1995
  * @public
1990
1996
  */
1991
1997
  export declare interface IEngine {
1998
+ _id: number;
1992
1999
  /**
1993
2000
  * @public
1994
2001
  * Increment the used entity counter and return the next one.
@@ -1487,6 +1487,12 @@ export declare function createInputSystem(engine: IEngine): IInputSystem;
1487
1487
  */
1488
1488
  export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
1489
 
1490
+ /**
1491
+ * @public
1492
+ * @returns tween helper to be used on the scene
1493
+ */
1494
+ export declare function createTweenSystem(engine: IEngine): TweenSystem;
1495
+
1490
1496
  /**
1491
1497
  * Transform parenting: cyclic dependency checker
1492
1498
  * It checks only in modified Transforms
@@ -1989,6 +1995,7 @@ export declare type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefin
1989
1995
  * @public
1990
1996
  */
1991
1997
  export declare interface IEngine {
1998
+ _id: number;
1992
1999
  /**
1993
2000
  * @public
1994
2001
  * Increment the used entity counter and return the next one.