babylonjs-inspector 7.35.0 → 7.35.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
|
@@ -4446,6 +4446,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
4446
4446
|
private _onSelectionChangedObserver;
|
|
4447
4447
|
private _isVisible;
|
|
4448
4448
|
private _isTargetCandidate;
|
|
4449
|
+
private _gradient;
|
|
4449
4450
|
onDisposedObservable: BABYLON.Observable<NodeLink>;
|
|
4450
4451
|
get isTargetCandidate(): boolean;
|
|
4451
4452
|
set isTargetCandidate(value: boolean);
|
|
@@ -5433,6 +5433,7 @@ export class NodeLink {
|
|
|
5433
5433
|
private _onSelectionChangedObserver;
|
|
5434
5434
|
private _isVisible;
|
|
5435
5435
|
private _isTargetCandidate;
|
|
5436
|
+
private _gradient;
|
|
5436
5437
|
onDisposedObservable: Observable<NodeLink>;
|
|
5437
5438
|
get isTargetCandidate(): boolean;
|
|
5438
5439
|
set isTargetCandidate(value: boolean);
|
|
@@ -12518,6 +12519,7 @@ declare module INSPECTOR.SharedUIComponents {
|
|
|
12518
12519
|
private _onSelectionChangedObserver;
|
|
12519
12520
|
private _isVisible;
|
|
12520
12521
|
private _isTargetCandidate;
|
|
12522
|
+
private _gradient;
|
|
12521
12523
|
onDisposedObservable: BABYLON.Observable<NodeLink>;
|
|
12522
12524
|
get isTargetCandidate(): boolean;
|
|
12523
12525
|
set isTargetCandidate(value: boolean);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-inspector",
|
|
3
|
-
"version": "7.35.
|
|
3
|
+
"version": "7.35.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*.* -g"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.35.
|
|
18
|
-
"babylonjs-gui": "^7.35.
|
|
19
|
-
"babylonjs-gui-editor": "^7.35.
|
|
20
|
-
"babylonjs-loaders": "^7.35.
|
|
21
|
-
"babylonjs-materials": "^7.35.
|
|
22
|
-
"babylonjs-serializers": "^7.35.
|
|
17
|
+
"babylonjs": "^7.35.2",
|
|
18
|
+
"babylonjs-gui": "^7.35.2",
|
|
19
|
+
"babylonjs-gui-editor": "^7.35.2",
|
|
20
|
+
"babylonjs-loaders": "^7.35.2",
|
|
21
|
+
"babylonjs-materials": "^7.35.2",
|
|
22
|
+
"babylonjs-serializers": "^7.35.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|