Class TileType
Public
A template for a single tile in a navmesh/recast graph.
Public Methods
Load
(verts, tris, rotation, yoffset)
Load a tile, result given by the vert and tris array.
Public
TileType
(sourceVerts, sourceTris, tileSize, centerOffset, width=1, depth=1)
Public
Public Variables
Depth
Public
Width
Public
Private/Protected Members
Rotations
Matrices for rotation.
Private
Static
Readonly
depth
Private
lastRotation
Private
lastYOffset
Private
offset
Private
tris
Private
verts
Private
width
Private