Class JobUnsafeMultiHashMapVisitKeyMutableValue | Collections | 0.3.0-preview.0
docs.unity.cn
    Show / Hide Table of Contents

    Class JobUnsafeMultiHashMapVisitKeyMutableValue

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

    Methods

    Schedule<TJob, TKey, TValue>(TJob, UnsafeMultiHashMap<TKey, TValue>, Int32, JobHandle)

    Declaration
    public static JobHandle Schedule<TJob, TKey, TValue>(this TJob jobData, UnsafeMultiHashMap<TKey, TValue> hashMap, int minIndicesPerJobCount, JobHandle dependsOn = null)
        where TJob : struct, IJobUnsafeMultiHashMapVisitKeyMutableValue<TKey, TValue> where TKey : struct, IEquatable<TKey> where TValue : struct
    Parameters
    Type Name Description
    TJob jobData
    UnsafeMultiHashMap<TKey, TValue> hashMap
    Int32 minIndicesPerJobCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    TJob
    TKey
    TValue
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX