Table of Contents

Class Part

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

Constructors

Part(string)

public Part(string name)

Parameters

name string

Properties

isOn

[DataProperty("isOn")]
public Property<bool> isOn { get; }

Property Value

Property<bool>

name

[DataProperty("name")]
public PropertyReadonly<string> name { get; }

Property Value

PropertyReadonly<string>

Methods

ToggleIsOn()

[DataAction("toggleIsOn")]
public void ToggleIsOn()