docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SortJobDefer<T, U>.SegmentSort

    For internal use only.

    Implements
    IJobParallelForDefer
    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

    Implements

    IJobParallelForDefer

    Extension Methods

    IJobParallelForDeferExtensions.ScheduleByRef<T>(ref T, int*, int, JobHandle)
    IJobParallelForDeferExtensions.ScheduleByRef<T, U>(ref T, NativeList<U>, int, JobHandle)
    IJobParallelForDeferExtensions.Schedule<T>(T, int*, int, JobHandle)
    IJobParallelForDeferExtensions.Schedule<T, U>(T, NativeList<U>, int, JobHandle)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)