@dcl/playground-assets 7.7.5-13417607939.commit-3f07772 → 7.7.6-13418365922.commit-c459a2f
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 +5 -0
- package/dist/beta.d.ts +5 -0
- package/dist/index.bundled.d.ts +5 -0
- package/dist/index.js.map +1 -1
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +5 -0
- package/etc/playground-assets.api.json +64 -0
- package/etc/playground-assets.api.md +3 -0
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -1596,6 +1596,11 @@ export declare function createInputSystem(engine: IEngine): IInputSystem;
|
|
1596
1596
|
*/
|
1597
1597
|
export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
1598
1598
|
|
1599
|
+
/**
|
1600
|
+
* @public
|
1601
|
+
*/
|
1602
|
+
export declare function createReactBasedUiSystem(engine: IEngine, pointerSystem: PointerEventsSystem): ReactBasedUiSystem;
|
1603
|
+
|
1599
1604
|
/**
|
1600
1605
|
* @public
|
1601
1606
|
* @returns tween helper to be used on the scene
|
package/dist/beta.d.ts
CHANGED
@@ -1596,6 +1596,11 @@ export declare function createInputSystem(engine: IEngine): IInputSystem;
|
|
1596
1596
|
*/
|
1597
1597
|
export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
1598
1598
|
|
1599
|
+
/**
|
1600
|
+
* @public
|
1601
|
+
*/
|
1602
|
+
export declare function createReactBasedUiSystem(engine: IEngine, pointerSystem: PointerEventsSystem): ReactBasedUiSystem;
|
1603
|
+
|
1599
1604
|
/**
|
1600
1605
|
* @public
|
1601
1606
|
* @returns tween helper to be used on the scene
|
package/dist/index.bundled.d.ts
CHANGED
@@ -1596,6 +1596,11 @@ export declare function createInputSystem(engine: IEngine): IInputSystem;
|
|
1596
1596
|
*/
|
1597
1597
|
export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
1598
1598
|
|
1599
|
+
/**
|
1600
|
+
* @public
|
1601
|
+
*/
|
1602
|
+
export declare function createReactBasedUiSystem(engine: IEngine, pointerSystem: PointerEventsSystem): ReactBasedUiSystem;
|
1603
|
+
|
1599
1604
|
/**
|
1600
1605
|
* @public
|
1601
1606
|
* @returns tween helper to be used on the scene
|