Table of Contents

Class AttachNodeRing

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class AttachNodeRing
Inheritance
AttachNodeRing
Inherited Members
Extension Methods

Constructors

AttachNodeRing()

public AttachNodeRing()

Fields

GeneratedAttachNodes

public List<AttachNodeDefinition> GeneratedAttachNodes

Field Value

List<AttachNodeDefinition>

RingName

public string RingName

Field Value

string

RingNodeCountDefault

public int RingNodeCountDefault

Field Value

int

RingNodeCountMax

public int RingNodeCountMax

Field Value

int

RingNodeCountMin

public int RingNodeCountMin

Field Value

int

RingNodeDistanceDefault

public float RingNodeDistanceDefault

Field Value

float

RingNodeDistanceMax

public float RingNodeDistanceMax

Field Value

float

RingNodeDistanceMin

public float RingNodeDistanceMin

Field Value

float

RingNodeSizeDefault

public int RingNodeSizeDefault

Field Value

int

RingNodeSizeMax

public int RingNodeSizeMax

Field Value

int

RingNodeSizeMin

public int RingNodeSizeMin

Field Value

int

Methods

GenerateAttachNodes(Quaternion, Vector3)

public void GenerateAttachNodes(Quaternion orientation, Vector3 offset)

Parameters

orientation Quaternion
offset Vector3

SetCurrentNodeCount(int)

public void SetCurrentNodeCount(int currentCount)

Parameters

currentCount int

SetCurrentNodeDistance(float)

public void SetCurrentNodeDistance(float currentDistance)

Parameters

currentDistance float

SetCurrentNodeSize(int)

public void SetCurrentNodeSize(int currentSize)

Parameters

currentSize int