C# 클래스 org.recast4j.detour.Poly

Defines a polyogn within a dtMeshTile object.
파일 보기 프로젝트 열기: timotimosky/-Navmesh_Csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
areaAndtype int
firstLink int
flags int
neis int[]
vertCount int
verts int[]

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Poly ( int index, int maxVertsPerPoly )

메소드 상세

Poly() 공개 메소드

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

프로퍼티 상세

areaAndtype 공개적으로 프로퍼티

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

firstLink 공개적으로 프로퍼티

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

flags 공개적으로 프로퍼티

The user defined polygon flags.
public int flags
리턴 int

neis 공개적으로 프로퍼티

Packed data representing neighbor polygons references and flags for each edge.
public int[] neis
리턴 int[]

vertCount 공개적으로 프로퍼티

The number of vertices in the polygon.
public int vertCount
리턴 int

verts 공개적으로 프로퍼티

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