Struct containing job parameters for scheduling.
Property | Description |
---|---|
Dependency | A JobHandle to any dependency this job would have. |
JobDataPtr | Pointer to the job data. |
ReflectionData | Pointer to the reflection data. |
ScheduleMode | ScheduleMode option. |
Constructor | Description |
---|---|
JobsUtility.JobScheduleParameters | Constructor. |