Enum ProductCatalogPayout.ProductCatalogPayoutType
Types of Product Payouts. Mirrors the PayoutType
enum.
Namespace: UnityEngine.Purchasing
Syntax
public enum ProductCatalogPayoutType : int
Fields
Name | Description | Value |
---|---|---|
Other | "Other" payouts are those with a customizable payout subtype. |
0 |
Currency | Payout is a currency, often paired with quantity to specify the amount. |
1 |
Item | Payout is an item. |
2 |
Resource | Payout is a resource, often used in in-game economies or for crafting features. Examples: Iron, Wood. |
3 |