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 Parameters
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 Parameters