메소드 | 설명 | |
---|---|---|
CreateAchievement ( ) : IAchievement |
Create an IAchievement instance.
|
|
CreateLeaderboard ( ) : ILeaderboard |
Create an ILeaderboard instance.
|
|
LoadAchievementDescriptions ( Action |
||
LoadAchievements ( Action |
||
LoadScores ( string leaderboardID, Action |
||
LoadUsers ( string userIDs, Action |
||
ReportProgress ( string achievementID, double progress, Action |
||
ReportScore ( long score, string board, Action |
||
ShowAchievementsUI ( ) : void |
Show a default/system view of the games achievements.
|
|
ShowLeaderboardUI ( ) : void |
Show a default/system view of the games leaderboards.
|
public static LoadAchievementDescriptions ( Action |
||
callback | Action |
|
리턴 | void |
public static LoadAchievements ( Action |
||
callback | Action |
|
리턴 | void |
public static LoadScores ( string leaderboardID, Action |
||
leaderboardID | string | |
callback | Action |
|
리턴 | void |
public static LoadUsers ( string userIDs, Action |
||
userIDs | string | |
callback | Action |
|
리턴 | void |
public static ReportProgress ( string achievementID, double progress, Action |
||
achievementID | string | |
progress | double | |
callback | Action |
|
리턴 | void |
public static ReportScore ( long score, string board, Action |
||
score | long | |
board | string | |
callback | Action |
|
리턴 | void |