C# Class LoginController, ezyfox-server-example

Inheritance: Controller
Mostra file Open project: tvd12/ezyfox-server-example Class Usage Examples

Public Properties

Property Type Description
password StringVariable
username StringVariable

Public Methods

Method Description
OnLogin ( ) : void
OnSocketSetupCompleted ( ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

OnLogin() public method

public OnLogin ( ) : void
return void

OnSocketSetupCompleted() public method

public OnSocketSetupCompleted ( ) : void
return void

Property Details

password public_oe property

public StringVariable password
return StringVariable

username public_oe property

public StringVariable username
return StringVariable