C# 클래스 FullInspector.Modules.fiSharedInstanceSelectorWindow

상속: EditorWindow
파일 보기 프로젝트 열기: jacobdufault/fullinspector

Private Properties

프로퍼티 타입 설명
CreateNewScriptableObject void

공개 메소드들

메소드 설명
OnDestroy ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Show ( Type instanceType, Type sharedInstanceType, Action onSelected ) : void

Shows a new selection window for a SharedInstance type.

비공개 메소드들

메소드 설명
CreateNewScriptableObject ( ) : void

메소드 상세

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Show() 공개 정적인 메소드

Shows a new selection window for a SharedInstance type.
public static Show ( Type instanceType, Type sharedInstanceType, Action onSelected ) : void
instanceType System.Type /// The generic SharedInstance parameter; that actual instance type. ///
sharedInstanceType System.Type /// The generic SharedInstance type itself. ///
onSelected Action /// Method to invoke when a new SharedInstance has been selected. ///
리턴 void