Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IJobParallelForTransform.Execute

Declaration

public void Execute(int index, Jobs.TransformAccess transform);

Parameters

index The index of the ParallelForTransform loop at which to perform work.
transform The position, rotation and scale of the transforms passed into the job.

Description

Performs work against a specific iteration index and transform.