C# Class FullInspector.Internal.fiScriptableObjectManagerWindow

Provides a nice interface for interacting with and managing scriptable object instances
Inheritance: EditorWindow
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
OnEnable ( ) : void
OnGUI ( ) : void

Private Methods

Méthode Description
CreateNewScriptableObject ( Type instanceType ) : void
GetLabels ( ) : UnityEngine.GUIContent[]
GetTypes ( ) : System.Type[]
ShowWindow ( ) : void

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void