@babylonjs/inspector 7.32.2 → 7.32.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -4721,6 +4721,10 @@ export class HistoryStack implements IDisposable {
|
|
4721
4721
|
private _locked;
|
4722
4722
|
private _dataProvider;
|
4723
4723
|
private _applyUpdate;
|
4724
|
+
/**
|
4725
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
4726
|
+
*/
|
4727
|
+
isEnabled: boolean;
|
4724
4728
|
/**
|
4725
4729
|
* Constructor
|
4726
4730
|
* @param dataProvider defines the data provider function
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "7.32.
|
3
|
+
"version": "7.32.3",
|
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": "^7.32.
|
36
|
-
"@babylonjs/gui": "^7.32.
|
37
|
-
"@babylonjs/gui-editor": "^7.32.
|
38
|
-
"@babylonjs/loaders": "^7.32.
|
39
|
-
"@babylonjs/materials": "^7.32.
|
40
|
-
"@babylonjs/serializers": "^7.32.
|
35
|
+
"@babylonjs/core": "^7.32.3",
|
36
|
+
"@babylonjs/gui": "^7.32.3",
|
37
|
+
"@babylonjs/gui-editor": "^7.32.3",
|
38
|
+
"@babylonjs/loaders": "^7.32.3",
|
39
|
+
"@babylonjs/materials": "^7.32.3",
|
40
|
+
"@babylonjs/serializers": "^7.32.3",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2"
|