docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardVersions

    LeaderboardVersions

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

    Constructors

    LeaderboardVersions(string, DateTime, string, int, List<LeaderboardVersion>)

    Initializes a new instance of the LeaderboardVersions class.

    Declaration
    [Preserve]
    public LeaderboardVersions(string leaderboardId = null, DateTime nextReset = default, string versionId = null, int totalArchivedVersions = 0, List<LeaderboardVersion> results = null)
    Parameters
    Type Name Description
    string leaderboardId

    leaderboardId (required).

    DateTime nextReset

    nextReset.

    string versionId

    versionId.

    int totalArchivedVersions

    totalArchivedVersions.

    List<LeaderboardVersion> results

    results (required).

    Properties

    LeaderboardId

    Gets or Sets LeaderboardId

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

    NextReset

    Gets or Sets NextReset

    Declaration
    [Preserve]
    public DateTime NextReset { get; set; }
    Property Value
    Type Description
    DateTime

    Results

    Gets or Sets Results

    Declaration
    [Preserve]
    public List<LeaderboardVersion> Results { get; set; }
    Property Value
    Type Description
    List<LeaderboardVersion>

    TotalArchivedVersions

    Gets or Sets TotalArchivedVersions

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

    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)