Table of Contents

Struct VirtualConnection

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public struct VirtualConnection
Inherited Members
Extension Methods

Constructors

VirtualConnection(PartComponent, PartComponent, PartRelationshipType)

public VirtualConnection(PartComponent host, PartComponent target, PartRelationshipType relationshipType)

Parameters

host PartComponent
target PartComponent
relationshipType PartRelationshipType

Fields

host

public PartComponent host

Field Value

PartComponent

relationshipType

public PartRelationshipType relationshipType

Field Value

PartRelationshipType

target

public PartComponent target

Field Value

PartComponent