Interface IJobEntityBatch
Namespace: Unity.Entities
Syntax
public interface IJobEntityBatch
Methods
Execute(ArchetypeChunk, Int32)
Declaration
void Execute(ArchetypeChunk batchInChunk, int batchIndex)
Parameters
Type | Name | Description |
---|---|---|
ArchetypeChunk | batchInChunk | |
Int32 | batchIndex |