Method | Description | |
---|---|---|
Login ( ) : void | ||
Logout ( ) : void | ||
PostScore ( string board, int score ) : void | ||
ShowAchievements ( ) : void | ||
ShowLeaderboards ( ) : void | ||
ShowLeaderboards ( string name ) : void | ||
UnlockAchievement ( string name ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
LogoutCo ( ) : IEnumerator | ||
Start ( ) : void | ||
UpdateButton ( ) : void |
public PostScore ( string board, int score ) : void | ||
board | string | |
score | int | |
return | void |
public ShowLeaderboards ( string name ) : void | ||
name | string | |
return | void |
public UnlockAchievement ( string name ) : void | ||
name | string | |
return | void |