transforms | The TransformAccessArray to run this job on. |
jobData | The job to run. |
Runs an IJobParallelForTransform job with read-only access to the transform data.
This method makes the job run on the calling thread instead of spreading it out over multiple threads. Transforms aren't guaranteed to be valid when this scheduling mode is used. Invalid transform references in the input array are still processed. Use TransformAccess.isValid to check whether a specific instance is valid.