Function IJobExtensions.ScheduleBatch

ScheduleBatch<T> (this T data, int arrayLength, int minIndicesPerJobCount, JobDependencyTracker tracker, JobHandle additionalDependency=…)

Schedules an IJobParallelForBatched job with automatic dependency tracking.

Public Static
JobHandle ScheduleBatch<T> (

this T

data

int

arrayLength

int

minIndicesPerJobCount

JobDependencyTracker

tracker

JobHandle

additionalDependency=default

)

Schedules an IJobParallelForBatched job with automatic dependency tracking.