C# 클래스 Fungus.EditorUtils.EventHandlerEditor

상속: UnityEditor.Editor
파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 메소드들

메소드 설명
DrawInspectorGUI ( ) : void
GetEventHandlerInfo ( System eventHandlerType ) : EventHandlerInfoAttribute

Returns the class attribute info for an event handler class.

보호된 메소드들

메소드 설명
DrawHelpBox ( ) : void
DrawProperties ( ) : void

메소드 상세

DrawHelpBox() 보호된 메소드

protected DrawHelpBox ( ) : void
리턴 void

DrawInspectorGUI() 공개 메소드

public DrawInspectorGUI ( ) : void
리턴 void

DrawProperties() 보호된 메소드

protected DrawProperties ( ) : void
리턴 void

GetEventHandlerInfo() 공개 정적인 메소드

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