docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor PayoutDefinition

    PayoutDefinition()

    Default constructor

    Declaration
    public PayoutDefinition()

    PayoutDefinition(string, string, double)

    Parametrized constructor

    Declaration
    public PayoutDefinition(string typeString, string subtype, double quantity)
    Parameters
    Type Name Description
    string typeString

    The payout type, as a string.

    string subtype

    The payout subtype.

    double quantity

    The payout quantity.

    PayoutDefinition(string, string, double, string)

    Parametrized constructor

    Declaration
    public PayoutDefinition(string typeString, string subtype, double quantity, string data)
    Parameters
    Type Name Description
    string typeString

    The payout type, as a string.

    string subtype

    The payout subtype.

    double quantity

    The payout quantity.

    string data

    The payout data.

    PayoutDefinition(string, double)

    Parametrized constructor

    Declaration
    public PayoutDefinition(string subtype, double quantity)
    Parameters
    Type Name Description
    string subtype

    The payout subtype.

    double quantity

    The payout quantity.

    PayoutDefinition(string, double, string)

    Parametrized constructor

    Declaration
    public PayoutDefinition(string subtype, double quantity, string data)
    Parameters
    Type Name Description
    string subtype

    The payout subtype.

    double quantity

    The payout quantity.

    string data

    The payout data.

    PayoutDefinition(PayoutType, string, double)

    Parametrized constructor

    Declaration
    public PayoutDefinition(PayoutType type, string subtype, double quantity)
    Parameters
    Type Name Description
    PayoutType type

    The payout type.

    string subtype

    The payout subtype.

    double quantity

    The payout quantity.

    PayoutDefinition(PayoutType, string, double, string)

    Parametrized constructor

    Declaration
    public PayoutDefinition(PayoutType type, string subtype, double quantity, string data)
    Parameters
    Type Name Description
    PayoutType type

    The payout type.

    string subtype

    The payout subtype.

    double quantity

    The payout quantity.

    string data

    The payout data.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023