| 
| 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 | 
|   | 
  
  
      
        
          | 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/PolarGeneratorEditor.cs