docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AddLeaderboardScore

    AddLeaderboardScore

    Inheritance
    object
    AddLeaderboardScore
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Leaderboards
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class AddLeaderboardScore

    Constructors

    AddLeaderboardScore(double, object, string)

    Initializes a new instance of the AddLeaderboardScore class.

    Declaration
    [Preserve]
    public AddLeaderboardScore(double score = 0, object metadata = null, string versionId = null)
    Parameters
    Type Name Description
    double score

    score (required).

    object metadata

    metadata.

    string versionId

    versionId.

    Properties

    Metadata

    Gets or Sets Metadata

    Declaration
    [Preserve]
    public object Metadata { get; set; }
    Property Value
    Type Description
    object

    Score

    Gets or Sets Score

    Declaration
    [Preserve]
    public double Score { get; set; }
    Property Value
    Type Description
    double

    VersionId

    Gets or Sets VersionId

    Declaration
    [Preserve]
    public string VersionId { get; set; }
    Property Value
    Type Description
    string
    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)