On Axis
Menu: Events/Buttons
Purpose
Event node that fires every frame while the input axis Vector2 is different from 0. The current axis vector is exposed on the node output.
Inputs
| Name | Type | Default | Details |
|---|---|---|---|
Axis Name | TEXT | axisname | Name of the registered axis to monitor. |
Outputs
| Name | Type | Default | Details |
|---|---|---|---|
Then | BRANCH | - | Triggered while the axis vector is not zero. |
Value | FLOAT2 | - | Current axis value as a Vector2. |