Struct OffMeshLinkTracer

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 Methods

OffMeshLinkTracer (link, reversed)
Public
OffMeshLinkTracer (link, relativeStart, relativeEnd, isReverse)
Public

Public Variables

component

The Component associated with this link.

Public
gameObject

The GameObject associated with this link.

Public
isReverse

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

Public Readonly
link

The off-mesh link that the agent is traversing.

relativeEnd

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

Public Readonly
relativeStart

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

Public Readonly