docs.unity.cn
    Show / Hide Table of Contents

    Method ScheduleSingle

    ScheduleSingle<T>(T, ComponentSystemBase, JobHandle)

    Declaration
    public static JobHandle ScheduleSingle<T>(this T jobData, ComponentSystemBase system, JobHandle dependsOn = null)
        where T : struct, JobForEachExtensions.IBaseJobForEach
    Parameters
    Type Name Description
    T jobData
    ComponentSystemBase system
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T

    ScheduleSingle<T>(T, EntityQuery, JobHandle)

    Declaration
    public static JobHandle ScheduleSingle<T>(this T jobData, EntityQuery query, JobHandle dependsOn = null)
        where T : struct, JobForEachExtensions.IBaseJobForEach
    Parameters
    Type Name Description
    T jobData
    EntityQuery query
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021