Power
Last updated
Last updated
Power performs an exponentiation operation, meaning that it multiplies the Base
value against itself n times, with n being defined by Exponent
.
Scope: Project, Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| Drop-down | The type of data that will be plugged into the |
| Defined in the | The default value of |
| Defined in the | The default value of |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard input Pulse, to trigger the execution of the Node. |
| Defined in the | The base value that will be multiplied against itself multiple times. |
| Defined in the | The number of times the |
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 exponentiation operation. |
Exponentiation: Definition & Examples on Study.com.
Exponentiation on Wikipedia.