Class ObjectAssemblyCompoundPartTool.CompoundPartPair
- Namespace
- KSP.OAB
- Assembly
- Assembly-CSharp.dll
public class ObjectAssemblyCompoundPartTool.CompoundPartPair
- Inheritance
-
ObjectAssemblyCompoundPartTool.CompoundPartPair
- Inherited Members
-
- Extension Methods
-
Constructors
public CompoundPartPair(IObjectAssemblyPart firstPart)
Parameters
firstPart IObjectAssemblyPart
Properties
public StackObjectsBetweenTwoPoints ConnectorObject { get; }
Property Value
- StackObjectsBetweenTwoPoints
public Module_CompoundPart FirstModule { get; }
Property Value
- Module_CompoundPart
public IObjectAssemblyPart FirstPart { get; }
Property Value
- IObjectAssemblyPart
public bool IsValid { get; }
Property Value
- bool
public Module_CompoundPart SecondModule { get; }
Property Value
- Module_CompoundPart
public IObjectAssemblyPart SecondPart { get; }
Property Value
- IObjectAssemblyPart
Methods
public void SetConnector(StackObjectsBetweenTwoPoints connectorObject)
Parameters
connectorObject StackObjectsBetweenTwoPoints
public void SetFirstPart(IObjectAssemblyPart firstPart)
Parameters
firstPart IObjectAssemblyPart
public void SetSecondPart(IObjectAssemblyPart secondPart)
Parameters
secondPart IObjectAssemblyPart