This version of Unity is unsupported.

IJobParallelFor.Execute

Declaration

public void Execute(int index);

Parameters

index The index of the Parallel for loop at which to perform work.

Description

Implement this method to perform work against a specific iteration index.