C# 클래스 GooglePlayGames.PlayGamesScore

Represents a Google Play Games score that can be sent to a leaderboard.
상속: IScore
파일 보기 프로젝트 열기: playgameservices/play-games-plugin-for-unity 1 사용 예제들

공개 메소드들

메소드 설명
ReportScore ( Action callback ) : void

Reports the score. Equivalent to PlayGamesPlatform.ReportScore.

비공개 메소드들

메소드 설명
PlayGamesScore ( System.DateTime date, string leaderboardId, ulong rank, string playerId, ulong value, string metadata ) : System

메소드 상세

ReportScore() 공개 메소드

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