This version of Unity is unsupported.

IJobExtensions.RunByRef

Declaration

public static void RunByRef(ref T jobData);

Parameters

jobData The job and data to Run.

Description

Perform the job's Execute method immediately on the same thread.

See Also: IJob.