This version of Unity is unsupported.

IJobParallelForExtensions.RunByRef

Declaration

public static void RunByRef(ref 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.