Class MinMaxField
Properties
displayPlaces
public int displayPlaces { get; set; }
labelMin
public Label labelMin { get; }
labelMax
public Label labelMax { get; }
inputElement
public VisualElement inputElement { get; private set; }
Methods
SetValueWithoutNotify(Vector2 value)
public override void SetValueWithoutNotify(Vector2 value)
SetValue(Vector2 value)
protected override void SetValue(Vector2 value)
OnRedo(Vector2 newValue)
protected override void OnRedo(Vector2 newValue)
OnUndo(Vector2 oldValue)
protected override void OnUndo(Vector2 oldValue)