@babylonjs/inspector 5.5.0 → 5.6.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.
@@ -6,7 +6,7 @@
|
|
6
6
|
else if(typeof exports === 'object')
|
7
7
|
exports["@babylonjs/inspector"] = factory(require("@babylonjs/core"), require("@babylonjs/materials"), require("@babylonjs/core"), require("@babylonjs/gui"), require("@babylonjs/gui-editor"), require("@babylonjs/loaders"), require("@babylonjs/serializers"));
|
8
8
|
else
|
9
|
-
root["INSPECTOR"] = factory(root["BABYLON"], root["BABYLON"], root["BABYLON"]["Debug"], root["BABYLON"]["GUI"], root["BABYLON"]
|
9
|
+
root["INSPECTOR"] = factory(root["BABYLON"], root["BABYLON"], root["BABYLON"]["Debug"], root["BABYLON"]["GUI"], root["BABYLON"], root["BABYLON"], root["BABYLON"]);
|
10
10
|
})((typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : this), function(__WEBPACK_EXTERNAL_MODULE_core_Misc_observable__, __WEBPACK_EXTERNAL_MODULE_materials_grid_gridMaterial__, __WEBPACK_EXTERNAL_MODULE_core_Debug_physicsViewer__, __WEBPACK_EXTERNAL_MODULE_gui_2D_adtInstrumentation__, __WEBPACK_EXTERNAL_MODULE_gui_editor_guiEditor__, __WEBPACK_EXTERNAL_MODULE_loaders_glTF_index__, __WEBPACK_EXTERNAL_MODULE_serializers_glTF_2_0_index__) {
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
12
12
|
/******/ var __webpack_modules__ = ({
|
@@ -73805,6 +73805,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_core_Misc_observable__;
|
|
73805
73805
|
|
73806
73806
|
/***/ }),
|
73807
73807
|
|
73808
|
+
/***/ "gui-editor/guiEditor":
|
73809
|
+
/*!****************************************************************************************************************************************!*\
|
73810
|
+
!*** external {"root":"BABYLON","commonjs":"@babylonjs/gui-editor","commonjs2":"@babylonjs/gui-editor","amd":"@babylonjs/gui-editor"} ***!
|
73811
|
+
\****************************************************************************************************************************************/
|
73812
|
+
/***/ ((module) => {
|
73813
|
+
|
73814
|
+
"use strict";
|
73815
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE_gui_editor_guiEditor__;
|
73816
|
+
|
73817
|
+
/***/ }),
|
73818
|
+
|
73808
73819
|
/***/ "loaders/glTF/index":
|
73809
73820
|
/*!*******************************************************************************************************************************!*\
|
73810
73821
|
!*** external {"root":"BABYLON","commonjs":"@babylonjs/loaders","commonjs2":"@babylonjs/loaders","amd":"@babylonjs/loaders"} ***!
|
@@ -73858,17 +73869,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_core_Debug_physicsViewer__;
|
|
73858
73869
|
"use strict";
|
73859
73870
|
module.exports = __WEBPACK_EXTERNAL_MODULE_gui_2D_adtInstrumentation__;
|
73860
73871
|
|
73861
|
-
/***/ }),
|
73862
|
-
|
73863
|
-
/***/ "gui-editor/guiEditor":
|
73864
|
-
/*!******************************************************************************************************************************************************!*\
|
73865
|
-
!*** external {"root":["BABYLON","GuiEditor"],"commonjs":"@babylonjs/gui-editor","commonjs2":"@babylonjs/gui-editor","amd":"@babylonjs/gui-editor"} ***!
|
73866
|
-
\******************************************************************************************************************************************************/
|
73867
|
-
/***/ ((module) => {
|
73868
|
-
|
73869
|
-
"use strict";
|
73870
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE_gui_editor_guiEditor__;
|
73871
|
-
|
73872
73872
|
/***/ })
|
73873
73873
|
|
73874
73874
|
/******/ });
|