C# Class Pathfinding.RecastGraph.NavmeshTile

Inheritance: INavmeshHolder, INavmesh
Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
bbTree BBTree
d int
flag bool
nodes Pathfinding.TriangleMeshNode[]
tris int[]
verts Pathfinding.Int3[]
w int
x int
z int

Public Methods

Method Description
GetNodes ( GraphNodeDelegateCancelable del ) : void
GetTileCoordinates ( int tileIndex, int &x, int &z ) : void
GetVertex ( int index ) : Int3
GetVertexArrayIndex ( int index ) : int

Method Details

GetNodes() public method

public GetNodes ( GraphNodeDelegateCancelable del ) : void
del GraphNodeDelegateCancelable
return void

GetTileCoordinates() public method

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

GetVertex() public method

public GetVertex ( int index ) : Int3
index int
return Int3

GetVertexArrayIndex() public method

public GetVertexArrayIndex ( int index ) : int
index int
return int

Property Details

bbTree public_oe property

public BBTree,Pathfinding bbTree
return BBTree

d public_oe property

public int d
return int

flag public_oe property

public bool flag
return bool

nodes public_oe property

public TriangleMeshNode[],Pathfinding nodes
return Pathfinding.TriangleMeshNode[]

tris public_oe property

public int[] tris
return int[]

verts public_oe property

public Int3[],Pathfinding verts
return Pathfinding.Int3[]

w public_oe property

public int w
return int

x public_oe property

public int x
return int

z public_oe property

public int z
return int