class in UnityEngine.Jobs
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseContains extension methods for IJobParallelForTransform.
EarlyJobInit | Gathers and caches reflection data for the internal job system's managed bindings. |
RunReadOnly | Runs an IJobParallelForTransform job with read-only access to the transform data. |
RunReadOnlyByRef | Runs an IJobParallelForTransform job with read-only access to the transform data by reference. |
Schedule | Schedules an IJobParallelForTransform job with read-write access to the transform data. |
ScheduleByRef | Schedules an IJobParallelForTransform job with read-write access to the transform data by reference. |
ScheduleReadOnly | Schedules an IJobParallelForTransform job with read-only access to the transform data. |
ScheduleReadOnlyByRef | Schedules an IJobParallelForTransform job with read-only access to the transform data by reference. |