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