babylonjs-node-editor 7.35.1 → 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.nodeEditor.d.ts
CHANGED
|
@@ -1726,6 +1726,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
1726
1726
|
private _onSelectionChangedObserver;
|
|
1727
1727
|
private _isVisible;
|
|
1728
1728
|
private _isTargetCandidate;
|
|
1729
|
+
private _gradient;
|
|
1729
1730
|
onDisposedObservable: BABYLON.Observable<NodeLink>;
|
|
1730
1731
|
get isTargetCandidate(): boolean;
|
|
1731
1732
|
set isTargetCandidate(value: boolean);
|