Class JobNativeMultiHashMapVisitKeyMutableValue
Inheritance
JobNativeMultiHashMapVisitKeyMutableValue
Syntax
public static class JobNativeMultiHashMapVisitKeyMutableValue
Methods
Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
Declaration
public static JobHandle Schedule<TJob, TKey, TValue>(this TJob jobData, NativeMultiHashMap<TKey, TValue> hashMap, int minIndicesPerJobCount, JobHandle dependsOn = default(JobHandle))
where TJob : struct, IJobNativeMultiHashMapVisitKeyMutableValue<TKey, TValue> where TKey : struct, IEquatable<TKey> where TValue : struct
Parameters
Returns
Type Parameters
Name |
Description |
TJob |
|
TKey |
|
TValue |
|