Version 3.3.0.1

WrapAttributeDecimalDrawer class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0.3, 0, 0)]
public class WrapAttributeDecimalDrawer : OdinAttributeDrawer<WrapAttribute, decimal>
Draws decimal properties marked with WrapAttribute.
Inheritance
See Also

Constructors

WrapAttributeDecimalDrawer()
public WrapAttributeDecimalDrawer()

Methods

DrawPropertyLayout(GUIContent)
Not yet documented.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Extension Methods