C# 클래스 UI_CreateAvatar, TestGame

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

공개 프로퍼티들

프로퍼티 타입 설명
if_createAvatarName InputField,
tg_profs Toggle[],

공개 메소드들

메소드 설명
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
onCancel ( ) : void
onCreateAvatar ( ) : void
onCreateAvatarResult ( Byte retcode, object info, object>.Dictionary avatarList ) : void

메소드 상세

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

onCancel() 공개 메소드

public onCancel ( ) : void
리턴 void

onCreateAvatar() 공개 메소드

public onCreateAvatar ( ) : void
리턴 void

onCreateAvatarResult() 공개 메소드

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

프로퍼티 상세

if_createAvatarName 공개적으로 프로퍼티

public InputField, if_createAvatarName
리턴 InputField,

tg_profs 공개적으로 프로퍼티

public Toggle[], tg_profs
리턴 Toggle[],