Set CheckBox Value
Last updated
Last updated
The Set Checkbox Value sets the Boolean value for a Toggle Object depending on if the user wants it to be checked on or off.
Scope: Scene, Function, Prefab.
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Object ID
ObjectID
The desired Toggle Object.
Value
Boolean
The Boolean value to be set. This is either true if the Toggle Object should be checked on, or false if not.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.