C# Class SocialManager, hexciter

Inheritance: System.Object
ファイルを表示 Open project: pR0Ps/hexciter Class Usage Examples

Public Methods

Method 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

Method Description
Awake ( ) : void
LogoutCo ( ) : IEnumerator
Start ( ) : void
UpdateButton ( ) : void

Method Details

Login() public method

public Login ( ) : void
return void

Logout() public method

public Logout ( ) : void
return void

PostScore() public method

public PostScore ( string board, int score ) : void
board string
score int
return void

ShowAchievements() public method

public ShowAchievements ( ) : void
return void

ShowLeaderboards() public method

public ShowLeaderboards ( ) : void
return void

ShowLeaderboards() public method

public ShowLeaderboards ( string name ) : void
name string
return void

UnlockAchievement() public method

public UnlockAchievement ( string name ) : void
name string
return void