docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ListBuffer

    ListBuffer(T*, int*, int)

    Instantiate a new list.

    Declaration
    public ListBuffer(T* bufferPtr, int* countPtr, int capacity)
    Parameters
    Type Name Description
    T* bufferPtr

    The address in memory to store the data.

    int* countPtr

    The address in memory to store the number of item of this list..

    int capacity

    The number of T that can be stored in the buffer.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)