Table of Contents

Class ObjectAssemblyAvailablePartNode

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class ObjectAssemblyAvailablePartNode : IObjectAssemblyAvailablePartNode
Inheritance
ObjectAssemblyAvailablePartNode
Implements
Inherited Members
Extension Methods

Constructors

ObjectAssemblyAvailablePartNode(float, Vector3, Quaternion, string, string, float, AttachNodeType, bool)

public ObjectAssemblyAvailablePartNode(float radiusToUse, Vector3 positionToUse, Quaternion rotationToUse, string tag, string symmetryGroupID, float visualRadiusToUse, AttachNodeType nodeType, bool isDynamic)

Parameters

radiusToUse float
positionToUse Vector3
rotationToUse Quaternion
tag string
symmetryGroupID string
visualRadiusToUse float
nodeType AttachNodeType
isDynamic bool

Properties

IsDynamic

public bool IsDynamic { get; }

Property Value

bool

LocalPosition

public Vector3 LocalPosition { get; set; }

Property Value

Vector3

LocalRotation

public Quaternion LocalRotation { get; set; }

Property Value

Quaternion

NodeSymmetryGroupID

public string NodeSymmetryGroupID { get; set; }

Property Value

string

NodeTag

public string NodeTag { get; set; }

Property Value

string

NodeType

public AttachNodeType NodeType { get; set; }

Property Value

AttachNodeType

Radius

public float Radius { get; set; }

Property Value

float

VisualRadius

public float VisualRadius { get; set; }

Property Value

float