Struct NativeQueue<T>.ParallelWriter | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct NativeQueue<T>.ParallelWriter

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

    Namespace: Unity.Collections
    Syntax
    public struct ParallelWriter

    Methods

    Enqueue(T)

    Declaration
    public void Enqueue(T entry)
    Parameters
    Type Name Description
    T entry

    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