Class JobNativeMultiHashMapUniqueHashExtensions
Inheritance
System.Object
JobNativeMultiHashMapUniqueHashExtensions
Syntax
public static class JobNativeMultiHashMapUniqueHashExtensions
Methods
Schedule<TJob>(TJob, NativeMultiHashMap<Int32, Int32>, Int32, JobHandle)
Declaration
public static JobHandle Schedule<TJob>(this TJob jobData, NativeMultiHashMap<int, int> hashMap, int minIndicesPerJobCount, JobHandle dependsOn = null)
where TJob : struct, IJobNativeMultiHashMapMergedSharedKeyIndices
Parameters
| Type |
Name |
Description |
| TJob |
jobData |
|
| NativeMultiHashMap<System.Int32, System.Int32> |
hashMap |
|
| System.Int32 |
minIndicesPerJobCount |
|
| JobHandle |
dependsOn |
|
Returns
| Type |
Description |
| JobHandle |
|
Type Parameters