C# Class LoginController, ezyfox-server-example

Inheritance: Controller
Afficher le fichier Open project: tvd12/ezyfox-server-example Class Usage Examples

Méthodes publiques

Свойство Type Description
password StringVariable
username StringVariable

Méthodes publiques

Méthode Description
OnLogin ( ) : void
OnSocketSetupCompleted ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

OnLogin() public méthode

public OnLogin ( ) : void
Résultat void

OnSocketSetupCompleted() public méthode

public OnSocketSetupCompleted ( ) : void
Résultat void

Property Details

password public_oe property

public StringVariable password
Résultat StringVariable

username public_oe property

public StringVariable username
Résultat StringVariable