@babylonjs/inspector 5.5.6 → 5.7.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.
@@ -62689,7 +62689,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
62689
62689
|
/* harmony import */ var shared_ui_components_lines_buttonLineComponent__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! shared-ui-components/lines/buttonLineComponent */ "../../../dev/sharedUiComponents/dist/lines/buttonLineComponent.js");
|
62690
62690
|
/* harmony import */ var _lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../lines/textureLinkLineComponent */ "../../../dev/inspector/dist/components/actionTabs/lines/textureLinkLineComponent.js");
|
62691
62691
|
/* harmony import */ var shared_ui_components_lines_optionsLineComponent__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! shared-ui-components/lines/optionsLineComponent */ "../../../dev/sharedUiComponents/dist/lines/optionsLineComponent.js");
|
62692
|
-
/* harmony import */ var core_Particles_particleSystem__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core/
|
62692
|
+
/* harmony import */ var core_Particles_particleSystem__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core/Engines/constants */ "core/Misc/observable");
|
62693
62693
|
/* harmony import */ var core_Particles_particleSystem__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_Particles_particleSystem__WEBPACK_IMPORTED_MODULE_9__);
|
62694
62694
|
/* harmony import */ var shared_ui_components_lines_vector3LineComponent__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! shared-ui-components/lines/vector3LineComponent */ "../../../dev/sharedUiComponents/dist/lines/vector3LineComponent.js");
|
62695
62695
|
/* harmony import */ var shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! shared-ui-components/lines/checkBoxLineComponent */ "../../../dev/sharedUiComponents/dist/lines/checkBoxLineComponent.js");
|
@@ -62739,12 +62739,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
62739
62739
|
|
62740
62740
|
|
62741
62741
|
|
62742
|
+
|
62742
62743
|
|
62743
62744
|
|
62744
62745
|
class ParticleSystemPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
|
62745
62746
|
constructor(props) {
|
62746
62747
|
super(props);
|
62747
|
-
this._snippetUrl =
|
62748
|
+
this._snippetUrl = core_Particles_particleSystem__WEBPACK_IMPORTED_MODULE_9__.Constants.SnippetUrl;
|
62748
62749
|
}
|
62749
62750
|
renderEmitter() {
|
62750
62751
|
var _a;
|
@@ -63817,7 +63818,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
63817
63818
|
class SpriteManagerPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
|
63818
63819
|
constructor(props) {
|
63819
63820
|
super(props);
|
63820
|
-
this._snippetUrl =
|
63821
|
+
this._snippetUrl = core_Sprites_spriteManager__WEBPACK_IMPORTED_MODULE_3__.Constants.SnippetUrl;
|
63821
63822
|
}
|
63822
63823
|
addNewSprite() {
|
63823
63824
|
var _a;
|