@babylonjs/gui-editor 5.0.0-alpha.65 → 5.0.0-beta.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.
@@ -720,6 +720,7 @@ declare module "@babylonjs/gui-editor/diagram/workbench" {
|
|
720
720
|
private _selectionDepth;
|
721
721
|
private _doubleClick;
|
722
722
|
private _lockMainSelection;
|
723
|
+
_liveGuiTextureRerender: boolean;
|
723
724
|
get globalState(): GlobalState;
|
724
725
|
get nodes(): Control[];
|
725
726
|
get selectedGuiNodes(): Control[];
|
package/package.json
CHANGED
@@ -4,14 +4,14 @@
|
|
4
4
|
},
|
5
5
|
"name": "@babylonjs/gui-editor",
|
6
6
|
"description": "The Babylon.js GUI editor.",
|
7
|
-
"version": "5.0.0-
|
7
|
+
"version": "5.0.0-beta.1",
|
8
8
|
"repository": {
|
9
9
|
"type": "git",
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
11
11
|
},
|
12
12
|
"license": "Apache-2.0",
|
13
13
|
"dependencies": {
|
14
|
-
"@babylonjs/core": "5.0.0-
|
14
|
+
"@babylonjs/core": "5.0.0-beta.1",
|
15
15
|
"tslib": "^2.3.1"
|
16
16
|
},
|
17
17
|
"files": [
|