Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
[DrawerPriority(0, 9000, 0)]
public sealed class MinValueAttributeDrawer<T> : OdinAttributeDrawer<MinValueAttribute, T> where T : struct
public MinValueAttributeDrawer()
public override bool CanDrawTypeFilter(Type type)
System.Type | type |
System.Boolean |
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |
protected override void Initialize()