C# Class HttpApi.PlayerApi

Inheritance: MonoBehaviour
Afficher le fichier Open project: gamemachine/gamemachine

Méthodes publiques

Свойство Type Description
instance PlayerApi

Méthodes publiques

Méthode Description
ChangePassword ( string username, string password, string newPassword, IPlayerApi caller ) : void
ChangePasswordRoutine ( string username, string password, string newPassword, IPlayerApi caller ) : IEnumerator
CreatePlayer ( string playerId, string password, IPlayerApi caller ) : void
CreatePlayerRoutine ( string playerId, string password, IPlayerApi caller ) : IEnumerator
GetPlayer ( IPlayerApi caller ) : void
GetPlayer ( string playerId, IPlayerApi caller ) : void
GetPlayerRoutine ( IPlayerApi caller ) : IEnumerator
GetPlayerRoutine ( string playerId, IPlayerApi caller ) : IEnumerator
PlayerCharacters ( IPlayerApi caller ) : void
PlayerCharactersRoutine ( IPlayerApi caller ) : IEnumerator

Private Methods

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

Method Details

ChangePassword() public méthode

public ChangePassword ( string username, string password, string newPassword, IPlayerApi caller ) : void
username string
password string
newPassword string
caller IPlayerApi
Résultat void

ChangePasswordRoutine() public méthode

public ChangePasswordRoutine ( string username, string password, string newPassword, IPlayerApi caller ) : IEnumerator
username string
password string
newPassword string
caller IPlayerApi
Résultat IEnumerator

CreatePlayer() public méthode

public CreatePlayer ( string playerId, string password, IPlayerApi caller ) : void
playerId string
password string
caller IPlayerApi
Résultat void

CreatePlayerRoutine() public méthode

public CreatePlayerRoutine ( string playerId, string password, IPlayerApi caller ) : IEnumerator
playerId string
password string
caller IPlayerApi
Résultat IEnumerator

GetPlayer() public méthode

public GetPlayer ( IPlayerApi caller ) : void
caller IPlayerApi
Résultat void

GetPlayer() public méthode

public GetPlayer ( string playerId, IPlayerApi caller ) : void
playerId string
caller IPlayerApi
Résultat void

GetPlayerRoutine() public méthode

public GetPlayerRoutine ( IPlayerApi caller ) : IEnumerator
caller IPlayerApi
Résultat IEnumerator

GetPlayerRoutine() public méthode

public GetPlayerRoutine ( string playerId, IPlayerApi caller ) : IEnumerator
playerId string
caller IPlayerApi
Résultat IEnumerator

PlayerCharacters() public méthode

public PlayerCharacters ( IPlayerApi caller ) : void
caller IPlayerApi
Résultat void

PlayerCharactersRoutine() public méthode

public PlayerCharactersRoutine ( IPlayerApi caller ) : IEnumerator
caller IPlayerApi
Résultat IEnumerator

Property Details

instance public_oe static_oe property

public static PlayerApi,HttpApi instance
Résultat PlayerApi