Execute(int)
Implement this method to perform work against a specific iteration index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Jobs
- Assembly: UnityEngine.ManagedKernelModule
void Execute(int index)
Parameters
The index of the Parallel for loop at which to perform work.