Version 3.3.0.1

OdinEditor class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class OdinEditor : Editor
Inheritance
  • System.Object
  • OdinEditor

Constructors

OdinEditor()
public OdinEditor()

Properties

ForceHideMonoScriptInEditor
public static bool ForceHideMonoScriptInEditor { get; set; }
Tree
public PropertyTree Tree { get; }

Methods

DrawDefaultInspector()
Draws the default Odin inspector.
public void DrawDefaultInspector()
DrawTree()
Draws the property tree.
protected virtual void DrawTree()
DrawUnityInspector()
Draws the default Unity inspector.
public void DrawUnityInspector()
MockUnityGenericInspector()
protected void MockUnityGenericInspector()
OnDisable()
Called by Unity.
protected virtual void OnDisable()
OnEnable()
Called by Unity.
protected virtual void OnEnable()
OnInspectorGUI()
Not yet documented.
public override void OnInspectorGUI()