C# Class UI_LoginSystem, TestGame

Inheritance: MonoBehaviour
Mostra file Open project: liuxq/TestGame

Public Properties

Property Type Description
if_passWord InputField,
if_userName InputField,
text_status Text

Public Methods

Method 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 method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

onClose() public method

public onClose ( ) : void
return void

onConnectStatus() public method

public onConnectStatus ( bool beSuccess ) : void
beSuccess bool
return void

onCreateAccountResult() public method

public onCreateAccountResult ( UInt16 retcode, byte datas ) : void
retcode System.UInt16
datas byte
return void

onLogin() public method

public onLogin ( ) : void
return void

onLoginFailed() public method

public onLoginFailed ( UInt16 errorCode ) : void
errorCode System.UInt16
return void

onLoginSuccessfully() public method

public onLoginSuccessfully ( System.UInt64 uuuid, Int32 id, Account account ) : void
uuuid System.UInt64
id System.Int32
account Account
return void

onRegister() public method

public onRegister ( ) : void
return void

Property Details

if_passWord public_oe property

public InputField, if_passWord
return InputField,

if_userName public_oe property

public InputField, if_userName
return InputField,

text_status public_oe property

public Text text_status
return Text