Table of Contents

Struct GetConnectedNodesJob

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public struct GetConnectedNodesJob : IJob
Implements
IJob
Inherited Members
Extension Methods

Fields

Nodes

public NativeArray<ConnectionGraph.ConnectionGraphJobNode> Nodes

Field Value

NativeArray<ConnectionGraphJobNode>

PrevIndices

public NativeArray<int> PrevIndices

Field Value

NativeArray<int>

StartIndex

public int StartIndex

Field Value

int

Methods

Execute()

public void Execute()