docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetBalance

    SetBalance(Currency, long)

    Sets the balance of the specified Currency.

    Declaration
    public static bool SetBalance(Currency currency, long balance)
    Parameters
    Type Name Description
    Currency currency

    The currency you want to set the balance.

    long balance

    The amount to add to the balance.

    Returns
    Type Description
    bool

    true if the balance has been updated, false otherwise.

    SetBalance(string, long)

    Sets the balance of the specified Currency.

    Declaration
    public static bool SetBalance(string currencyId, long balance)
    Parameters
    Type Name Description
    string currencyId

    Id of the currency you want to set the balance.

    long balance

    The amount to add to the balance.

    Returns
    Type Description
    bool

    true if the balance has been updated, false otherwise.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)