C# Class TerrainDisplay.Recast.NavMeshPolygon

Managed version of dtPoly
Afficher le fichier Open project: WCell/WCell-Terrain Class Usage Examples

Méthodes publiques

Свойство 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
Résultat byte

FirstLink public_oe property

public uint FirstLink
Résultat uint

Flags public_oe property

public ushort Flags
Résultat ushort

Neighbors public_oe property

public ushort[] Neighbors
Résultat ushort[]

Type public_oe property

public NavMeshPolyTypes Type
Résultat NavMeshPolyTypes

VERTS_PER_POLYGON public_oe static_oe property

public static int VERTS_PER_POLYGON
Résultat int

VertCount public_oe property

public ushort VertCount
Résultat ushort

Vertices public_oe property

public ushort[] Vertices
Résultat ushort[]