Struct Anchor

Public

The start or end point of an off-mesh link.

Public Methods

Equals (obj)
Public
GetHashCode ()
Public

Public Static Methods

operator!= (a, b)
Public Static
operator== (a, b)
Public Static

Public Variables

center

Where the link connects to the navmesh.

Public
point1

First point on the segment that makes up this anchor.

Public Readonly
point2

Second point on the segment that makes up this anchor.

Public Readonly
rotation

Rotation that the character should align itself with when traversing the link.

Public
width

Width of the link.

Public