Version: 2018.4

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.