C# Class Pathfinding.GraphEditor

Inheritance: Pathfinding.GraphEditorBase
Mostrar archivo Open project: jgirald/ES2015F

Public Properties

Property Type Description
editor AstarPathEditor

Public Methods

Method Description
AutoScan ( ) : bool
DrawWireCube ( Vector3 center, Vector3 size ) : void
FixLabel ( string label, string buttonLabel = "Fix", int buttonWidth = 40 ) : bool
HelpBox ( string label ) : void
ObjectField ( GUIContent label, Object obj, System objType, bool allowSceneObjects ) : Object
ObjectField ( string label, Object obj, System objType, bool allowSceneObjects ) : Object
OnBaseInspectorGUI ( NavGraph target ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnDrawGizmos ( ) : void
OnEnable ( ) : void
OnInspectorGUI ( NavGraph target ) : void
OnSceneGUI ( NavGraph target ) : void
Separator ( ) : void
ToggleGroup ( GUIContent label, bool value ) : bool
ToggleGroup ( string label, bool value ) : bool

Method Details

AutoScan() public method

public AutoScan ( ) : bool
return bool

DrawWireCube() public static method

public static DrawWireCube ( Vector3 center, Vector3 size ) : void
center UnityEngine.Vector3
size UnityEngine.Vector3
return void

FixLabel() public method

public FixLabel ( string label, string buttonLabel = "Fix", int buttonWidth = 40 ) : bool
label string
buttonLabel string
buttonWidth int
return bool

HelpBox() public method

public HelpBox ( string label ) : void
label string
return void

ObjectField() public method

public ObjectField ( GUIContent label, Object obj, System objType, bool allowSceneObjects ) : Object
label UnityEngine.GUIContent
obj Object
objType System
allowSceneObjects bool
return Object

ObjectField() public method

public ObjectField ( string label, Object obj, System objType, bool allowSceneObjects ) : Object
label string
obj Object
objType System
allowSceneObjects bool
return Object

OnBaseInspectorGUI() public method

public OnBaseInspectorGUI ( NavGraph target ) : void
target NavGraph
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( NavGraph target ) : void
target NavGraph
return void

OnSceneGUI() public method

public OnSceneGUI ( NavGraph target ) : void
target NavGraph
return void

Separator() public method

public Separator ( ) : void
return void

ToggleGroup() public method

public ToggleGroup ( GUIContent label, bool value ) : bool
label UnityEngine.GUIContent
value bool
return bool

ToggleGroup() public method

public ToggleGroup ( string label, bool value ) : bool
label string
value bool
return bool

Property Details

editor public_oe property

public AstarPathEditor editor
return AstarPathEditor