C# Class PathComponentEditor, Path-GPL

Inheritance: UnityEditor.Editor, IInspector
Show file Open project: MrJoy/Path-GPL

Public Methods

Method Description
OnGetFrameBounds ( ) : Bounds
OnInspectorGUI ( ) : void
OnSceneGUI ( ) : void
PathComponentEditor ( ) : System.Collections
Update ( ) : void

Method Details

OnGetFrameBounds() public method

public OnGetFrameBounds ( ) : Bounds
return Bounds

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() public method

public OnSceneGUI ( ) : void
return void

PathComponentEditor() public method

public PathComponentEditor ( ) : System.Collections
return System.Collections

Update() public method

public Update ( ) : void
return void