Interface IJobChunk
Namespace: Unity.Entities
Syntax
public interface IJobChunk
Methods
Execute(ArchetypeChunk, Int32, Int32)
Declaration
void Execute(ArchetypeChunk chunk, int chunkIndex, int firstEntityIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| ArchetypeChunk | chunk | |
| System.Int32 | chunkIndex | |
| System.Int32 | firstEntityIndex |