Table of Contents

Class AppBarButton

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
public class AppBarButton : MonoBehaviour
Inheritance
AppBarButton
Extension Methods

Constructors

AppBarButton()

public AppBarButton()

Fields

ButtonImage

public Image ButtonImage

Field Value

Image

Properties

AppKey

public string AppKey { get; }

Property Value

string

InteractibleKey

public string InteractibleKey { get; set; }

Property Value

string

ValueKey

public string ValueKey { get; set; }

Property Value

string

Methods

Initialize(AppBarButton_Data, IDataContextReadonly)

public void Initialize(AppBarButton_Data newButton, IDataContextReadonly context)

Parameters

newButton AppBarButton_Data
context IDataContextReadonly