Version: 2022.2

IJobExtensions

class in Unity.Jobs

切换到手册

描述

适用于使用 IJob 接口的作业的扩展方法。

静态函数

EarlyJobInitGathers and caches reflection data for the internal job system's managed bindings. Unity is responsible for calling this method - don't call it yourself.
Run在同一线程中立即执行作业的 Execute 方法。
RunByRef在同一线程中立即执行作业的 Execute 方法。
Schedule调度要在工作线程中执行的作业。
ScheduleByRef调度要在工作线程中执行的作业。