IJobForExtensions.RunByRef

Declaration

public static void RunByRef(ref T jobData, int arrayLength);

Parameters

jobData The job and data to execute.
arrayLength The number of iterations to execute the for loop over.

Description

Performs the job's Execute method immediately on the main thread by reference.

Additional resources: IJobFor.


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