C# Class Fungus.EditorUtils.EventHandlerEditor

Inheritance: UnityEditor.Editor
Mostra file Open project: snozbot/fungus Class Usage Examples

Public Methods

Method Description
DrawInspectorGUI ( ) : void
GetEventHandlerInfo ( System eventHandlerType ) : EventHandlerInfoAttribute

Returns the class attribute info for an event handler class.

Protected Methods

Method Description
DrawHelpBox ( ) : void
DrawProperties ( ) : void

Method Details

DrawHelpBox() protected method

protected DrawHelpBox ( ) : void
return void

DrawInspectorGUI() public method

public DrawInspectorGUI ( ) : void
return void

DrawProperties() protected method

protected DrawProperties ( ) : void
return void

GetEventHandlerInfo() public static method

Returns the class attribute info for an event handler class.
public static GetEventHandlerInfo ( System eventHandlerType ) : EventHandlerInfoAttribute
eventHandlerType System
return EventHandlerInfoAttribute