Delegate InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities
Namespace: Unity.Entities
Syntax
public delegate void JobEntityBatchRunWithoutJobSystemDelegateLimitEntities(ref EntityQuery query, IntPtr limitToEntityArrayPtr, int limitToEntityArrayLength, IntPtr jobPtr);Parameters
| Type | Name | Description | 
|---|---|---|
| EntityQuery | query | |
| IntPtr | limitToEntityArrayPtr | |
| Int32 | limitToEntityArrayLength | |
| IntPtr | jobPtr |