Class IJobExtensions
Inheritance
IJobExtensions
Assembly: UnityEngine.dll
Syntax
public static class IJobExtensions
Methods
|
Improve this Doc
View Source
Run<T>(T)
Declaration
public static void Run<T>(this T jobData)
where T : struct, IJob
Parameters
Type |
Name |
Description |
T |
jobData |
|
Type Parameters
|
Improve this Doc
View Source
Schedule<T>(T, JobHandle)
Declaration
public static JobHandle Schedule<T>(this T jobData, JobHandle dependsOn = default(JobHandle))
where T : struct, IJob
Parameters
Type |
Name |
Description |
T |
jobData |
|
JobHandle |
dependsOn |
|
Returns
Type Parameters