Enum TournamentSortOrder
The ordering of which score is best in the tournament.
Namespace: Meta.InstantGames.v8
Assembly: Unity.Meta.InstantGames.Sdk.v8.dll
Syntax
public enum TournamentSortOrder
Fields
Name | Description |
---|---|
HIGHER_IS_BETTER | Higher scores are better. |
LOWER_IS_BETTER | Lower scores are better. |