|
| void | DrawChildren (PointGraph graph, Transform tr) |
| |
| override void | OnDrawGizmos () |
| | Override to implement scene Gizmos drawing for the graph editor.
|
| |
| override void | OnInspectorGUI (NavGraph target) |
| | Override to implement graph inspectors.
|
| |
| bool | AutoScan () |
| | Called by editor scripts to rescan the graphs e.g when the user moved a graph.
|
| |
| bool | FixLabel (string label, string buttonLabel="Fix", int buttonWidth=40) |
| | Draws a small help box with a 'Fix' button to the right.
|
| |
| void | HelpBox (string label) |
| | Draws a small help box.
|
| |
| Object | ObjectField (string label, Object obj, System.Type objType, bool allowSceneObjects) |
| |
| Object | ObjectField (GUIContent label, Object obj, System.Type objType, bool allowSceneObjects) |
| |
| void | OnBaseInspectorGUI (NavGraph target) |
| | Draws common graph settings.
|
| |
| virtual void | OnDestroy () |
| |
| virtual void | OnDisable () |
| |
| virtual void | OnEnable () |
| |
| virtual void | OnSceneGUI (NavGraph target) |
| | Override to implement scene GUI drawing for the graph.
|
| |
| void | Separator () |
| | Draws a thin separator line.
|
| |
| bool | ToggleGroup (string label, bool value) |
| | Draws a toggle with a bold label to the right.
|
| |
| bool | ToggleGroup (GUIContent label, bool value) |
| | Draws a toggle with a bold label to the right.
|
| |
| 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