Class IJobBurstScheduableExtensions
Inheritance
IJobBurstScheduableExtensions
Syntax
public static class IJobBurstScheduableExtensions
Methods
Run<T>(T)
Declaration
public static void Run<T>(this T jobData)
where T : struct, IJobBurstScheduable
Parameters
| Type |
Name |
Description |
| T |
jobData |
|
Type Parameters
Schedule<T>(T, JobHandle)
Declaration
public static JobHandle Schedule<T>(this T jobData, JobHandle dependsOn = null)
where T : struct, IJobBurstScheduable
Parameters
| Type |
Name |
Description |
| T |
jobData |
|
| JobHandle |
dependsOn |
|
Returns
| Type |
Description |
| JobHandle |
|
Type Parameters