Table of Contents

Class UIValue_ReadNumber_Text

Namespace
KSP.UI.Binding
Assembly
Assembly-CSharp.dll
public class UIValue_ReadNumber_Text : UIValue_ReadObject_Text, IUIDataContextBindable, IUIValueBinder, IUIValueNumberBindable, IUIValueBindable
Inheritance
UIValue_ReadNumber_Text
Implements
Inherited Members
Extension Methods

Constructors

UIValue_ReadNumber_Text()

public UIValue_ReadNumber_Text()

Methods

BindValue(IProperty, double, double)

public void BindValue(IProperty valueNumberProperty, double min, double max)

Parameters

valueNumberProperty IProperty
min double
max double

RedrawValue(bool)

public override void RedrawValue(bool instant = true)

Parameters

instant bool

SetMappedValueRange(double, double, bool)

public void SetMappedValueRange(double min, double max, bool shouldRedraw = true)

Parameters

min double
max double
shouldRedraw bool