Méthode | Description | |
---|---|---|
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 CreateAchievement ( ) : IAchievement | ||
Résultat | IAchievement |
public static CreateLeaderboard ( ) : ILeaderboard | ||
Résultat | ILeaderboard |
public static LoadAchievementDescriptions ( Action |
||
callback | Action |
|
Résultat | void |
public static LoadAchievements ( Action |
||
callback | Action |
|
Résultat | void |
public static LoadScores ( string leaderboardID, Action |
||
leaderboardID | string | |
callback | Action |
|
Résultat | void |
public static LoadUsers ( string userIDs, Action |
||
userIDs | string | |
callback | Action |
|
Résultat | void |
public static ReportProgress ( string achievementID, double progress, Action |
||
achievementID | string | |
progress | double | |
callback | Action |
|
Résultat | void |
public static ReportScore ( long score, string board, Action |
||
score | long | |
board | string | |
callback | Action |
|
Résultat | void |
public static ShowAchievementsUI ( ) : void | ||
Résultat | void |