@dcl/playground-assets 7.7.5 → 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 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
@@ -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