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.