C# Class com.kumakore.sample.SigninBehav

Inheritance: KumakoreBehav
Afficher le fichier Open project: kumakore/kumakore-sdk

Méthodes publiques

Свойство Type Description
userEmail string
userName string
userPassword string

Méthodes publiques

Méthode Description
getLeaderboardMembers ( Leaderboard leaderboard, int start, int end ) : void
getLeaderboards ( ) : void
platform ( ) : void
setLeaderboardScoreForCurrentUser ( Leaderboard leaderboard, int score ) : void
signin ( String usernameOrEmail, String password ) : void
signout ( ) : void
signup ( String usernameOrEmail ) : void
updateUser ( string name, string email, string password ) : void

Méthodes protégées

Méthode Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

getLeaderboardMembers() public méthode

public getLeaderboardMembers ( Leaderboard leaderboard, int start, int end ) : void
leaderboard Leaderboard
start int
end int
Résultat void

getLeaderboards() public méthode

public getLeaderboards ( ) : void
Résultat void

platform() public méthode

public platform ( ) : void
Résultat void

setLeaderboardScoreForCurrentUser() public méthode

public setLeaderboardScoreForCurrentUser ( Leaderboard leaderboard, int score ) : void
leaderboard Leaderboard
score int
Résultat void

signin() public méthode

public signin ( String usernameOrEmail, String password ) : void
usernameOrEmail String
password String
Résultat void

signout() public méthode

public signout ( ) : void
Résultat void

signup() public méthode

public signup ( String usernameOrEmail ) : void
usernameOrEmail String
Résultat void

updateUser() public méthode

public updateUser ( string name, string email, string password ) : void
name string
email string
password string
Résultat void

Property Details

userEmail public_oe property

public string userEmail
Résultat string

userName public_oe property

public string userName
Résultat string

userPassword public_oe property

public string userPassword
Résultat string