@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 +7 -0
- package/dist/beta.d.ts +7 -0
- package/dist/index.bundled.d.ts +7 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +3 -3
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +7 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +75 -1
- package/etc/playground-assets.api.md +5 -0
- package/package.json +4 -4
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.
|
package/dist/index.bundled.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.
|