babylonjs-node-render-graph-editor 7.21.1 → 7.21.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.
|
@@ -752,6 +752,10 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
|
|
|
752
752
|
private _locked;
|
|
753
753
|
private _dataProvider;
|
|
754
754
|
private _applyUpdate;
|
|
755
|
+
/**
|
|
756
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
757
|
+
*/
|
|
758
|
+
isEnabled: boolean;
|
|
755
759
|
/**
|
|
756
760
|
* Constructor
|
|
757
761
|
* @param dataProvider defines the data provider function
|