Version: 2020.1
언어: 한국어
public static void Run (T jobData, int arrayLength);

파라미터

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

설명

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

See Also: IJobFor.