Version 3.3.0.1

MinValueAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 9000, 0)]
public sealed class MinValueAttributeDrawer<T> : OdinAttributeDrawer<MinValueAttribute, T> where T : struct
Inheritance

Type Parameters

T

Constructors

MinValueAttributeDrawer()
public MinValueAttributeDrawer()

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