C# Class UI_LoginSystem, TestGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: liuxq/TestGame

Méthodes publiques

Свойство Type Description
if_passWord InputField,
if_userName InputField,
text_status Text

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
onClose ( ) : void
onConnectStatus ( bool beSuccess ) : void
onCreateAccountResult ( UInt16 retcode, byte datas ) : void
onLogin ( ) : void
onLoginFailed ( UInt16 errorCode ) : void
onLoginSuccessfully ( System.UInt64 uuuid, Int32 id, Account account ) : void
onRegister ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

onClose() public méthode

public onClose ( ) : void
Résultat void

onConnectStatus() public méthode

public onConnectStatus ( bool beSuccess ) : void
beSuccess bool
Résultat void

onCreateAccountResult() public méthode

public onCreateAccountResult ( UInt16 retcode, byte datas ) : void
retcode System.UInt16
datas byte
Résultat void

onLogin() public méthode

public onLogin ( ) : void
Résultat void

onLoginFailed() public méthode

public onLoginFailed ( UInt16 errorCode ) : void
errorCode System.UInt16
Résultat void

onLoginSuccessfully() public méthode

public onLoginSuccessfully ( System.UInt64 uuuid, Int32 id, Account account ) : void
uuuid System.UInt64
id System.Int32
account Account
Résultat void

onRegister() public méthode

public onRegister ( ) : void
Résultat void

Property Details

if_passWord public_oe property

public InputField, if_passWord
Résultat InputField,

if_userName public_oe property

public InputField, if_userName
Résultat InputField,

text_status public_oe property

public Text text_status
Résultat Text