C# 클래스 UnityEngine.SocialPlatforms.Local

상속: Object, ISocialPlatform
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
CreateAchievement ( ) : IAchievement
CreateLeaderboard ( ) : ILeaderboard
LoadAchievementDescriptions ( Action callback ) : void
LoadAchievements ( Action callback ) : void
LoadScores ( string leaderboardID, Action callback ) : void
LoadUsers ( String userIDs, Action callback ) : void
LoadUsers ( string userIDs, Action callback ) : void
Local ( )
ReportProgress ( string id, double progress, Action callback ) : void
ReportProgress ( string id, double progress, Action callback ) : void
ReportScore ( long score, string board, Action callback ) : void
ReportScore ( long score, string board, Action callback ) : void
ShowAchievementsUI ( ) : void
ShowLeaderboardUI ( ) : void

비공개 메소드들

메소드 설명
CreateDummyTexture ( int width, int height ) : Texture2D
PopulateStaticData ( ) : void
SetLocalPlayerScore ( Leaderboard board ) : void
SortScores ( Leaderboard board ) : void
UnityEngine ( ILeaderboard board ) : bool
UnityEngine ( ILeaderboard board, Action callback ) : void
UnityEngine ( ILocalUser user, Action callback ) : void
VerifyUser ( ) : bool
m__0 ( Score s1, Score s2 )

메소드 상세

CreateAchievement() 공개 메소드

public CreateAchievement ( ) : IAchievement
리턴 IAchievement

CreateLeaderboard() 공개 메소드

public CreateLeaderboard ( ) : ILeaderboard
리턴 ILeaderboard

LoadAchievementDescriptions() 공개 메소드

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

LoadAchievements() 공개 메소드

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

LoadScores() 공개 메소드

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

LoadUsers() 공개 최종 메소드

public final LoadUsers ( String userIDs, Action callback ) : void
userIDs String
callback Action
리턴 void

LoadUsers() 공개 메소드

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

Local() 공개 메소드

public Local ( )

ReportProgress() 공개 최종 메소드

public final ReportProgress ( string id, double progress, Action callback ) : void
id string
progress double
callback Action
리턴 void

ReportProgress() 공개 메소드

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

ReportScore() 공개 최종 메소드

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

ReportScore() 공개 메소드

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

ShowAchievementsUI() 공개 메소드

public ShowAchievementsUI ( ) : void
리턴 void

ShowLeaderboardUI() 공개 메소드

public ShowLeaderboardUI ( ) : void
리턴 void