Table of Contents

Struct AttachNodeDefinition

Namespace
KSP.Sim.Definitions
Assembly
Assembly-CSharp.dll
public struct AttachNodeDefinition
Inherited Members
Extension Methods

Fields

IsMultiJoint

public bool IsMultiJoint

Field Value

bool

MultiJointFullBreakStrength

public bool MultiJointFullBreakStrength

Field Value

bool

MultiJointMaxJoint

public int MultiJointMaxJoint

Field Value

int

MultiJointOnSingleAxis

public bool MultiJointOnSingleAxis

Field Value

bool

MultiJointRadiusOffset

public float MultiJointRadiusOffset

Field Value

float

NodeSymmetryGroupID

public string NodeSymmetryGroupID

Field Value

string

SingleJointAxis

public TransformDirAxis SingleJointAxis

Field Value

TransformDirAxis

angularStrengthMultiplier

public float angularStrengthMultiplier

Field Value

float

attachMethod

public AttachNodeMethod attachMethod

Field Value

AttachNodeMethod

contactArea

public float contactArea

Field Value

float

isCompoundJoint

public bool isCompoundJoint

Field Value

bool

isResourceCrossfeed

public bool isResourceCrossfeed

Field Value

bool

isRigid

public bool isRigid

Field Value

bool

nodeID

public string nodeID

Field Value

string

nodeType

public AttachNodeType nodeType

Field Value

AttachNodeType

orientation

public Vector3d orientation

Field Value

Vector3d

overrideDragArea

public float overrideDragArea

Field Value

float

position

public Vector3d position

Field Value

Vector3d

size

public int size

Field Value

int

visualSize

public float visualSize

Field Value

float

Methods

Defaults(out AttachNodeDefinition)

public static void Defaults(out AttachNodeDefinition definition)

Parameters

definition AttachNodeDefinition

FromAttachNodeData(AttachNodeData, out AttachNodeDefinition)

public static void FromAttachNodeData(AttachNodeData attachNodeData, out AttachNodeDefinition definition)

Parameters

attachNodeData AttachNodeData
definition AttachNodeDefinition