@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.
|
@@ -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);
|
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
|
"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.35.
|
|
36
|
-
"@babylonjs/gui": "^7.35.
|
|
37
|
-
"@babylonjs/gui-editor": "^7.35.
|
|
38
|
-
"@babylonjs/loaders": "^7.35.
|
|
39
|
-
"@babylonjs/materials": "^7.35.
|
|
40
|
-
"@babylonjs/serializers": "^7.35.
|
|
35
|
+
"@babylonjs/core": "^7.35.2",
|
|
36
|
+
"@babylonjs/gui": "^7.35.2",
|
|
37
|
+
"@babylonjs/gui-editor": "^7.35.2",
|
|
38
|
+
"@babylonjs/loaders": "^7.35.2",
|
|
39
|
+
"@babylonjs/materials": "^7.35.2",
|
|
40
|
+
"@babylonjs/serializers": "^7.35.2",
|
|
41
41
|
"@lts/gui": "1.0.0",
|
|
42
42
|
"react": "^17.0.2",
|
|
43
43
|
"react-dom": "^17.0.2"
|