Struct NativeQueue<T>.ParallelWriter | Collections | 0.9.0-preview.6
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)

    Enqueue value into the container.

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

    The value to be appended.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX