[This is preliminary documentation and is subject to change.]
Polygon data for a polygon in a navigation mesh tile.
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 NavmeshPoly
Public Structure NavmeshPoly
public value class NavmeshPoly
Members
| All Members | Fields | Properties |
| Member | Description | |
|---|---|---|
| Area |
The polygon's user defined area.
| |
| firstLink |
Index to first link in the linked list.
(Or NullLink if there is no link.)
| |
| flags |
The polygon flags.
| |
| indices |
Indices to the polygon's vertices.
[Length: MaxAllowedVertsPerPoly]
| |
| neighborPolyRefs |
Packed data representing neighbor polygon ids and flags for each edge.
| |
| Type |
The type of polygon.
| |
| vertCount |
The number of vertices in the polygon.
|
Remarks
This structure is provided for debug purposes.