Version 3.3.0.1

PropertyRangeAttributeDecimalDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class PropertyRangeAttributeDecimalDrawer : OdinAttributeDrawer<PropertyRangeAttribute, decimal>
Draws decimal properties marked with PropertyRangeAttribute.
Inheritance

Constructors

PropertyRangeAttributeDecimalDrawer()
public PropertyRangeAttributeDecimalDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
Initialized the drawer.
protected override void Initialize()
Extension Methods