docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property this

    this[int]

    Get the value for a specific level.

    Declaration
    public T this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The index of the value to get.

    Property Value
    Type Description
    T

    If the index is in the range of the contained values, the associated value will be returned. Otherwise, default is returned.

    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)