Class IJobParallelForDeferRefExtensions | Unity NetCode | 0.6.0-preview.7
docs.unity.cn
    Show / Hide Table of Contents

    Class IJobParallelForDeferRefExtensions

    Inheritance
    Object
    IJobParallelForDeferRefExtensions
    Namespace: Unity.NetCode
    Syntax
    public static class IJobParallelForDeferRefExtensions

    Methods

    Schedule<T, U>(ref T, NativeList<U>, Int32, JobHandle)

    Declaration
    public static JobHandle Schedule<T, U>(this ref T jobData, NativeList<U> list, int innerloopBatchCount, JobHandle dependsOn = default(JobHandle))
        where T : struct, IJobParallelForDeferRef where U : struct
    Parameters
    Type Name Description
    T jobData
    NativeList<U> list
    Int32 innerloopBatchCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T
    U
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021