Subtract
Last updated
Last updated
Subtract is a basic arithmetic operation Node, which performs a sequence of subtraction operations, from top to bottom, for each Input
Socket, whose value is subtracted from the result of the previous operation.
This is the equivalent of the subtraction (-
) operation in computer science and mathematics.
Scope: Project, Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| Drop-down | The type of data that will be plugged into the |
| Defined in the | The number of |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard input Pulse, to trigger the execution of the Node. |
| Defined in the | The values to be subtracted sequentially, from top to bottom. |
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. |
| Defined in the | The result of the subtraction operation/s. |