Delegate InternalCompilerInterface.JobEntityBatchRunWithoutJobSystemDelegateLimitEntities
Namespace: Unity.Entities
Syntax
public delegate void JobEntityBatchRunWithoutJobSystemDelegateLimitEntities(EntityQuery*query, Entity*limitToEntityArray, int limitToEntityArrayLength, void *job);
Parameters
Type | Name | Description |
---|---|---|
EntityQuery* | query | |
Entity* | limitToEntityArray | |
Int32 | limitToEntityArrayLength | |
Void* | job |