Version: 2020.2
言語: 日本語

JobScheduleParameters

struct in Unity.Jobs.LowLevel.Unsafe

マニュアルに切り替える

説明

Struct containing job parameters for scheduling.

変数

DependencyA JobHandle to any dependency this job would have.
JobDataPtrPointer to the job data.
ReflectionDataPointer to the reflection data.
ScheduleMode ScheduleMode option.

コンストラクタ

JobsUtility.JobScheduleParametersコンストラクター