@babylonjs/inspector 5.19.0 → 5.20.0
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.
@@ -3782,8 +3782,9 @@ export function SetGUIEditorURL(guiEditorURL: string): void;
|
|
3782
3782
|
* if you are in an ES6 environment, you must first call InjectGUIEditor to provide the gui-editor package
|
3783
3783
|
* If you are in a UMD environment, it will load the package from a URL
|
3784
3784
|
* @param adt
|
3785
|
+
* @param embed defines whether editor is being opened from the Playground
|
3785
3786
|
*/
|
3786
|
-
export function EditAdvancedDynamicTexture(adt: AdvancedDynamicTexture): Promise<void>;
|
3787
|
+
export function EditAdvancedDynamicTexture(adt: AdvancedDynamicTexture, embed?: boolean): Promise<void>;
|
3787
3788
|
|
3788
3789
|
}
|
3789
3790
|
declare module "@babylonjs/inspector/components/sceneExplorer/entities/lightTreeItemComponent" {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.20.0",
|
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": "^5.
|
36
|
-
"@babylonjs/gui": "^5.
|
37
|
-
"@babylonjs/gui-editor": "^5.
|
38
|
-
"@babylonjs/loaders": "^5.
|
39
|
-
"@babylonjs/materials": "^5.
|
40
|
-
"@babylonjs/serializers": "^5.
|
35
|
+
"@babylonjs/core": "^5.20.0",
|
36
|
+
"@babylonjs/gui": "^5.20.0",
|
37
|
+
"@babylonjs/gui-editor": "^5.20.0",
|
38
|
+
"@babylonjs/loaders": "^5.20.0",
|
39
|
+
"@babylonjs/materials": "^5.20.0",
|
40
|
+
"@babylonjs/serializers": "^5.20.0",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2",
|