Navmesh agent steering data passed into callbacks. More...
Public Attributes | |
FPVector2 | DesiredDirection |
The velocity the agent desires to move influenced by avoidance (if enabled). The velocity is normalized over the current speed. More... | |
Navigation.WaypointFlag | Flags |
Is the current waypoint the target. More... | |
FPVector2 | Waypoint |
Current waypoint position. More... | |
Navmesh agent steering data passed into callbacks.
FPVector2 Quantum.NavMeshAgentSteeringData.Waypoint |
Current waypoint position.
Navigation.WaypointFlag Quantum.NavMeshAgentSteeringData.Flags |
Is the current waypoint the target.
FPVector2 Quantum.NavMeshAgentSteeringData.DesiredDirection |
The velocity the agent desires to move influenced by avoidance (if enabled). The velocity is normalized over the current speed.