|
static void | Load (string leaderboardId, System.Action< Leaderboard, string > callback) |
| Load the specified leaderboardId. More...
|
|
static void | Load< T > (string leaderboardId, System.Action< Leaderboard, string > callback) |
| Load the specified leaderboardId. More...
|
|
|
bool | highestScorePerPlayer |
|
bool | sumScoresPerPlayer |
|
|
bool | loading [get] |
|
string | id [get, set] |
|
UserScope | userScope [get, set] |
|
Range | range [get, set] |
|
TimeScope | timeScope [get, set] |
|
eLeaderboardTimeScope | customTimescope [get, set] |
|
IScore | localUserScore [get] |
|
uint | maxRange [get] |
|
IScore[] | scores [get] |
|
string | title [get] |
|
string | description [get] |
|
virtual void Combu.Leaderboard.FromJson |
( |
string |
jsonString | ) |
|
|
virtual |
Initialize the object from a JSON formatted string.
- Parameters
-
static void Combu.Leaderboard.Load |
( |
string |
leaderboardId, |
|
|
System.Action< Leaderboard, string > |
callback |
|
) |
| |
|
static |
Load the specified leaderboardId.
- Parameters
-
Load the specified leaderboardId.
- Parameters
-
- Template Parameters
-
void Combu.Leaderboard.LoadScores |
( |
System.Action< bool > |
callback | ) |
|
Loads the scores.
- Parameters
-
virtual void Combu.Leaderboard.LoadScoresByUser |
( |
User |
user, |
|
|
eLeaderboardInterval |
interval, |
|
|
int |
limit, |
|
|
System.Action< Score, int, string > |
callback |
|
) |
| |
|
virtual |
Loads the scores by user.
- Parameters
-
user | User. |
interval | Interval. |
callback | Callback. |
void Combu.Leaderboard.SetUserFilter |
( |
string[] |
userIDs | ) |
|
Sets the user filter.
- Parameters
-
The documentation for this class was generated from the following file:
- /Users/ziored/Documents/Projects/Unity/Empty Test/Assets/Combu/Scripts/Leaderboard.cs