C# 클래스 Pathfinding.RecastGraph.NavmeshTile

상속: INavmeshHolder, INavmesh
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bbTree BBTree
d int
flag bool
nodes Pathfinding.TriangleMeshNode[]
tris int[]
verts Pathfinding.Int3[]
w int
x int
z int

공개 메소드들

메소드 설명
GetNodes ( GraphNodeDelegateCancelable del ) : void
GetTileCoordinates ( int tileIndex, int &x, int &z ) : void
GetVertex ( int index ) : Int3
GetVertexArrayIndex ( int index ) : int

메소드 상세

GetNodes() 공개 메소드

public GetNodes ( GraphNodeDelegateCancelable del ) : void
del GraphNodeDelegateCancelable
리턴 void

GetTileCoordinates() 공개 메소드

public GetTileCoordinates ( int tileIndex, int &x, int &z ) : void
tileIndex int
x int
z int
리턴 void

GetVertex() 공개 메소드

public GetVertex ( int index ) : Int3
index int
리턴 Int3

GetVertexArrayIndex() 공개 메소드

public GetVertexArrayIndex ( int index ) : int
index int
리턴 int

프로퍼티 상세

bbTree 공개적으로 프로퍼티

public BBTree,Pathfinding bbTree
리턴 BBTree

d 공개적으로 프로퍼티

public int d
리턴 int

flag 공개적으로 프로퍼티

public bool flag
리턴 bool

nodes 공개적으로 프로퍼티

public TriangleMeshNode[],Pathfinding nodes
리턴 Pathfinding.TriangleMeshNode[]

tris 공개적으로 프로퍼티

public int[] tris
리턴 int[]

verts 공개적으로 프로퍼티

public Int3[],Pathfinding verts
리턴 Pathfinding.Int3[]

w 공개적으로 프로퍼티

public int w
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

z 공개적으로 프로퍼티

public int z
리턴 int