Click or drag to resize
EventManagerLogBehaviourEditor Class

[Missing <summary> documentation for "T:Slash.Unity.Editor.Common.Inspectors.Logging.EventManagerLogBehaviourEditor"]

Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        Slash.Unity.Editor.Common.Inspectors.LoggingEventManagerLogBehaviourEditor
          Slash.Unity.Editor.Common.Inspectors.LoggingGameLogBehaviourEditor

Namespace: Slash.Unity.Editor.Common.Inspectors.Logging
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public abstract class EventManagerLogBehaviourEditor : Editor

The EventManagerLogBehaviourEditor type exposes the following members.

Constructors
  NameDescription
Protected methodEventManagerLogBehaviourEditor
Initializes a new instance of the EventManagerLogBehaviourEditor class
Top
Properties
  NameDescription
Protected propertyEventTypes
Event types which can be configured.
Top
Methods
  NameDescription
Public methodOnDisable
Called when the inspector gets disabled.
Public methodOnEnable
Called when the inspector gets active.
Public methodOnInspectorGUI
Called when the inspector GUI should be drawn.
(Overrides Editor.OnInspectorGUI.)
Top
See Also