C# Class TerrainDisplay.Recast.NavMeshPolygon

Managed version of dtPoly
Show file Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
Area byte
FirstLink uint
Flags ushort
Neighbors ushort[]
Type NavMeshPolyTypes
VERTS_PER_POLYGON int
VertCount ushort
Vertices ushort[]

Property Details

Area public property

public byte Area
return byte

FirstLink public property

public uint FirstLink
return uint

Flags public property

public ushort Flags
return ushort

Neighbors public property

public ushort[] Neighbors
return ushort[]

Type public property

public NavMeshPolyTypes Type
return NavMeshPolyTypes

VERTS_PER_POLYGON public static property

public static int VERTS_PER_POLYGON
return int

VertCount public property

public ushort VertCount
return ushort

Vertices public property

public ushort[] Vertices
return ushort[]