Struct UnsafeList<T>.ParallelReader | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct UnsafeList<T>.ParallelReader

    Implements parallel reader. Use AsParallelReader to obtain it from container.

    Namespace: Unity.Collections.LowLevel.Unsafe
    Syntax
    public struct ParallelReader

    Fields

    Length

    Declaration
    public readonly int Length
    Field Value
    Type Description
    Int32

    Ptr

    Declaration
    public readonly T*Ptr
    Field Value
    Type Description
    T*
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX