docs.unity3d.com
    目次を表示する/隠す

    Struct NativeQueue<T>.ParallelWriter

    A parallel writer for a NativeQueue.

    Namespace: Unity.Collections
    Syntax
    [NativeContainer]
    [NativeContainerIsAtomicWriteOnly]
    public struct ParallelWriter
    Remarks

    Use AsParallelWriter() to create a parallel writer for a NativeQueue.

    Methods

    Enqueue(T)

    Adds an element at the front of the queue.

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

    The value to be enqueued.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)