Enum UpdateType
The Update Type of the leaderboard, currently limited to Keep Best Score (keepBest), Keep Latest Score (keepLatest) or Keep Total Score (aggregate). This determines how to handle new scores that players submit.
Namespace: Unity.Services.Apis.Admin.Leaderboards
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum UpdateType
Fields
Name | Description |
---|---|
Aggregate | Enum Aggregate for value: aggregate |
KeepBest | Enum KeepBest for value: keepBest |
KeepLatest | Enum KeepLatest for value: keepLatest |