Version: 2020.2
언어: 한국어
public static void Run (T jobData);

파라미터

jobData The job and data to Run.

설명

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

See Also: IJob.