docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICart

    Represents a shopping cart that contains items to be purchased.

    Namespace: UnityEngine.Purchasing
    Assembly: Unity.Purchasing.dll
    Syntax
    public interface ICart

    Methods

    Items()

    Gets the CartItems in the cart.

    Declaration
    IReadOnlyList<CartItem> Items()
    Returns
    Type Description
    IReadOnlyList<CartItem>

    A read-only list of CartItems.

    In This Article
    Back to top
    Copyright © 2025 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)