babylonjs-node-render-graph-editor 7.24.1 → 7.24.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.
|
@@ -1639,6 +1639,7 @@ export class NodeLink {
|
|
|
1639
1639
|
private _onSelectionChangedObserver;
|
|
1640
1640
|
private _isVisible;
|
|
1641
1641
|
private _isTargetCandidate;
|
|
1642
|
+
private _gradient;
|
|
1642
1643
|
onDisposedObservable: Observable<NodeLink>;
|
|
1643
1644
|
get isTargetCandidate(): boolean;
|
|
1644
1645
|
set isTargetCandidate(value: boolean);
|
|
@@ -5767,6 +5768,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
|
|
|
5767
5768
|
private _onSelectionChangedObserver;
|
|
5768
5769
|
private _isVisible;
|
|
5769
5770
|
private _isTargetCandidate;
|
|
5771
|
+
private _gradient;
|
|
5770
5772
|
onDisposedObservable: BABYLON.Observable<NodeLink>;
|
|
5771
5773
|
get isTargetCandidate(): boolean;
|
|
5772
5774
|
set isTargetCandidate(value: boolean);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-node-render-graph-editor",
|
|
3
|
-
"version": "7.24.
|
|
3
|
+
"version": "7.24.2",
|
|
4
4
|
"main": "babylon.nodeRenderGraphEditor.js",
|
|
5
5
|
"types": "babylon.nodeRenderGraphEditor.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^7.35.
|
|
17
|
+
"babylonjs": "^7.35.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@dev/build-tools": "1.0.0",
|