Struct Scheduler.SortSubArraysJob | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct Scheduler.SortSubArraysJob

    Namespace: Unity.Physics
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023