Table of Contents

Class UIValueBinder<T>

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public abstract class UIValueBinder<T> : UIValueBinder, IUIDataContextBindable, IUIValueBinder, IUIValueBinder<T>, IUIValueBindable<T>, IUIValueBindable

Type Parameters

T
Inheritance
UIValueBinder<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

UIValueBinder()

protected UIValueBinder()

Methods

BindValue(IProperty<T>)

public virtual void BindValue(IProperty<T> valueProperty)

Parameters

valueProperty IProperty<T>

GetValue()

public T GetValue()

Returns

T

SetValue(T)

public void SetValue(T value)

Parameters

value T