C# 클래스 TerrainDisplay.Recast.NavMeshPolygon

Managed version of dtPoly
파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Area byte
FirstLink uint
Flags ushort
Neighbors ushort[]
Type NavMeshPolyTypes
VERTS_PER_POLYGON int
VertCount ushort
Vertices ushort[]

프로퍼티 상세

Area 공개적으로 프로퍼티

public byte Area
리턴 byte

FirstLink 공개적으로 프로퍼티

public uint FirstLink
리턴 uint

Flags 공개적으로 프로퍼티

public ushort Flags
리턴 ushort

Neighbors 공개적으로 프로퍼티

public ushort[] Neighbors
리턴 ushort[]

Type 공개적으로 프로퍼티

public NavMeshPolyTypes Type
리턴 NavMeshPolyTypes

VERTS_PER_POLYGON 공개적으로 정적으로 프로퍼티

public static int VERTS_PER_POLYGON
리턴 int

VertCount 공개적으로 프로퍼티

public ushort VertCount
리턴 ushort

Vertices 공개적으로 프로퍼티

public ushort[] Vertices
리턴 ushort[]