Search Results for

    Show / Hide Table of Contents

    Class OnlineLeaderboardEntry

    Online platform leaderboard entry description.

    Inheritance
    System.Object
    OnlineLeaderboardEntry
    Namespace: FlaxEngine.Online
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class OnlineLeaderboardEntry : ValueType

    Fields

    Rank

    The entry rank. Placement of the entry in the leaderboard (starts at 1 for the top-score).

    Declaration
    public int Rank
    Field Value
    System.Int32

    Score

    The entry score set in the leaderboard.

    Declaration
    public int Score
    Field Value
    System.Int32

    User

    The player who holds the entry.

    Declaration
    public OnlineUser User
    Field Value
    OnlineUser

    Properties

    Default

    The default OnlineLeaderboardEntry.

    Declaration
    public static OnlineLeaderboardEntry Default { get; }
    Property Value
    OnlineLeaderboardEntry

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat