Version 3.3.0.2

Vector2IntMinMaxAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class Vector2IntMinMaxAttributeDrawer : OdinAttributeDrawer<MinMaxSliderAttribute, Vector2Int>
Draws Vector2Int properties marked with MinMaxSliderAttribute.
Inheritance

Constructors

Vector2IntMinMaxAttributeDrawer()
public Vector2IntMinMaxAttributeDrawer()

Methods

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

Initialize()
Initializes the drawer by resolving any optional references to members for min/max value.
protected override void Initialize()
Extension Methods