C# Class UI_SelectAvatar, TestGame

Inheritance: MonoBehaviour
Mostrar archivo Open project: liuxq/TestGame

Public Properties

Property Type Description
bt_createAvatar Button
bt_removeAvatar Button
tg_avatars Toggle[],

Public Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
onCreateAvatar ( ) : void
onEnterGame ( ) : void
onRemoveAvatar ( System.UInt64 dbid, object>.Dictionary avatarList ) : void
onReqAvatarList ( object>.Dictionary avatarList ) : void
onReqRemoveAvatar ( ) : 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

onCreateAvatar() public method

public onCreateAvatar ( ) : void
return void

onEnterGame() public method

public onEnterGame ( ) : void
return void

onRemoveAvatar() public method

public onRemoveAvatar ( System.UInt64 dbid, object>.Dictionary avatarList ) : void
dbid System.UInt64
avatarList object>.Dictionary
return void

onReqAvatarList() public method

public onReqAvatarList ( object>.Dictionary avatarList ) : void
avatarList object>.Dictionary
return void

onReqRemoveAvatar() public method

public onReqRemoveAvatar ( ) : void
return void

Property Details

bt_createAvatar public_oe property

public Button bt_createAvatar
return Button

bt_removeAvatar public_oe property

public Button bt_removeAvatar
return Button

tg_avatars public_oe property

public Toggle[], tg_avatars
return Toggle[],