C# Class GooglePlayGames.PlayGamesScore

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

Méthodes publiques

Méthode Description
ReportScore ( Action callback ) : void

Reports the score. Equivalent to PlayGamesPlatform.ReportScore.

Private Methods

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

Method Details

ReportScore() public méthode

Reports the score. Equivalent to PlayGamesPlatform.ReportScore.
public ReportScore ( Action callback ) : void
callback Action
Résultat void