Table of Contents

Class BurnTimerLightCountdownUIValueBinder

Namespace
KSP.UI.Binding
Assembly
Assembly-CSharp.dll
public class BurnTimerLightCountdownUIValueBinder : UIValueNumberBinder, IUIDataContextBindable, IUIValueBinder, IUIValueBinder<double>, IUIValueBindable<double>, IUIValueNumberBindable, IUIValueBindable
Inheritance
BurnTimerLightCountdownUIValueBinder
Implements
Inherited Members
Extension Methods

Constructors

BurnTimerLightCountdownUIValueBinder()

public BurnTimerLightCountdownUIValueBinder()

Methods

Initialize(Image[], Color, Color, Color, Color)

public void Initialize(Image[] lights, Color offColor, Color greenColor, Color yellowColor, Color redColor)

Parameters

lights Image[]
offColor Color
greenColor Color
yellowColor Color
redColor Color

OnMappedNumberRangeChanged(UIValueNumberRange, bool)

protected override void OnMappedNumberRangeChanged(UIValueNumberRange oldRange, bool shouldRedraw)

Parameters

oldRange UIValueNumberRange
shouldRedraw bool

RedrawValue(bool)

public override void RedrawValue(bool instant = true)

Parameters

instant bool