Binary Value
Overview

Attributes

Attribute
Type
Description
Inputs
Input
Type
Description
Outputs
Output
Type
Description
External Links
Last updated

The Binary Value stores the inputted value as bytes.
Scope: Project, Scene, Function, Prefab.

Base
Dropdown
The form the inputted value takes. This can either be Binary (Base2) or Hex (Base16). When Binary (Base2) is selected, only 1 and 0 are allowed in the Value Attribute. When Binary (Base16) is selected, only numbers from 0-9 and letters A-F are allowed in the Value Attribute.
Value
String
The Value that the generated number will have.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Input
Binary
A binary number you wish to add to the Binary Value Node.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Output
Binary
The generated binary number represented as hexadecimal.
Hexadecimal on Wikipedia.
Binary and Hexadecimal Numbers on Electronics Tutorials.
Last updated