Struct Scheduler.SortSubArraysJob
Syntax
public struct SortSubArraysJob : IJobParallelFor
Fields
InOutArray
Declaration
public NativeArray<ulong> InOutArray
Field Value
Type |
Description |
NativeArray<System.UInt64> |
|
NextElementIndex
Declaration
public NativeArray<int> NextElementIndex
Field Value
Type |
Description |
NativeArray<System.Int32> |
|
Methods
DefaultSortOfSubArrays(NativeArray<UInt64>, Int32, Int32)
Declaration
public static void DefaultSortOfSubArrays(NativeArray<ulong> inOutArray, int startIndex, int length)
Parameters
Type |
Name |
Description |
NativeArray<System.UInt64> |
inOutArray |
|
System.Int32 |
startIndex |
|
System.Int32 |
length |
|
Execute(Int32)
Declaration
public void Execute(int workItemIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
workItemIndex |
|