JobScheduleParameters

struct in Unity.Jobs.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description 描述

Struct containing job parameters for scheduling.

Properties 属性

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

Constructors

JobsUtility.JobScheduleParametersConstructor.