docs.unity.cn
    Show / Hide Table of Contents

    Class JobParallelIndexListExtensions

    Obsolete. Use IJobFilterExtensions instead.

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

    Methods

    ScheduleAppend<T>(T, NativeList<Int32>, Int32, Int32, 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(JobHandle))
        where T : struct, IJobFilter
    Parameters
    Type Name Description
    T jobData
    NativeList<Int32> indices
    Int32 arrayLength
    Int32 innerloopBatchCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T

    ScheduleFilter<T>(T, NativeList<Int32>, Int32, 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(JobHandle))
        where T : struct, IJobFilter
    Parameters
    Type Name Description
    T jobData
    NativeList<Int32> indices
    Int32 innerloopBatchCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, May 11, 2023