docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetUnchecked

    GetUnchecked(in int)

    Get an item from the list.

    Safety: index must be inside the bounds of the list.

    Declaration
    public ref T GetUnchecked(in int index)
    Parameters
    Type Name Description
    int index

    The index of the item to get.

    Returns
    Type Description
    T

    A reference to the item.

    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)