This version of Unity is unsupported.

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.