babylonjs-node-editor 7.2.3 → 7.3.1
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/babylon.nodeEditor.d.ts
CHANGED
|
@@ -98,7 +98,13 @@ declare module BABYLON.NodeEditor {
|
|
|
98
98
|
private _hdrSkyBox;
|
|
99
99
|
private _hdrTexture;
|
|
100
100
|
private _serializeMaterial;
|
|
101
|
+
/**
|
|
102
|
+
* Create a new Preview Manager
|
|
103
|
+
* @param targetCanvas defines the canvas to render to
|
|
104
|
+
* @param globalState defines the global state
|
|
105
|
+
*/
|
|
101
106
|
constructor(targetCanvas: HTMLCanvasElement, globalState: GlobalState);
|
|
107
|
+
_initAsync(targetCanvas: HTMLCanvasElement): Promise<void>;
|
|
102
108
|
private _reset;
|
|
103
109
|
private _handleAnimations;
|
|
104
110
|
private _prepareLights;
|