Struct NativeMultiHashMap<TKey, TValue>.ParallelWriter | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct NativeMultiHashMap<TKey, TValue>.ParallelWriter

    Implements parallel writer. Use AsParallelWriter to obtain it from container.

    Namespace: Unity.Collections
    Syntax
    public struct ParallelWriter

    Properties

    Capacity

    Declaration
    public int Capacity { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Add(TKey, TValue)

    Declaration
    public void Add(TKey key, TValue item)
    Parameters
    Type Name Description
    TKey key
    TValue item

    Extension Methods

    JobNativeMultiHashMapVisitKeyValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobNativeMultiHashMapVisitKeyMutableValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX