Execute(int)
Performs work against a specific iteration index.
Read time 1 minuteLast updated 4 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.
Examples
{code Tests/EditModeAndPlayModeTests/Jobs/Assets/DocumentationExamples/ManagedJobDocExamples.cs#ijobparallelfor-apidocs-example}