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