Version: 2021.2
言語: 日本語
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.