Class UIValue_WriteVector2_MinMaxSliders
public class UIValue_WriteVector2_MinMaxSliders : UIValueBinder<Vector2>, IUIDataContextBindable, IUIValueBinder, IUIValueBinder<Vector2>, IUIValueBindable<Vector2>, IUIValueNumberBindable, IUIValueBindable
- Inheritance
-
UIValueBinder<Vector2>UIValue_WriteVector2_MinMaxSliders
- Implements
-
IUIValueBinder<Vector2>IUIValueBindable<Vector2>
- Inherited Members
- Extension Methods
Constructors
UIValue_WriteVector2_MinMaxSliders()
public UIValue_WriteVector2_MinMaxSliders()
Properties
NumberRange
public UIValueNumberRange NumberRange { get; }
Property Value
Methods
Awake()
protected override void Awake()
BindValue(IProperty, double, double)
public void BindValue(IProperty valueNumberProperty, double min, double max)
Parameters
OnMappedNumberRangeChanged(UIValueNumberRange, bool)
protected void OnMappedNumberRangeChanged(UIValueNumberRange oldRange, bool shouldRedraw)
Parameters
oldRangeUIValueNumberRangeshouldRedrawbool
RedrawValue(bool)
public override void RedrawValue(bool instant = true)
Parameters
instantbool
SetMappedValueRange(double, double, bool)
public virtual void SetMappedValueRange(double min, double max, bool shouldRedraw = true)
Parameters
UpdateMetadataFromContext()
protected override void UpdateMetadataFromContext()