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 |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The desired Toggle Object. |
| Boolean | The Boolean value to be set. This is either true if the Toggle Object should be checked on, or false if not. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |