Version 3.3.0.1

MinMaxSliderAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class MinMaxSliderAttributeDrawer : OdinAttributeDrawer<MinMaxSliderAttribute, Vector2>
Draws Vector2 properties marked with MinMaxSliderAttribute.
Inheritance
See Also

Constructors

MinMaxSliderAttributeDrawer()
public MinMaxSliderAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods