docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JobParallelIndexListExtensions

    Obsolete. Use IJobFilterExtensions instead.

    Inheritance
    object
    JobParallelIndexListExtensions
    Namespace: Unity.Jobs
    Assembly: Unity.Collections.dll
    Syntax
    [Obsolete("'JobParallelIndexListExtensions' has been deprecated; Use 'IJobFilterExtensions' instead.", false)]
    public static class JobParallelIndexListExtensions

    Methods

    ScheduleAppend<T>(T, NativeList<int>, int, int, JobHandle)

    Obsolete.

    Declaration
    [Obsolete("The signature for 'ScheduleAppend' has changed. 'innerloopBatchCount' is no longer part of this API.", false)]
    public static JobHandle ScheduleAppend<T>(this T jobData, NativeList<int> indices, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default) where T : struct, IJobFilter
    Parameters
    Type Name Description
    T jobData
    NativeList<int> indices
    int arrayLength
    int innerloopBatchCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T

    ScheduleFilter<T>(T, NativeList<int>, int, JobHandle)

    Obsolete.

    Declaration
    [Obsolete("The signature for 'ScheduleFilter' has changed. 'innerloopBatchCount' is no longer part of this API.")]
    public static JobHandle ScheduleFilter<T>(this T jobData, NativeList<int> indices, int innerloopBatchCount, JobHandle dependsOn = default) where T : struct, IJobFilter
    Parameters
    Type Name Description
    T jobData
    NativeList<int> indices
    int innerloopBatchCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T
    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)