C# Class Fungus.EditorUtils.EventHandlerEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: snozbot/fungus Class Usage Examples

Méthodes publiques

Méthode Description
DrawInspectorGUI ( ) : void
GetEventHandlerInfo ( System eventHandlerType ) : EventHandlerInfoAttribute

Returns the class attribute info for an event handler class.

Méthodes protégées

Méthode Description
DrawHelpBox ( ) : void
DrawProperties ( ) : void

Method Details

DrawHelpBox() protected méthode

protected DrawHelpBox ( ) : void
Résultat void

DrawInspectorGUI() public méthode

public DrawInspectorGUI ( ) : void
Résultat void

DrawProperties() protected méthode

protected DrawProperties ( ) : void
Résultat void

GetEventHandlerInfo() public static méthode

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