C# 클래스 EventDelegateEditor, TheUnseen

파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 메소드들

메소드 설명
Field ( Object undoObject, EventDelegate, del ) : bool

Draw an editor field for the Unity Delegate.

Field ( Object undoObject, EventDelegate, del, bool removeButton ) : bool

Draw an editor field for the Unity Delegate.

Field ( Object undoObject, List list ) : void

Draw a list of fields for the specified list of delegates.

Field ( Object undoObject, List list, string noTarget, string notValid ) : void

Draw a list of fields for the specified list of delegates.

비공개 메소드들

메소드 설명
GetMethodNames ( List list, string choice, int &index ) : string[]

Convert the specified list of delegate entries into a string array.

GetMethods ( GameObject target ) : List

Collect a list of usable delegates from the specified target game object. The delegates must be of type "void Delegate()".

메소드 상세

Field() 정적인 공개 메소드

Draw an editor field for the Unity Delegate.
static public Field ( Object undoObject, EventDelegate, del ) : bool
undoObject Object
del EventDelegate,
리턴 bool

Field() 정적인 공개 메소드

Draw an editor field for the Unity Delegate.
static public Field ( Object undoObject, EventDelegate, del, bool removeButton ) : bool
undoObject Object
del EventDelegate,
removeButton bool
리턴 bool

Field() 정적인 공개 메소드

Draw a list of fields for the specified list of delegates.
static public Field ( Object undoObject, List list ) : void
undoObject Object
list List
리턴 void

Field() 정적인 공개 메소드

Draw a list of fields for the specified list of delegates.
static public Field ( Object undoObject, List list, string noTarget, string notValid ) : void
undoObject Object
list List
noTarget string
notValid string
리턴 void