Struct UnsafePtrList.ParallelReader | Collections | 0.11.0-preview.17
docs.unity3d.com
    Show / Hide Table of Contents

    Struct UnsafePtrList.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
    [NativeDisableUnsafePtrRestriction]
    public readonly void **Ptr
    Field Value
    Type Description
    Void**

    Methods

    Contains(Void*)

    Declaration
    public bool Contains(void *value)
    Parameters
    Type Name Description
    Void* value
    Returns
    Type Description
    Boolean

    IndexOf(Void*)

    Declaration
    public int IndexOf(void *value)
    Parameters
    Type Name Description
    Void* value
    Returns
    Type Description
    Int32
    In This Article
    • Fields
      • Length
      • Ptr
    • Methods
      • Contains(Void*)
      • IndexOf(Void*)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023