Class IJobBurstSchedulableExtensions
Inheritance
IJobBurstSchedulableExtensions
Syntax
public static class IJobBurstSchedulableExtensions
Methods
EarlyJobInit<T>()
This method is only to be called by automatically generated setup code.
Declaration
public static void EarlyJobInit<T>()
where T : struct, IJobBurstSchedulable
Type Parameters
Run<T>(T)
Declaration
public static void Run<T>(this T jobData)
where T : struct, IJobBurstSchedulable
Parameters
Type |
Name |
Description |
T |
jobData |
|
Type Parameters
Schedule<T>(T, JobHandle)
Declaration
public static JobHandle Schedule<T>(this T jobData, JobHandle dependsOn = default(JobHandle))
where T : struct, IJobBurstSchedulable
Parameters
Type |
Name |
Description |
T |
jobData |
|
JobHandle |
dependsOn |
|
Returns
Type Parameters