Class RetroSystemEditor
The retro system inspector window
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.Editor
RetroSystemEditor
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
[CustomEditor(typeof(RetroSystem))]
public class RetroSystemEditor : Editor, IPreviewable, IToolModeOwner
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.Editor.OnInspectorGUI()