- Namespace
- Atavism
- Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["AtavismNavMeshEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(AtavismNavMesh))]
public class AtavismNavMeshEditor : Editor
Attributes
| Type | Description |
|---|---|
| CustomEditor |
Methods
| Name | Value | Summary |
|---|---|---|
| OnInspectorGUI |
void |
Sets up the GUI so users can export the NavMesh data into XML or Binary formats
|