Click or drag to resize
DebugInputEditor Class
Custom editor/inspector of the mono behaviour DebugInput.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        Slash.Unity.Editor.Common.Inspectors.DiagnosticsDebugInputEditor

Namespace: Slash.Unity.Editor.Common.Inspectors.Diagnostics
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class DebugInputEditor : Editor

The DebugInputEditor type exposes the following members.

Constructors
  NameDescription
Public methodDebugInputEditor
Initializes a new instance of the DebugInputEditor class
Top
Methods
  NameDescription
Public methodOnEnable
Called when the inspector gets active.
Public methodOnInspectorGUI
Called when the inspector GUI should be drawn.
(Overrides Editor.OnInspectorGUI.)
Top
See Also