Binary Value
Last updated
Last updated
The Binary Value stores the inputted value as bytes.
Scope: Project, Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| Dropdown | The form the inputted value takes. This can either be |
| String | The |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Binary | A binary number you wish to add to the Binary Value Node. |
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. |
| Binary | The generated binary number represented as hexadecimal. |
Hexadecimal on Wikipedia.
Binary and Hexadecimal Numbers on Electronics Tutorials.