Interface IJobParallelForBatch
Namespace: Unity.Jobs
Syntax
[JobProducerType(typeof(IJobParallelForBatchExtensions.JobParallelForBatchProducer<>))]
public interface IJobParallelForBatch
Methods
Execute(Int32, Int32)
Declaration
void Execute(int startIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | startIndex | |
| Int32 | count |