Interface IJobParallelForBatch
Namespace: Unity.Jobs
Syntax
public interface IJobParallelForBatch
Methods
Execute(Int32, Int32)
Declaration
void Execute(int startIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | startIndex | |
| System.Int32 | count |