docs.unity.cn
    Show / Hide Table of Contents

    Enum ProductType

    Types of a product, relevant to the store subsystem.

    Namespace: UnityEngine.Purchasing
    Syntax
    public enum ProductType

    Fields

    Name Description Value
    Consumable

    Consumables may be purchased more than once.

    Purchase history is not typically retained by store systems once consumed.

    NonConsumable

    Non consumables cannot be repurchased and are owned indefinitely.

    Subscription

    Subscriptions have a finite window of validity.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, February 13, 2023
    Terms of use