Version 3.3.0.1

ValidationDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Validation
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 10000, 0)]
public class ValidationDrawer<T> : OdinValueDrawer<T>, IDisposable
Inheritance

Type Parameters

T

Constructors

ValidationDrawer()
public ValidationDrawer()

Methods

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

Returns
System.Boolean

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

Initialize()
protected override void Initialize()
Extension Methods