JobScheduleParameters

struct in Unity.Jobs.LowLevel.Unsafe

Cambiar al Manual

Descripción

Struct containing job parameters for scheduling.

Variables

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

Constructores

JobsUtility.JobScheduleParametersConstructor.