Version 3.3.0.1

EnumPagingAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class EnumPagingAttributeDrawer<T> : OdinAttributeDrawer<EnumPagingAttribute, T>
Odin drawer for the EnumPagingAttribute.
Inheritance

Type Parameters

T

Constructors

EnumPagingAttributeDrawer()
public EnumPagingAttributeDrawer()

Methods

CanDrawTypeFilter(Type)
Returns true if the drawer can draw the type.
public override bool CanDrawTypeFilter(Type type)
Parameters
System.Type type

Returns
System.Boolean

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

Extension Methods