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

See Also: IJobFor.