docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardScore

    LeaderboardScore

    Inheritance
    object
    LeaderboardScore
    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 LeaderboardScore

    Constructors

    LeaderboardScore(double, object)

    Initializes a new instance of the LeaderboardScore class.

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

    score (required).

    object metadata

    metadata.

    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
    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)