GooglePlayGames.
Represents a score on a Google Play Games leaderboard.
Summary
Implements the Unity IScore interface. 
Inheritance
Inherits from: IScore| Properties | |
|---|---|
| date | DateTimeGets the date and time this score was achieved.  | 
| formattedValue | stringGets the score value as a formatted string.  | 
| leaderboardID | stringGets or sets the ID of the leaderboard this score is for.  | 
| metaData | stringGets the metadata associated with this score (also known as a score tag).  | 
| rank | intGets the rank of this score in the leaderboard.  | 
| userID | stringGets the ID of the user who achieved this score.  | 
| value | longGets or sets the score value.  | 
| Public functions | |
|---|---|
| ReportScore(Action< bool > callback) | voidReports this score to the Google Play Games services.  | 
Properties
date
DateTime date
Gets the date and time this score was achieved.
formattedValue
string formattedValue
Gets the score value as a formatted string.
leaderboardID
string leaderboardID
Gets or sets the ID of the leaderboard this score is for.
metaData
string metaData
Gets the metadata associated with this score (also known as a score tag).
rank
int rank
Gets the rank of this score in the leaderboard.
userID
string userID
Gets the ID of the user who achieved this score.
value
long value
Gets or sets the score value.
Public functions
ReportScore
void ReportScore( Action< bool > callback )
Reports this score to the Google Play Games services.
This is equivalent to calling PlayGamesPlatform.ReportScore.
| Details | |||
|---|---|---|---|
| Parameters | 
 | 
