Class JobNativeMultiHashMapVisitKeyMutableValue | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class JobNativeMultiHashMapVisitKeyMutableValue

    Inheritance
    System.Object
    JobNativeMultiHashMapVisitKeyMutableValue
    Namespace: Unity.Collections
    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 = null)
        where TJob : struct, IJobNativeMultiHashMapVisitKeyMutableValue<TKey, TValue> where TKey : struct, IEquatable<TKey> where TValue : struct
    Parameters
    Type Name Description
    TJob jobData
    NativeMultiHashMap<TKey, TValue> hashMap
    System.Int32 minIndicesPerJobCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    TJob
    TKey
    TValue
    In This Article
    • Methods
      • Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023