SortJob<T, U>
Returned by the SortJob methods of NativeSortExtension. Call Schedule to schedule the sorting.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public struct SortJob<T, U> where T : unmanaged where U : IComparer<T>
Remarks
When is used on SortJob, to complete registration you must register and .
RegisterGenericJobTypeSortJob<T,U>.SegmentSortSortJob<T,U>.SegmentSortMergeFields
Methods
Method | Description |
|---|---|
| Schedule | Schedules this job. |
Structs
Struct | Description |
|---|---|
| SortJob<T, U>.SegmentSort | For internal use only. |
| SortJob<T, U>.SegmentSortMerge | For internal use only. |