Struct GetConnectedNodesJob
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
Methods
Execute()
public void Execute()