Photon Quantum 2.1.1

Public Attributes | List of all members
Quantum.NavMeshAgentSteeringData Struct Reference

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...
 

Detailed Description

Navmesh agent steering data passed into callbacks.

Member Data Documentation

◆ Waypoint

FPVector2 Quantum.NavMeshAgentSteeringData.Waypoint

Current waypoint position.

◆ Flags

Navigation.WaypointFlag Quantum.NavMeshAgentSteeringData.Flags

Is the current waypoint the target.

◆ DesiredDirection

FPVector2 Quantum.NavMeshAgentSteeringData.DesiredDirection

The velocity the agent desires to move influenced by avoidance (if enabled). The velocity is normalized over the current speed.