docs.unity.cn
    Show / Hide Table of Contents

    Enum ProductCatalogPayout.ProductCatalogPayoutType

    Types of Product Payouts. Mirrors the PayoutType enum.

    Namespace: UnityEngine.Purchasing
    Syntax
    public enum ProductCatalogPayoutType

    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
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use