docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Namespace UnityEngine.GameFoundation.UI

    Classes

    CurrencyHudView

    Component that manages displaying a Currency's icon and quantity. When attached to a game object, it will display the Currency's icon and quantity.

    ImageInfoView

    Component that manages displaying an icon and text.

    ImageInfoViewEditor

    InventoryItemHudView

    Component that manages displaying a Inventory Item's icon and quantity. When attached to a game object, it will display the Inventory Item's icon and quantity.

    PromotionPopupView

    Component that manages displaying a Transaction Item's promotion popup, including promotion image, display name and purchase button. When attached to a game object, it will display an image featuring the contents of the Transaction Item's rewards (or a specified image), the Transaction Item's displayName and create and display a PurchaseButton (PurchaseButton) to complete purchase transactions for it.

    PromotionPopupView.PopupClosedEvent

    A callback for when the Promotion Popup closes. Wraps UnityEvent.

    PromotionPopupView.PopupOpenedEvent

    A callback for when the Promotion Popup opens. Wraps UnityEvent

    PromotionPopupView.PopupWillCloseEvent

    A callback for when the Promotion Popup closes. Wraps UnityEvent.

    PromotionPopupView.PopupWillOpenEvent

    A callback for when the Promotion Popup opens. Wraps UnityEvent

    PromotionPopupView.TransactionFailureEvent

    A callback for when a transaction is failed. Wraps UnityEvent and accepts a BaseTransaction and Exception as a parameter.

    PromotionPopupView.TransactionSuccessEvent

    A callback for when a transaction is completed. Wraps UnityEvent and accepts a BaseTransaction as a parameter.

    PurchaseButton

    Component for completing a purchase using the TransactionManager.

    PurchaseButton.TransactionFailureEvent

    A callback for when a transaction is failed. Wraps UnityEvent and accepts a BaseTransaction and Exception as a parameter.

    PurchaseButton.TransactionSuccessEvent

    A callback for when a transaction is completed. Wraps UnityEvent and accepts a BaseTransaction as a parameter.

    StoreView

    Component that manages displaying the Transaction Items contained within a given store. When attached to a game object, it will create a TransactionItemView (TransactionItemView) for each store item in the designated list, with the given game object as their parent.

    StoreView.TransactionFailureEvent

    A callback for when a transaction is failed. Wraps UnityEvent and accepts a BaseTransaction and Exception as a parameter.

    StoreView.TransactionSuccessEvent

    A callback for when a transaction is completed. Wraps UnityEvent and accepts a BaseTransaction as a parameter.

    TransactionItemView

    Component that manages displaying a Transaction Item's icon, display name and purchase button. When attached to a game object, it will display the Transaction Item's icon and displayName and create and display a PurchaseButton (PurchaseButton) to complete purchase transactions for it.

    TransactionItemView.TransactionFailureEvent

    A callback for when a transaction is failed. Wraps UnityEvent and accepts a BaseTransaction and Exception as a parameter.

    TransactionItemView.TransactionSuccessEvent

    A callback for when a transaction is completed. Wraps UnityEvent and accepts a BaseTransaction as a parameter.

    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)