docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddressAt

    AddressAt<T>(long)

    Returns the raw pointer of the backing data at a given index.

    Declaration
    public T* AddressAt<T>(long index) where T : unmanaged
    Parameters
    Type Name Description
    long index

    The index of the element.

    Returns
    Type Description
    T*

    The raw pointer to the element in the data.

    Type Parameters
    Name Description
    T

    The type of the element.

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