docs.unity.cn
    Show / Hide Table of Contents

    Method UnsafeRunJobEntityBatch

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

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

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

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

    UnsafeRunJobEntityBatch<T>(ref T, EntityQuery, IntPtr, Int32, InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities)

    Declaration
    public static void UnsafeRunJobEntityBatch<T>(ref T jobData, EntityQuery query, IntPtr limitToEntityArrayPtr, int limitToEntityArrayLength, InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities functionPointer)
        where T : struct, IJobEntityBatch
    Parameters
    Type Name Description
    T jobData
    EntityQuery query
    IntPtr limitToEntityArrayPtr
    Int32 limitToEntityArrayLength
    InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities functionPointer
    Type Parameters
    Name Description
    T

    UnsafeRunJobEntityBatch<T>(ref T, EntityQuery, IntPtr, Int32, FunctionPointer<InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities>)

    Declaration
    public static void UnsafeRunJobEntityBatch<T>(ref T jobData, EntityQuery query, IntPtr limitToEntityArrayPtr, int limitToEntityArrayLength, FunctionPointer<InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities> functionPointer)
        where T : struct, IJobEntityBatch
    Parameters
    Type Name Description
    T jobData
    EntityQuery query
    IntPtr limitToEntityArrayPtr
    Int32 limitToEntityArrayLength
    FunctionPointer<InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities> functionPointer
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use