Struct PathPartWithLinkInfo

Public

Represents a part of a path, with optional link information.

A path is divided up into parts, where each part is either a sequence of nodes or an off-mesh link. If your agent never traverses off-mesh links, the path will always consist of only a single part which is a sequence of nodes.

Public Methods

PathPartWithLinkInfo (startIndex, endIndex, linkInfo=…)
Public

Public Variables

endIndex

Index of the last point in the path that this part represents.

Public
linkInfo

The off-mesh link that this part represents.

Public
startIndex

Index of the first point in the path that this part represents.

Public
type

Specifies if this is a sequence of nodes, or an off-mesh link.

Public