C# Class FullInspector.Internal.fiScriptableObjectManagerWindow

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

Public Methods

Method Description
OnEnable ( ) : void
OnGUI ( ) : void

Private Methods

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

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void