This version of Unity is unsupported.

IJobParallelForExtensions.Run

Declaration

public static void Run(T jobData, int arrayLength);

Parameters

jobData The job and data to Run.
arrayLength The number of iterations the for loop will execute.

Description

Perform the job's Execute method immediately on the same thread.

See Also: IJobParallel.