Class NavmeshTile Extends INavmeshHolder

Public

Public Methods

Dispose ()
Public
GetNodes (action)
Public
GetTileCoordinates (tileIndex, x, z)

Transforms coordinates from graph space to world space.

Public
GetVertex (index)

Get a specific vertex in the tile.

Public
GetVertexArrayIndex (index)
Public
GetVertexInGraphSpace (i)

Position of vertex number i in coordinates local to the graph.

Public

Public Variables

bbTree

Bounding Box Tree for node lookups.

Public
d

Depth, in tile coordinates.

Public
flag

Temporary flag used for batching.

Public
graph
Public
nodes

All nodes in the tile.

Public
transform

Transforms coordinates from graph space to world space.

Public
tris

All triangle indices in the tile.

Public
verts

All vertices in the tile.

Public
vertsInGraphSpace

All vertices in the tile.

Public
w

Width, in tile coordinates.

Public
x

Tile X Coordinate.

Public
z

Tile Z Coordinate.

Public