class in UnityEngine.Jobs
/
Implemented in:UnityEngine.CoreModule
Contains extension methods for IJobParallelForTransform.
| Description | |
|---|---|
| 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. |