Class JobNativeMultiHashMapVisitKeyValue | Collections | 0.5.2-preview.8
docs.unity.cn
    Show / Hide Table of Contents

    Class JobNativeMultiHashMapVisitKeyValue

    Inheritance
    Object
    JobNativeMultiHashMapVisitKeyValue
    Namespace: Unity.Collections
    Syntax
    public static class JobNativeMultiHashMapVisitKeyValue

    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 = null)
        where TJob : struct, IJobNativeMultiHashMapVisitKeyValue<TKey, TValue> where TKey : struct, IEquatable<TKey> where TValue : struct
    Parameters
    Type Name Description
    TJob jobData
    NativeMultiHashMap<TKey, TValue> hashMap
    Int32 minIndicesPerJobCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    TJob
    TKey

    The type of the keys in the container.

    TValue

    The type of the values in the container.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX