Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

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.

Did you find this page useful? Please give it a rating: