IJobParallelForTransformExtensions

class in UnityEngine.Jobs

/

Implemented in:UnityEngine.CoreModule

Description

Contains extension methods for IJobParallelForTransform.

Static Methods

EarlyJobInitGathers and caches reflection data for the internal job system's managed bindings.
RunReadOnlyRuns an IJobParallelForTransform job with read-only access to the transform data.
RunReadOnlyByRefRuns an IJobParallelForTransform job with read-only access to the transform data by reference.
ScheduleSchedules an IJobParallelForTransform job with read-write access to the transform data.
ScheduleByRefSchedules an IJobParallelForTransform job with read-write access to the transform data by reference.
ScheduleReadOnlySchedules an IJobParallelForTransform job with read-only access to the transform data.
ScheduleReadOnlyByRefSchedules an IJobParallelForTransform job with read-only access to the transform data by reference.

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