|
| Score (string idLeaderboard, int rank, User user, double score) |
|
void | Initialize (string idLeaderboard, int rank, Profile user, double score) |
| Initialize this Score with the specified idLeaderboard, rank, user and score. More...
|
|
void | ReportScore (System.Action< bool > callback) |
| Reports the score. More...
|
|
|
string | leaderboardID [get, set] |
|
System.DateTime | date [get] |
|
string | formattedValue [get] |
|
string | userID [get] |
|
Profile | user [get] |
|
int | rank [get] |
|
long | value [get, set] |
|
float | valueFloat [get, set] |
|
double | valueDouble [get, set] |
|
void Combu.Score.Initialize |
( |
string |
idLeaderboard, |
|
|
int |
rank, |
|
|
Profile |
user, |
|
|
double |
score |
|
) |
| |
Initialize this Score with the specified idLeaderboard, rank, user and score.
- Parameters
-
idLeaderboard | Identifier leaderboard. |
rank | Rank. |
user | User. |
score | Score. |
void Combu.Score.ReportScore |
( |
System.Action< bool > |
callback | ) |
|
Reports the score.
- Parameters
-
The documentation for this class was generated from the following file:
- /Users/ziored/Documents/Projects/Unity/Empty Test/Assets/Combu/Scripts/Leaderboard.cs