Table of Contents

Class VesselApi

Namespace
KSP.Iteration.UI.Binding
Assembly
Assembly-CSharp.dll
public class VesselApi : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
Inheritance
VesselApi
Implements
Inherited Members
Extension Methods

Constructors

VesselApi()

public VesselApi()

Properties

parts

[DataList("parts")]
public ContextListProperty<Part> parts { get; }

Property Value

ContextListProperty<Part>

rootPart

[DataSubContext("rootPart")]
public Part rootPart { get; }

Property Value

Part

Methods

AddPart(string)

[DataAction("addPart")]
public void AddPart(string name = "unnamed")

Parameters

name string