C# Class SocialManager, hexciter

Inheritance: System.Object
Afficher le fichier Open project: pR0Ps/hexciter Class Usage Examples

Méthodes publiques

Méthode Description
Login ( ) : void
Logout ( ) : void
PostScore ( string board, int score ) : void
ShowAchievements ( ) : void
ShowLeaderboards ( ) : void
ShowLeaderboards ( string name ) : void
UnlockAchievement ( string name ) : void

Private Methods

Méthode Description
Awake ( ) : void
LogoutCo ( ) : IEnumerator
Start ( ) : void
UpdateButton ( ) : void

Method Details

Login() public méthode

public Login ( ) : void
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void

PostScore() public méthode

public PostScore ( string board, int score ) : void
board string
score int
Résultat void

ShowAchievements() public méthode

public ShowAchievements ( ) : void
Résultat void

ShowLeaderboards() public méthode

public ShowLeaderboards ( ) : void
Résultat void

ShowLeaderboards() public méthode

public ShowLeaderboards ( string name ) : void
name string
Résultat void

UnlockAchievement() public méthode

public UnlockAchievement ( string name ) : void
name string
Résultat void