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
Properties
Default
The default OnlineLeaderboardEntry.
Declaration
public static OnlineLeaderboardEntry Default { get; }
Property Value
OnlineLeaderboardEntry
|