Absolute
Last updated
Last updated
Absolute takes a single numerical value and converts any negative value (per component) to its absolute/non-negative equivalent.
Scope: Project, Scene, Function, Prefab.
Absolute value on Wikipedia.
Attribute | Type | Description |
---|---|---|
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
Data Type
Drop-down
The type of data that will be plugged into the Input
Socket and will return via its Output
Socket.
Pulse Input (►)
Pulse
A standard input Pulse, to trigger the execution of the Node.
Input
Defined in the Data Type
Attribute.
The value to be converted to its non-negative equivalent.
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
Defined in the Data Type
Attribute.
The non-negative equivalent of Input
.