Struct SortJobDefer<T, U>.SegmentSort
For internal use only.
Implements
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
[BurstCompile]
public struct SortJobDefer<T, U>.SegmentSort : IJobParallelForDefer
Methods
Execute(int)
For internal use only.
Declaration
public void Execute(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index to sort from |