Flight Agent Apply Input
Apply player input values to a FlightAgent.
Parameters
| Parameter | Description |
|---|---|
| Agent | FlightAgent to drive. |
| Forward | Forward/back input in -1..1. |
| Strafe | Left/right input in -1..1. |
| Vertical | Down/up input in -1..1. |
| Yaw | Yaw input in -1..1 (used when Look is not assigned). |
| Pitch | Pitch input in -1..1 (used when Look is not assigned). |
| Look | Optional shortcut where X is yaw and Y is pitch. |
| Roll | Roll input in -1..1. |