JobRanges

struct in Unity.Jobs.LowLevel.Unsafe

매뉴얼로 전환

설명

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

변수

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.