babylonjs-inspector 7.32.0 → 7.32.3
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
|
@@ -3692,6 +3692,10 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
3692
3692
|
private _locked;
|
|
3693
3693
|
private _dataProvider;
|
|
3694
3694
|
private _applyUpdate;
|
|
3695
|
+
/**
|
|
3696
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
3697
|
+
*/
|
|
3698
|
+
isEnabled: boolean;
|
|
3695
3699
|
/**
|
|
3696
3700
|
* Constructor
|
|
3697
3701
|
* @param dataProvider defines the data provider function
|
|
@@ -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
|
|
@@ -11568,6 +11572,10 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
11568
11572
|
private _locked;
|
|
11569
11573
|
private _dataProvider;
|
|
11570
11574
|
private _applyUpdate;
|
|
11575
|
+
/**
|
|
11576
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
11577
|
+
*/
|
|
11578
|
+
isEnabled: boolean;
|
|
11571
11579
|
/**
|
|
11572
11580
|
* Constructor
|
|
11573
11581
|
* @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
|
"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*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.32.
|
|
18
|
-
"babylonjs-gui": "^7.32.
|
|
19
|
-
"babylonjs-gui-editor": "^7.32.
|
|
20
|
-
"babylonjs-loaders": "^7.32.
|
|
21
|
-
"babylonjs-materials": "^7.32.
|
|
22
|
-
"babylonjs-serializers": "^7.32.
|
|
17
|
+
"babylonjs": "^7.32.3",
|
|
18
|
+
"babylonjs-gui": "^7.32.3",
|
|
19
|
+
"babylonjs-gui-editor": "^7.32.3",
|
|
20
|
+
"babylonjs-loaders": "^7.32.3",
|
|
21
|
+
"babylonjs-materials": "^7.32.3",
|
|
22
|
+
"babylonjs-serializers": "^7.32.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|