Struct OnlineLeaderboardEntry
Online platform leaderboard entry description.
Assembly: FlaxEngine.dll
File: Engine/Online/IOnlinePlatform.h
Syntax
public struct OnlineLeaderboardEntry
Fields
Rank
The entry rank. Placement of the entry in the leaderboard (starts at 1 for the top-score).
Declaration
public int32 Rank
Field Value
int32
|
Score
The entry score set in the leaderboard.
Declaration
public int32 Score
Field Value
int32
|