babylonjs-inspector 7.19.1 → 7.20.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.inspector.d.ts
CHANGED
|
@@ -75,6 +75,12 @@ declare module INSPECTOR {
|
|
|
75
75
|
static MarkLineContainerTitleForHighlighting(title: string): void;
|
|
76
76
|
static MarkMultipleLineContainerTitlesForHighlighting(titles: string[]): void;
|
|
77
77
|
private static _CopyStyles;
|
|
78
|
+
private static _SceneExplorerOptions;
|
|
79
|
+
private static _InspectorOptions;
|
|
80
|
+
private static _EmbedOptions;
|
|
81
|
+
static PopupEmbed(): void;
|
|
82
|
+
static PopupSceneExplorer(): void;
|
|
83
|
+
static PopupInspector(): void;
|
|
78
84
|
private static _CreateSceneExplorer;
|
|
79
85
|
private static _CreateActionTabs;
|
|
80
86
|
private static _CreateEmbedHost;
|
|
@@ -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;
|
|
@@ -7777,6 +7783,12 @@ declare module INSPECTOR {
|
|
|
7777
7783
|
static MarkLineContainerTitleForHighlighting(title: string): void;
|
|
7778
7784
|
static MarkMultipleLineContainerTitlesForHighlighting(titles: string[]): void;
|
|
7779
7785
|
private static _CopyStyles;
|
|
7786
|
+
private static _SceneExplorerOptions;
|
|
7787
|
+
private static _InspectorOptions;
|
|
7788
|
+
private static _EmbedOptions;
|
|
7789
|
+
static PopupEmbed(): void;
|
|
7790
|
+
static PopupSceneExplorer(): void;
|
|
7791
|
+
static PopupInspector(): void;
|
|
7780
7792
|
private static _CreateSceneExplorer;
|
|
7781
7793
|
private static _CreateActionTabs;
|
|
7782
7794
|
private static _CreateEmbedHost;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-inspector",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.20.1",
|
|
4
4
|
"main": "babylon.inspector.bundle.max.js",
|
|
5
5
|
"types": "babylon.inspector.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.
|
|
18
|
-
"babylonjs-gui": "^7.
|
|
19
|
-
"babylonjs-gui-editor": "^7.
|
|
20
|
-
"babylonjs-loaders": "^7.
|
|
21
|
-
"babylonjs-materials": "^7.
|
|
22
|
-
"babylonjs-serializers": "^7.
|
|
17
|
+
"babylonjs": "^7.20.1",
|
|
18
|
+
"babylonjs-gui": "^7.20.1",
|
|
19
|
+
"babylonjs-gui-editor": "^7.20.1",
|
|
20
|
+
"babylonjs-loaders": "^7.20.1",
|
|
21
|
+
"babylonjs-materials": "^7.20.1",
|
|
22
|
+
"babylonjs-serializers": "^7.20.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|