C# Class UnityEngine.Social

Inheritance: Object
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method 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 method

Create an IAchievement instance.

public static CreateAchievement ( ) : IAchievement
return IAchievement

CreateLeaderboard() public static method

Create an ILeaderboard instance.

public static CreateLeaderboard ( ) : ILeaderboard
return ILeaderboard

LoadAchievementDescriptions() public static method

public static LoadAchievementDescriptions ( Action callback ) : void
callback Action
return void

LoadAchievements() public static method

public static LoadAchievements ( Action callback ) : void
callback Action
return void

LoadScores() public static method

public static LoadScores ( string leaderboardID, Action callback ) : void
leaderboardID string
callback Action
return void

LoadUsers() public static method

public static LoadUsers ( string userIDs, Action callback ) : void
userIDs string
callback Action
return void

ReportProgress() public static method

public static ReportProgress ( string achievementID, double progress, Action callback ) : void
achievementID string
progress double
callback Action
return void

ReportScore() public static method

public static ReportScore ( long score, string board, Action callback ) : void
score long
board string
callback Action
return void

ShowAchievementsUI() public static method

Show a default/system view of the games achievements.

public static ShowAchievementsUI ( ) : void
return void

ShowLeaderboardUI() public static method

Show a default/system view of the games leaderboards.

public static ShowLeaderboardUI ( ) : void
return void