Version: 2023.2
언어: 한국어
public static void RunByRef (ref T jobData);

파라미터

jobData The job and data to Run.

설명

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

Additional resources: IJob.