This version of Unity is unsupported.

JobType

enumeration

Description

Determines what the job is used for (ParallelFor or a single job).

Properties

SingleA single job.
ParallelForA parallel for job.