BoolVariable
Derives from RuntimeVariable<T>.
Description
Represents an observable bool value that can be shared and modified throughout the application.
Public Methods
Toggle()- Inverts the boolean value.CopyFrom(BoolVariable)- Copies the value of anotherBoolVariableinto this variable.CopyTo(BoolVariable)- Copies the value from this variable into anotherBoolVariable.