Property | Type | Description | |
---|---|---|---|
editor | AstarPathEditor |
Method | Description | |
---|---|---|
AutoScan ( ) : bool | ||
DrawWireCube ( |
||
FixLabel ( string label, string buttonLabel = "Fix", int buttonWidth = 40 ) : bool | ||
HelpBox ( string label ) : void | ||
ObjectField ( |
||
ObjectField ( string label, Object obj, System objType, bool allowSceneObjects ) : Object | ||
OnBaseInspectorGUI ( |
||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnDrawGizmos ( ) : void | ||
OnEnable ( ) : void | ||
OnInspectorGUI ( |
||
OnSceneGUI ( |
||
Separator ( ) : void | ||
ToggleGroup ( |
||
ToggleGroup ( string label, bool value ) : bool |
public static DrawWireCube ( |
||
center | ||
size | ||
return | void |
public FixLabel ( string label, string buttonLabel = "Fix", int buttonWidth = 40 ) : bool | ||
label | string | |
buttonLabel | string | |
buttonWidth | int | |
return | bool |
public ObjectField ( |
||
label | ||
obj | Object | |
objType | System | |
allowSceneObjects | bool | |
return | Object |
public ObjectField ( string label, Object obj, System objType, bool allowSceneObjects ) : Object | ||
label | string | |
obj | Object | |
objType | System | |
allowSceneObjects | bool | |
return | Object |
public OnBaseInspectorGUI ( |
||
target | ||
return | void |
public OnInspectorGUI ( |
||
target | ||
return | void |
public ToggleGroup ( |
||
label | ||
value | bool | |
return | bool |
public ToggleGroup ( string label, bool value ) : bool | ||
label | string | |
value | bool | |
return | bool |