Method Run
Run<T>(T, ComponentSystemBase, JobHandle)
Declaration
public static JobHandle Run<T>(this T jobData, ComponentSystemBase system, JobHandle dependsOn = null)
where T : struct, JobForEachExtensions.IBaseJobForEach
Parameters
Returns
| Type |
Description |
| JobHandle |
|
Type Parameters
Run<T>(T, EntityQuery, JobHandle)
Declaration
public static JobHandle Run<T>(this T jobData, EntityQuery query, JobHandle dependsOn = null)
where T : struct, JobForEachExtensions.IBaseJobForEach
Parameters
| Type |
Name |
Description |
| T |
jobData |
|
| EntityQuery |
query |
|
| JobHandle |
dependsOn |
|
Returns
| Type |
Description |
| JobHandle |
|
Type Parameters