docs.unity.cn
    Show / Hide Table of Contents

    Method UnsafeRunJobEntityBatchWithIndex

    UnsafeRunJobEntityBatchWithIndex<T>(ref T, EntityQuery, InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegate)

    Declaration
    public static void UnsafeRunJobEntityBatchWithIndex<T>(ref T jobData, EntityQuery query, InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegate functionPointer)
        where T : struct, IJobEntityBatchWithIndex
    Parameters
    Type Name Description
    T jobData
    EntityQuery query
    InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegate functionPointer
    Type Parameters
    Name Description
    T

    UnsafeRunJobEntityBatchWithIndex<T>(ref T, EntityQuery, FunctionPointer<InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegate>)

    Declaration
    public static void UnsafeRunJobEntityBatchWithIndex<T>(ref T jobData, EntityQuery query, FunctionPointer<InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegate> functionPointer)
        where T : struct, IJobEntityBatchWithIndex
    Parameters
    Type Name Description
    T jobData
    EntityQuery query
    FunctionPointer<InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegate> functionPointer
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use