JobRanges

struct in Unity.Jobs.LowLevel.Unsafe

Switch to Manual

Description

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

Variables

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.