@babylonjs/inspector 7.20.0 → 7.20.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,12 @@ export class Inspector {
|
|
85
85
|
static MarkLineContainerTitleForHighlighting(title: string): void;
|
86
86
|
static MarkMultipleLineContainerTitlesForHighlighting(titles: string[]): void;
|
87
87
|
private static _CopyStyles;
|
88
|
+
private static _SceneExplorerOptions;
|
89
|
+
private static _InspectorOptions;
|
90
|
+
private static _EmbedOptions;
|
91
|
+
static PopupEmbed(): void;
|
92
|
+
static PopupSceneExplorer(): void;
|
93
|
+
static PopupInspector(): void;
|
88
94
|
private static _CreateSceneExplorer;
|
89
95
|
private static _CreateActionTabs;
|
90
96
|
private static _CreateEmbedHost;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "7.20.
|
3
|
+
"version": "7.20.1",
|
4
4
|
"module": "dist/babylon.inspector.bundle.max.js",
|
5
5
|
"main": "dist/babylon.inspector.bundle.max.js",
|
6
6
|
"typings": "dist/babylon.inspector.module.d.ts",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/react-dom": ">=16.0.9"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@babylonjs/core": "^7.20.
|
36
|
-
"@babylonjs/gui": "^7.20.
|
37
|
-
"@babylonjs/gui-editor": "^7.20.
|
38
|
-
"@babylonjs/loaders": "^7.20.
|
39
|
-
"@babylonjs/materials": "^7.20.
|
40
|
-
"@babylonjs/serializers": "^7.20.
|
35
|
+
"@babylonjs/core": "^7.20.1",
|
36
|
+
"@babylonjs/gui": "^7.20.1",
|
37
|
+
"@babylonjs/gui-editor": "^7.20.1",
|
38
|
+
"@babylonjs/loaders": "^7.20.1",
|
39
|
+
"@babylonjs/materials": "^7.20.1",
|
40
|
+
"@babylonjs/serializers": "^7.20.1",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2"
|