C# 클래스 registerGUI, UnityRose

상속: MonoBehaviour
파일 보기 프로젝트 열기: osROSE/UnityRose

공개 프로퍼티들

프로퍼티 타입 설명
emailInput InputField,
passwordInput InputField,
registerBtn Button
usernameInput InputField,

공개 메소드들

메소드 설명
IsEmail ( string email ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
validateRegister ( string username, string email, string password ) : bool

메소드 상세

IsEmail() 공개 정적인 메소드

public static IsEmail ( string email ) : bool
email string
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

emailInput 공개적으로 프로퍼티

public InputField, emailInput
리턴 InputField,

passwordInput 공개적으로 프로퍼티

public InputField, passwordInput
리턴 InputField,

registerBtn 공개적으로 프로퍼티

public Button registerBtn
리턴 Button

usernameInput 공개적으로 프로퍼티

public InputField, usernameInput
리턴 InputField,