C# Class FullInspector.Modules.fiSharedInstanceSelectorWindow

Inheritance: EditorWindow
Afficher le fichier Open project: jacobdufault/fullinspector

Private Properties

Свойство Type Description
CreateNewScriptableObject void

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
Show ( Type instanceType, Type sharedInstanceType, Action onSelected ) : void

Shows a new selection window for a SharedInstance type.

Private Methods

Méthode Description
CreateNewScriptableObject ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Show() public static méthode

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. ///
Résultat void