Struct LinkInfo

Public

Information about an off-mesh link.

Off-mesh links connect two points on the navmesh which are not necessarily connected by a normal navmesh connection.

Public Variables

firstPosition

The start point of the off-mesh link from the agent's perspective.

Public
isReverse

True if the agent is traversing the off-mesh link from original link's end to its start point.

Public
link

The off-mesh link that the agent is traversing.

secondPosition

The end point of the off-mesh link from the agent's perspective.

Public