docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardEntryWithUpdatedTime

    LeaderboardEntryWithUpdatedTime

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

    Constructors

    LeaderboardEntryWithUpdatedTime(DateTime, string, string, int, double, string, string)

    Initializes a new instance of the LeaderboardEntryWithUpdatedTime class.

    Declaration
    [Preserve]
    public LeaderboardEntryWithUpdatedTime(DateTime updatedTime = default, string playerId = null, string playerName = null, int rank = 0, double score = 0, string tier = null, string metadata = null)
    Parameters
    Type Name Description
    DateTime updatedTime

    updatedTime (required).

    string playerId

    playerId (required).

    string playerName

    playerName (required).

    int rank

    rank (required).

    double score

    score (required).

    string tier

    tier.

    string metadata

    metadata.

    Properties

    Metadata

    Gets or Sets Metadata

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

    PlayerId

    Gets or Sets PlayerId

    Declaration
    [Preserve]
    public string PlayerId { get; set; }
    Property Value
    Type Description
    string

    PlayerName

    Gets or Sets PlayerName

    Declaration
    [Preserve]
    public string PlayerName { get; set; }
    Property Value
    Type Description
    string

    Rank

    Gets or Sets Rank

    Declaration
    [Preserve]
    public int Rank { get; set; }
    Property Value
    Type Description
    int

    Score

    Gets or Sets Score

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

    Tier

    Gets or Sets Tier

    Declaration
    [Preserve]
    public string Tier { get; set; }
    Property Value
    Type Description
    string

    UpdatedTime

    Gets or Sets UpdatedTime

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