Table of Contents

Class UIValue_WriteEnum_Dropdown

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public class UIValue_WriteEnum_Dropdown : UIValueEnumBinder, IUIDataContextBindable, IUIValueBinder, IUIValueBinder<string>, IUIValueBindable<string>, IUIValueEnumBindable, IUIValueBindable
Inheritance
UIValue_WriteEnum_Dropdown
Implements
Inherited Members
Extension Methods

Constructors

UIValue_WriteEnum_Dropdown()

public UIValue_WriteEnum_Dropdown()

Methods

OnMappedEnumValuesChanged(IReadOnlyList<string>, bool)

protected override void OnMappedEnumValuesChanged(IReadOnlyList<string> newValues, bool shouldRedraw)

Parameters

newValues IReadOnlyList<string>
shouldRedraw bool

RedrawValue(bool)

public override void RedrawValue(bool instant = true)

Parameters

instant bool