C# Class UI_SelectAvatar, TestGame

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

Méthodes publiques

Свойство Type Description
bt_createAvatar Button
bt_removeAvatar Button
tg_avatars Toggle[],

Méthodes publiques

Méthode 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 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

onCreateAvatar() public méthode

public onCreateAvatar ( ) : void
Résultat void

onEnterGame() public méthode

public onEnterGame ( ) : void
Résultat void

onRemoveAvatar() public méthode

public onRemoveAvatar ( System.UInt64 dbid, object>.Dictionary avatarList ) : void
dbid System.UInt64
avatarList object>.Dictionary
Résultat void

onReqAvatarList() public méthode

public onReqAvatarList ( object>.Dictionary avatarList ) : void
avatarList object>.Dictionary
Résultat void

onReqRemoveAvatar() public méthode

public onReqRemoveAvatar ( ) : void
Résultat void

Property Details

bt_createAvatar public_oe property

public Button bt_createAvatar
Résultat Button

bt_removeAvatar public_oe property

public Button bt_removeAvatar
Résultat Button

tg_avatars public_oe property

public Toggle[], tg_avatars
Résultat Toggle[],