This version of Unity is unsupported.

JobRanges

struct in Unity.Jobs.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

Struct containing information about a range the job is allowed to work on.

Properties

BatchSizeThe size of the batch.
IndicesPerPhaseNumber of indices per phase.
NumJobsNumber of jobs.
NumPhasesNumber of phases.
PhaseDataPhase Data.
StartEndIndexThe start and end index of the job range.
TotalIterationCountTotal iteration count.