Table of Contents

Class ObjectAssemblyHeader

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class ObjectAssemblyHeader : KerbalMonoBehaviour
Inheritance
ObjectAssemblyHeader
Inherited Members
Extension Methods

Constructors

ObjectAssemblyHeader()

public ObjectAssemblyHeader()

Fields

LaunchAvailable

public Property<bool> LaunchAvailable

Field Value

Property<bool>

LaunchButtonDeltaV

public Property<double> LaunchButtonDeltaV

Field Value

Property<double>

LaunchButtonStatus

public Property<string> LaunchButtonStatus

Field Value

Property<string>

LaunchLocationOption

public Property<string> LaunchLocationOption

Field Value

Property<string>

OABAutoSave

public OABAutosave OABAutoSave

Field Value

OABAutosave

exitButton

public Button exitButton

Field Value

Button

launchButton

public Button launchButton

Field Value

Button

Properties

LaunchLocationManager

public LaunchLocationManager LaunchLocationManager { get; set; }

Property Value

LaunchLocationManager

Methods

Initialize(ObjectAssemblyBuilder)

public void Initialize(ObjectAssemblyBuilder builder)

Parameters

builder ObjectAssemblyBuilder