Struct AgentOffMeshLinkTraversal Extends IComponentData
Public
Holds information about an off-mesh link that the agent is currently traversing.
This component is added to the agent when it starts traversing an off-mesh link. It is removed when the agent has finished traversing the link.
Public Variables
endPoint
The end point of the off-mesh link from the agent's perspective.
Public
startPoint
The start point of the off-mesh link from the agent's perspective.
Public