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.