docs.unity.cn
    Show / Hide Table of Contents

    Class JobParallelIndexListExtensions

    Inheritance
    Object
    JobParallelIndexListExtensions
    Namespace: Unity.Jobs
    Syntax
    public static class JobParallelIndexListExtensions

    Methods

    EarlyJobInit<T>()

    This method is only to be called by automatically generated setup code.

    Declaration
    public static void EarlyJobInit<T>()
        where T : struct, IJobParallelForFilter
    Type Parameters
    Name Description
    T

    RunAppend<T>(T, NativeList<Int32>, Int32)

    Declaration
    public static void RunAppend<T>(this T jobData, NativeList<int> indices, int arrayLength)
        where T : struct, IJobParallelForFilter
    Parameters
    Type Name Description
    T jobData
    NativeList<Int32> indices
    Int32 arrayLength
    Type Parameters
    Name Description
    T

    RunFilter<T>(T, NativeList<Int32>)

    Declaration
    public static void RunFilter<T>(this T jobData, NativeList<int> indices)
        where T : struct, IJobParallelForFilter
    Parameters
    Type Name Description
    T jobData
    NativeList<Int32> indices
    Type Parameters
    Name Description
    T

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

    Declaration
    public static JobHandle ScheduleAppend<T>(this T jobData, NativeList<int> indices, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default(JobHandle))
        where T : struct, IJobParallelForFilter
    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)

    Declaration
    public static JobHandle ScheduleFilter<T>(this T jobData, NativeList<int> indices, int innerloopBatchCount, JobHandle dependsOn = default(JobHandle))
        where T : struct, IJobParallelForFilter
    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 Wednesday, July 26, 2023