Class Leaderboard::SortDirection

Nested Relationships

This class is a nested type of Class Leaderboard.

Inheritance Relationships

Base Type

Class Documentation

class SortDirection : public axr::sdk::StringEnum<SortDirection>

Describes the direction that a leaderboard’s records are sorted.

Public Static Attributes

static const SortDirection *ASCENDING

Sorts scores from lowest to highest with lowest being “best”.

static const SortDirection *DESCENDING

Sorts scores from highest to lowest with highest being “best”.