LeaderboardMode enum
Discovers selected mode for the leaderboard.
public enum LeaderboardMode
Properties
Name | Description |
---|---|
LatestScore | The score will be always updated with the new score value |
Cumulative | New score will be added to the existing score value |
HigherValue | Keep only the higher score value |
LowerValue | Keep only the lower value |