Namespace: | Sirenix.OdinInspector.Editor.Validation |
Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(0, 10000, 0)]
public class ValidationDrawer<T> : OdinValueDrawer<T>, IDisposable
public ValidationDrawer()
protected override bool CanDrawValueProperty(InspectorProperty property)
InspectorProperty | property |
System.Boolean |
public void Dispose()
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |
protected override void Initialize()