C# 클래스 UI_SelectAvatar, TestGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: liuxq/TestGame

공개 프로퍼티들

프로퍼티 타입 설명
bt_createAvatar Button
bt_removeAvatar Button
tg_avatars Toggle[],

공개 메소드들

메소드 설명
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

메소드 상세

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

onCreateAvatar() 공개 메소드

public onCreateAvatar ( ) : void
리턴 void

onEnterGame() 공개 메소드

public onEnterGame ( ) : void
리턴 void

onRemoveAvatar() 공개 메소드

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

onReqAvatarList() 공개 메소드

public onReqAvatarList ( object>.Dictionary avatarList ) : void
avatarList object>.Dictionary
리턴 void

onReqRemoveAvatar() 공개 메소드

public onReqRemoveAvatar ( ) : void
리턴 void

프로퍼티 상세

bt_createAvatar 공개적으로 프로퍼티

public Button bt_createAvatar
리턴 Button

bt_removeAvatar 공개적으로 프로퍼티

public Button bt_removeAvatar
리턴 Button

tg_avatars 공개적으로 프로퍼티

public Toggle[], tg_avatars
리턴 Toggle[],