Version 3.3.0.1

CustomValueDrawerAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 0, 1.7976931348623157E+308)]
public class CustomValueDrawerAttributeDrawer<T> : OdinAttributeDrawer<CustomValueDrawerAttribute, T>
Draws properties marked with ValidateInputAttribute.
Inheritance

Type Parameters

T

Constructors

CustomValueDrawerAttributeDrawer()
public CustomValueDrawerAttributeDrawer()

Methods

CanDrawTypeFilter(Type)
public override bool CanDrawTypeFilter(Type type)
Parameters
System.Type type

Returns
System.Boolean

DrawPropertyLayout(GUIContent)
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods