C# Class FullInspector.Modules.TypeSelectionPopupWindow

Inheritance: ScriptableWizard
显示文件 Open project: jacobdufault/fullinspector Class Usage Examples

Public Properties

Property Type Description
InitialType System.Type

Public Methods

Method Description
CreateSelectionWindow ( Type initialType, Action onSelectType ) : TypeSelectionPopupWindow
OnDestroy ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
PassesSearchFilter ( Type type ) : bool
TypeSelectionPopupWindow ( ) : System

Method Details

CreateSelectionWindow() public static method

public static CreateSelectionWindow ( Type initialType, Action onSelectType ) : TypeSelectionPopupWindow
initialType System.Type
onSelectType Action
return TypeSelectionPopupWindow

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

InitialType public_oe property

public Type,System InitialType
return System.Type