IJobForExtensions.Run

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 main thread.

See Also: IJobFor.

Did you find this page useful? Please give it a rating: