C# Class TerrainDisplay.Recast.NavMeshPolygon

Managed version of dtPoly
Exibir arquivo 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_oe property

public byte Area
return byte

FirstLink public_oe property

public uint FirstLink
return uint

Flags public_oe property

public ushort Flags
return ushort

Neighbors public_oe property

public ushort[] Neighbors
return ushort[]

Type public_oe property

public NavMeshPolyTypes Type
return NavMeshPolyTypes

VERTS_PER_POLYGON public_oe static_oe property

public static int VERTS_PER_POLYGON
return int

VertCount public_oe property

public ushort VertCount
return ushort

Vertices public_oe property

public ushort[] Vertices
return ushort[]