Version 3.3.0.1

DefaultMethodDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 0.11)]
public sealed class DefaultMethodDrawer : MethodDrawer
The default method drawer that draws most buttons.
Inheritance

Constructors

DefaultMethodDrawer()
public DefaultMethodDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property layout.
protected override void DrawPropertyLayout(GUIContent lbl)
Parameters
UnityEngine.GUIContent lbl

Initialize()
Initializes this instance.
protected override void Initialize()
Extension Methods