docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetItems

    GetItems()

    Returns an array of all items within the wallet.

    Declaration
    public static InventoryItem[] GetItems()
    Returns
    Type Description
    InventoryItem[]

    An array of all items within the wallet.

    GetItems(List<InventoryItem>)

    Fills the given list with all items found in the wallet.

    Declaration
    public static void GetItems(List<InventoryItem> inventoryItems)
    Parameters
    Type Name Description
    List<InventoryItem> inventoryItems

    The list to fill up.

    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)