C# Class GooglePlayGames.PlayGamesScore

Represents a Google Play Games score that can be sent to a leaderboard.
Inheritance: IScore
Show file Open project: playgameservices/play-games-plugin-for-unity Class Usage Examples

Public Methods

Method Description
ReportScore ( Action callback ) : void

Reports the score. Equivalent to PlayGamesPlatform.ReportScore.

Private Methods

Method Description
PlayGamesScore ( System.DateTime date, string leaderboardId, ulong rank, string playerId, ulong value, string metadata ) : System

Method Details

ReportScore() public method

Reports the score. Equivalent to PlayGamesPlatform.ReportScore.
public ReportScore ( Action callback ) : void
callback Action
return void