Class OnlineLeaderboard
Online platform leaderboard description.
Inheritance
System.Object
OnlineLeaderboard
Namespace: FlaxEngine.Online
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class OnlineLeaderboard : ValueType
Fields
EntriesCount
The leaderboard rows count (amount of entries to access).
Declaration
public int EntriesCount
Field Value
System.
|
Identifier
Unique leaderboard identifier. Specific for a certain online platform.
Declaration
public string Identifier
Field Value
System.
|
Name
Leaderboard name. Specific for a game.
Declaration
public string Name
Field Value
System.
|
SortMode
The leaderboard sorting method.
Declaration
public OnlineLeaderboardSortModes SortMode
Field Value
ValueFormat
The leaderboard values formatting.
Declaration
public OnlineLeaderboardValueFormats ValueFormat
Field Value
Properties
Default
The default Online
Declaration
public static OnlineLeaderboard Default { get; }