Class IJobParallelForDeferRefExtensions
Namespace: Unity.NetCode
Syntax
public static class IJobParallelForDeferRefExtensions
Methods
Schedule<T, U>(ref T, NativeList<U>, Int32, JobHandle)
Declaration
public static JobHandle Schedule<T, U>(this ref T jobData, NativeList<U> list, int innerloopBatchCount, JobHandle dependsOn = default(JobHandle))
where T : struct, IJobParallelForDeferRef where U : struct
Parameters
| Type | Name | Description |
|---|---|---|
| T | jobData | |
| NativeList<U> | list | |
| Int32 | innerloopBatchCount | |
| JobHandle | dependsOn |
Returns
| Type | Description |
|---|---|
| JobHandle |
Type Parameters
| Name | Description |
|---|---|
| T | |
| U |