IJobParallelForTransformExtensions.RunReadOnlyByRef

Declaration

public static void RunReadOnlyByRef(ref T jobData, Jobs.TransformAccessArray transforms);

Parameters

transforms The TransformAccessArray to run this job on.
jobData The job to run.

Description

Runs an IJobParallelForTransform job with read-only access to the transform data by reference.

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.


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