Legacy Documentation: Version 2018.1 (Go to current version)
ParallelFor jobs
C# Job System tips and troubleshooting
Other Versions

ParallelForTransform jobs

A ParallelForTransform job is another type of ParallelFor job; designed specifically for operating on Transforms.

Note: A ParallelForTransform job is a collective term in Unity for any job that implements the IJobParallelForTransform interface.


Did you find this page useful? Please give it a rating:

ParallelFor jobs
C# Job System tips and troubleshooting