C# Class org.recast4j.detour.Poly

Defines a polyogn within a dtMeshTile object.
Afficher le fichier Open project: timotimosky/-Navmesh_Csharp Class Usage Examples

Méthodes publiques

Свойство Type Description
areaAndtype int
firstLink int
flags int
neis int[]
vertCount int
verts int[]

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Poly ( int index, int maxVertsPerPoly )

Method Details

Poly() public méthode

public Poly ( int index, int maxVertsPerPoly )
index int
maxVertsPerPoly int

Property Details

areaAndtype public_oe property

The bit packed area id and polygon type. @note Use the structure's set and get methods to access this value.
public int areaAndtype
Résultat int

firstLink public_oe property

Index to first link in linked list. (Or #DT_NULL_LINK if there is no link.)
public int firstLink
Résultat int

flags public_oe property

The user defined polygon flags.
public int flags
Résultat int

neis public_oe property

Packed data representing neighbor polygons references and flags for each edge.
public int[] neis
Résultat int[]

vertCount public_oe property

The number of vertices in the polygon.
public int vertCount
Résultat int

verts public_oe property

The indices of the polygon's vertices. The actual vertices are located in MeshTile::verts.
public int[] verts
Résultat int[]