This version of Unity is unsupported.

IJobExtensions.Run

Declaration

public static void Run(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.