Table of Contents

Interface IUIValueNumberBindable

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public interface IUIValueNumberBindable : IUIValueBindable
Inherited Members
Extension Methods

Methods

BindValue(IProperty, double, double)

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

Parameters

valueNumberProperty IProperty
min double
max double

SetMappedValueRange(double, double, bool)

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

Parameters

min double
max double
shouldRedraw bool