C# Class FullInspector.Modules.TypeSelectionPopupWindow

Inheritance: ScriptableWizard
Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Méthodes publiques

Свойство Type Description
InitialType System.Type

Méthodes publiques

Méthode Description
CreateSelectionWindow ( Type initialType, Action onSelectType ) : TypeSelectionPopupWindow
OnDestroy ( ) : void
OnGUI ( ) : void

Private Methods

Méthode Description
PassesSearchFilter ( Type type ) : bool
TypeSelectionPopupWindow ( ) : System

Method Details

CreateSelectionWindow() public static méthode

public static CreateSelectionWindow ( Type initialType, Action onSelectType ) : TypeSelectionPopupWindow
initialType System.Type
onSelectType Action
Résultat TypeSelectionPopupWindow

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

InitialType public_oe property

public Type,System InitialType
Résultat System.Type