- Namespace
- Atavism
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["AtavismNavMeshTile"]
class Type type-node
Syntax
public class AtavismNavMeshTile : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| bounds | ||
| MeshActive | ||
| navMesh | ||
| NavMeshColors | ||
| NavMeshTriangles | ||
| NavMeshUVs | ||
| NavMeshVerts | ||
| tileX | ||
| tileY |
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| BuildGeometry |
void | |
| BuildNavMeshGeometry |
void |
Builds the NavMesh geometry into a Unity3d Mesh to display for debug
|
| BuildTile |
void | |
| DrawNavMeshGeometry |
void |
Creates a Mesh Object as a child of this object and builds the mesh from the data built by BuildNavMeshGeometry
|
| GenerateNavMesh |
void | |
| SetTileData |
void |