|
static void | DrawWireCube (Vector3 center, Vector3 size) |
| Draws a wire cube using handles.
|
|
static bool | FixLabel (string label, string buttonLabel="Fix", int buttonWidth=40) |
| Draws a small help box with a 'Fix' button to the right.
|
|
static void | HelpBox (string label) |
| Draws a small help box.
|
|
static Object | ObjectField (string label, Object obj, System.Type objType, bool allowSceneObjects) |
|
static Object | ObjectField (GUIContent label, Object obj, System.Type objType, bool allowSceneObjects) |
|
static void | Separator () |
| Draws a thin separator line.
|
|
static bool | ToggleGroup (GUIContent label, bool value) |
| Draws a toggle with a bold label to the right.
|
|
AstarPathEditor | editor |
|
FadeArea | fadeArea |
| Stores if the graph is visible or not in the inspector.
|
|
FadeArea | infoFadeArea |
| Stores if the graph info box is visible or not in the inspector.
|
|
void DrawChildren |
( |
PointGraph |
graph, |
|
|
Transform |
tr |
|
) |
| |
override void OnDrawGizmos |
( |
| ) |
|
|
virtual |
Override to implement scene Gizmos drawing for the graph editor.
Reimplemented from GraphEditor.
override void OnInspectorGUI |
( |
NavGraph |
target | ) |
|
|
virtual |
Override to implement graph inspectors.
Reimplemented from GraphEditor.
The documentation for this class was generated from the following file:
- /Users/arong/Unity/a-pathfinding-project/Assets/AstarPathfindingProject/Editor/GraphEditors/PointGeneratorEditor.cs