docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardScoresPage

    LeaderboardScoresPage model

    Inheritance
    object
    LeaderboardScoresPage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Leaderboards.Models
    Assembly: Unity.Services.Leaderboards.dll
    Syntax
    [Preserve]
    [DataContract(Name = "LeaderboardScoresPage")]
    public class LeaderboardScoresPage

    Constructors

    LeaderboardScoresPage(int, int, int, List<LeaderboardEntry>)

    Creates an instance of LeaderboardScoresPage.

    Declaration
    [Preserve]
    public LeaderboardScoresPage(int offset = 0, int limit = 0, int total = 0, List<LeaderboardEntry> results = null)
    Parameters
    Type Name Description
    int offset

    offset param

    int limit

    limit param

    int total

    total param

    List<LeaderboardEntry> results

    results param

    Properties

    Limit

    Parameter limit of LeaderboardScoresPage

    Declaration
    [Preserve]
    [DataMember(Name = "limit", EmitDefaultValue = false)]
    public int Limit { get; }
    Property Value
    Type Description
    int

    Offset

    Parameter offset of LeaderboardScoresPage

    Declaration
    [Preserve]
    [DataMember(Name = "offset", EmitDefaultValue = false)]
    public int Offset { get; }
    Property Value
    Type Description
    int

    Results

    Parameter results of LeaderboardScoresPage

    Declaration
    [Preserve]
    [DataMember(Name = "results", EmitDefaultValue = false)]
    public List<LeaderboardEntry> Results { get; }
    Property Value
    Type Description
    List<LeaderboardEntry>

    Total

    Parameter total of LeaderboardScoresPage

    Declaration
    [Preserve]
    [DataMember(Name = "total", EmitDefaultValue = false)]
    public int Total { get; }
    Property Value
    Type Description
    int
    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)