C# 클래스 UnityEngine.Social

상속: Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
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.

메소드 상세

CreateAchievement() 공개 정적인 메소드

Create an IAchievement instance.

public static CreateAchievement ( ) : IAchievement
리턴 IAchievement

CreateLeaderboard() 공개 정적인 메소드

Create an ILeaderboard instance.

public static CreateLeaderboard ( ) : ILeaderboard
리턴 ILeaderboard

LoadAchievementDescriptions() 공개 정적인 메소드

public static LoadAchievementDescriptions ( Action callback ) : void
callback Action
리턴 void

LoadAchievements() 공개 정적인 메소드

public static LoadAchievements ( Action callback ) : void
callback Action
리턴 void

LoadScores() 공개 정적인 메소드

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

LoadUsers() 공개 정적인 메소드

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

ReportProgress() 공개 정적인 메소드

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

ReportScore() 공개 정적인 메소드

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

ShowAchievementsUI() 공개 정적인 메소드

Show a default/system view of the games achievements.

public static ShowAchievementsUI ( ) : void
리턴 void

ShowLeaderboardUI() 공개 정적인 메소드

Show a default/system view of the games leaderboards.

public static ShowLeaderboardUI ( ) : void
리턴 void