C# Class UI_CreateAvatar, TestGame

Inheritance: MonoBehaviour
Mostra file Open project: liuxq/TestGame

Public Properties

Property Type Description
if_createAvatarName InputField,
tg_profs Toggle[],

Public Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
onCancel ( ) : void
onCreateAvatar ( ) : void
onCreateAvatarResult ( Byte retcode, object info, object>.Dictionary avatarList ) : 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

onCancel() public method

public onCancel ( ) : void
return void

onCreateAvatar() public method

public onCreateAvatar ( ) : void
return void

onCreateAvatarResult() public method

public onCreateAvatarResult ( Byte retcode, object info, object>.Dictionary avatarList ) : void
retcode Byte
info object
avatarList object>.Dictionary
return void

Property Details

if_createAvatarName public_oe property

public InputField, if_createAvatarName
return InputField,

tg_profs public_oe property

public Toggle[], tg_profs
return Toggle[],