@dcl/playground-assets 7.4.6 → 7.4.7-8105491380.commit-8dbeee0
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 +12 -0
- package/dist/beta.d.ts +12 -0
- package/dist/index.bundled.d.ts +12 -0
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +12 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +112 -1
- package/etc/playground-assets.api.md +6 -0
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
|
|
1475
1475
|
sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
|
1476
1476
|
};
|
1477
1477
|
|
1478
|
+
/**
|
1479
|
+
* @public
|
1480
|
+
* ____DO NOT USE ____ use inputSystem instead
|
1481
|
+
*/
|
1482
|
+
export declare function createInputSystem(engine: IEngine): IInputSystem;
|
1483
|
+
|
1484
|
+
/**
|
1485
|
+
* @public
|
1486
|
+
* ___DO NOT USE___ use pointerEventsSystem instead
|
1487
|
+
*/
|
1488
|
+
export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
1489
|
+
|
1478
1490
|
/**
|
1479
1491
|
* Transform parenting: cyclic dependency checker
|
1480
1492
|
* It checks only in modified Transforms
|
package/dist/beta.d.ts
CHANGED
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
|
|
1475
1475
|
sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
|
1476
1476
|
};
|
1477
1477
|
|
1478
|
+
/**
|
1479
|
+
* @public
|
1480
|
+
* ____DO NOT USE ____ use inputSystem instead
|
1481
|
+
*/
|
1482
|
+
export declare function createInputSystem(engine: IEngine): IInputSystem;
|
1483
|
+
|
1484
|
+
/**
|
1485
|
+
* @public
|
1486
|
+
* ___DO NOT USE___ use pointerEventsSystem instead
|
1487
|
+
*/
|
1488
|
+
export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
1489
|
+
|
1478
1490
|
/**
|
1479
1491
|
* Transform parenting: cyclic dependency checker
|
1480
1492
|
* It checks only in modified Transforms
|
package/dist/index.bundled.d.ts
CHANGED
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
|
|
1475
1475
|
sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
|
1476
1476
|
};
|
1477
1477
|
|
1478
|
+
/**
|
1479
|
+
* @public
|
1480
|
+
* ____DO NOT USE ____ use inputSystem instead
|
1481
|
+
*/
|
1482
|
+
export declare function createInputSystem(engine: IEngine): IInputSystem;
|
1483
|
+
|
1484
|
+
/**
|
1485
|
+
* @public
|
1486
|
+
* ___DO NOT USE___ use pointerEventsSystem instead
|
1487
|
+
*/
|
1488
|
+
export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
|
1489
|
+
|
1478
1490
|
/**
|
1479
1491
|
* Transform parenting: cyclic dependency checker
|
1480
1492
|
* It checks only in modified Transforms
|