Table of Contents

Interface IObjectAssemblyRelationship

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public interface IObjectAssemblyRelationship
Extension Methods

Properties

First

IObjectAssemblyPart First { get; set; }

Property Value

IObjectAssemblyPart

RelationshipType

PartRelationshipType RelationshipType { get; }

Property Value

PartRelationshipType

Second

IObjectAssemblyPart Second { get; set; }

Property Value

IObjectAssemblyPart

Methods

Destroy()

void Destroy()

IsValid()

bool IsValid()

Returns

bool

Visualize()

void Visualize()