[This is preliminary documentation and is subject to change.]
A navigation mesh off-mesh connection.
Namespace: org.critterai.navAssembly: cai-nav (in cai-nav.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public struct NavmeshConnection
Public Structure NavmeshConnection
public value class NavmeshConnection
Members
| All Members | Fields | Properties |
| Member | Description | |
|---|---|---|
| BiDirectionalFlag |
The flag that indicates the connection is bi-directional.
| |
| endpoints |
The endpoints of the connection. [(start, end)].
| |
| flags |
Link flags.
| |
| IsBiDirectional |
True if the traversal of the connection can start from either endpoint. False if the
connection can only be travered from the start to the end point.
| |
| polyRef |
The polygon reference of the connection.
| |
| radius |
The radius of the endpoints. [Limit: >=0]
| |
| side |
Side.
| |
| userId |
The id of the off-mesh connection. (User assigned when the navmesh is built.)
|