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