Namespace Unity.Jobs
Classes
EarlyInitHelpers
Used by automatically generated code. Do not use in projects.
IJobFilterExtensions
Extension class for the IJobFilter job type providing custom overloads for scheduling and running.
IJobParallelForBatchExtensions
Extension class for the IJobParallelForBatch job type providing custom overloads for scheduling and running.
IJobParallelForDeferExtensions
Extension class for the IJobParallelForDefer job type providing custom overloads for scheduling and running.
JobParallelIndexListExtensions
Obsolete. Use IJobFilterExtensions instead.
RegisterGenericJobTypeAttribute
When added as an assembly-level attribute, allows creating job reflection data for instances of generic jobs.
Interfaces
IJobFilter
Filters a list of indices.
IJobParallelForBatch
Job type allowing for data to be operated on in parallel batches.
IJobParallelForDefer
Calculates the number of iterations to perform in a job that must execute before an IJobParallelForDefer job.
IJobParallelForFilter
Obsolete. Use IJobFilter instead.
Delegates
EarlyInitHelpers.EarlyInitFunction
Used by automatically generated code. Do not use in projects. Delegate used for early initialization