docs.unity.cn
    Show / Hide Table of Contents

    Class IJobBurstSchedulableExtensions

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

    Methods

    EarlyJobInit<T>()

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

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

    Run<T>(T)

    Declaration
    public static void Run<T>(this T jobData)
        where T : struct, IJobBurstSchedulable
    Parameters
    Type Name Description
    T jobData
    Type Parameters
    Name Description
    T

    Schedule<T>(T, JobHandle)

    Declaration
    public static JobHandle Schedule<T>(this T jobData, JobHandle dependsOn = default(JobHandle))
        where T : struct, IJobBurstSchedulable
    Parameters
    Type Name Description
    T jobData
    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