C# Class UnityEngine.Social

Inheritance: Object
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
CreateAchievement ( ) : IAchievement

Create an IAchievement instance.

CreateLeaderboard ( ) : ILeaderboard

Create an ILeaderboard instance.

LoadAchievementDescriptions ( Action callback ) : void
LoadAchievements ( Action callback ) : void
LoadScores ( string leaderboardID, Action callback ) : void
LoadUsers ( string userIDs, Action callback ) : void
ReportProgress ( string achievementID, double progress, Action callback ) : void
ReportScore ( long score, string board, Action callback ) : void
ShowAchievementsUI ( ) : void

Show a default/system view of the games achievements.

ShowLeaderboardUI ( ) : void

Show a default/system view of the games leaderboards.

Method Details

CreateAchievement() public static méthode

Create an IAchievement instance.

public static CreateAchievement ( ) : IAchievement
Résultat IAchievement

CreateLeaderboard() public static méthode

Create an ILeaderboard instance.

public static CreateLeaderboard ( ) : ILeaderboard
Résultat ILeaderboard

LoadAchievementDescriptions() public static méthode

public static LoadAchievementDescriptions ( Action callback ) : void
callback Action
Résultat void

LoadAchievements() public static méthode

public static LoadAchievements ( Action callback ) : void
callback Action
Résultat void

LoadScores() public static méthode

public static LoadScores ( string leaderboardID, Action callback ) : void
leaderboardID string
callback Action
Résultat void

LoadUsers() public static méthode

public static LoadUsers ( string userIDs, Action callback ) : void
userIDs string
callback Action
Résultat void

ReportProgress() public static méthode

public static ReportProgress ( string achievementID, double progress, Action callback ) : void
achievementID string
progress double
callback Action
Résultat void

ReportScore() public static méthode

public static ReportScore ( long score, string board, Action callback ) : void
score long
board string
callback Action
Résultat void

ShowAchievementsUI() public static méthode

Show a default/system view of the games achievements.

public static ShowAchievementsUI ( ) : void
Résultat void

ShowLeaderboardUI() public static méthode

Show a default/system view of the games leaderboards.

public static ShowLeaderboardUI ( ) : void
Résultat void