Version 3.3.0.1

MethodDrawer class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public abstract class MethodDrawer : OdinDrawer
Base drawer to inherit from to draw methods.
Inheritance

Constructors

MethodDrawer()
protected MethodDrawer()

Methods

CanDrawMethodProperty(InspectorProperty)
protected virtual bool CanDrawMethodProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

CanDrawProperty(InspectorProperty)
public override sealed bool CanDrawProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

Extension Methods