docs.unity.cn
    Show / Hide Table of Contents

    Struct TransactionResult

    The result of a transaction.

    Namespace: UnityEngine.GameFoundation
    Syntax
    public struct TransactionResult

    Fields

    costs

    The items or currency which the transaction took from the player.

    Declaration
    public readonly TransactionCosts costs
    Field Value
    Type Description
    TransactionCosts

    payout

    The items or currency which the transaction granted to the player.

    Declaration
    public readonly Payout payout
    Field Value
    Type Description
    Payout
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021