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

パラメーター

jobDataThe job and data to Run.
arrayLengthThe number of iterations the for loop will execute.

説明

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

See Also: IJobParallel.