Table of Contents

Interface IUIDataBindable

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public interface IUIDataBindable
Extension Methods

Methods

BindData(IProperty)

void BindData(IProperty dataProperty)

Parameters

dataProperty IProperty

RedrawOnBoundValueChanged(bool)

void RedrawOnBoundValueChanged(bool instant = true)

Parameters

instant bool