babylonjs-inspector 7.3.1 → 7.3.2
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
|
@@ -2839,6 +2839,7 @@ export class ParticleSystemPropertyGridComponent extends React.Component<IPartic
|
|
|
2839
2839
|
loadFromFile(file: File): void;
|
|
2840
2840
|
loadFromSnippet(): void;
|
|
2841
2841
|
saveToSnippet(): void;
|
|
2842
|
+
updateTexture(file: File): void;
|
|
2842
2843
|
|
|
2843
2844
|
}
|
|
2844
2845
|
export {};
|
|
@@ -9899,6 +9900,7 @@ declare module INSPECTOR {
|
|
|
9899
9900
|
loadFromFile(file: File): void;
|
|
9900
9901
|
loadFromSnippet(): void;
|
|
9901
9902
|
saveToSnippet(): void;
|
|
9903
|
+
updateTexture(file: File): void;
|
|
9902
9904
|
render(): import("react/jsx-runtime").JSX.Element;
|
|
9903
9905
|
}
|
|
9904
9906
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-inspector",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
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.3.
|
|
18
|
-
"babylonjs-gui": "^7.3.
|
|
19
|
-
"babylonjs-gui-editor": "^7.3.
|
|
20
|
-
"babylonjs-loaders": "^7.3.
|
|
21
|
-
"babylonjs-materials": "^7.3.
|
|
22
|
-
"babylonjs-serializers": "^7.3.
|
|
17
|
+
"babylonjs": "^7.3.2",
|
|
18
|
+
"babylonjs-gui": "^7.3.2",
|
|
19
|
+
"babylonjs-gui-editor": "^7.3.2",
|
|
20
|
+
"babylonjs-loaders": "^7.3.2",
|
|
21
|
+
"babylonjs-materials": "^7.3.2",
|
|
22
|
+
"babylonjs-serializers": "^7.3.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|