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 (Purchase
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 (Transaction
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 (Purchase
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.