Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Execute(int, int)

Function operation on a "batch" of data contained within the job.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Jobs
  • Assembly: UnityEngine.ManagedKernelModule
void Execute(int startIndex, int count)

Parameters

startIndex

Starting index of job data to safely access.

count

Number of elements to operate on in the batch.