C# Class UnityEngine.SocialPlatforms.Local

Inheritance: Object, ISocialPlatform
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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 )

Method Details

CreateAchievement() public méthode

public CreateAchievement ( ) : IAchievement
Résultat IAchievement

CreateLeaderboard() public méthode

public CreateLeaderboard ( ) : ILeaderboard
Résultat ILeaderboard

LoadAchievementDescriptions() public méthode

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

LoadAchievements() public méthode

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

LoadScores() public méthode

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

LoadUsers() public final méthode

public final LoadUsers ( String userIDs, Action callback ) : void
userIDs String
callback Action
Résultat void

LoadUsers() public méthode

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

Local() public méthode

public Local ( )

ReportProgress() public final méthode

public final ReportProgress ( string id, double progress, Action callback ) : void
id string
progress double
callback Action
Résultat void

ReportProgress() public méthode

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

ReportScore() public final méthode

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

ReportScore() public méthode

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

ShowAchievementsUI() public méthode

public ShowAchievementsUI ( ) : void
Résultat void

ShowLeaderboardUI() public méthode

public ShowLeaderboardUI ( ) : void
Résultat void