Version 3.3.0.1

TypeFilterAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 2002)]
public sealed class TypeFilterAttributeDrawer : OdinAttributeDrawer<TypeFilterAttribute>
Draws properties marked with TypeFilterAttribute.
Inheritance

Constructors

TypeFilterAttributeDrawer()
public TypeFilterAttributeDrawer()

Methods

CanDrawAttributeProperty(InspectorProperty)
protected override bool CanDrawAttributeProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

DrawPropertyLayout(GUIContent)
Draws the property with GUILayout support. This method is called by DrawPropertyImplementation if the GUICallType is set to GUILayout, which is the default.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

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