Enum VariableState
Represents all possible states that variables nodes can be in.
[Flags]
public enum VariableState : byte
Fields
Changed = 1Specifies that the variable has changed, compared to the initial value.
Default = 0Specifies that the variable has not changed.
Dirty = 32Specifies that the variable has been modified after its creation.
Disposed = 16Specifies that the variable has been disposed.
Invalid = 2Specifies that the variable contains validation errors.
ReadOnly = 8Specifies that the variable is read-only.
Warning = 4Specifies that the variable contains validation warnings.