Class JobHandleUnsafeUtility
Inherited Members
Namespace: Unity.Jobs.LowLevel.Unsafe
Assembly: UnityEngine.dll
Syntax
public static class JobHandleUnsafeUtility
Methods
| Improve this Doc View SourceCombineDependencies(JobHandle*, Int32)
Declaration
public static JobHandle CombineDependencies(JobHandle*jobs, int count)
Parameters
Type | Name | Description |
---|---|---|
JobHandle* | jobs | |
Int32 | count |
Returns
Type | Description |
---|---|
JobHandle |