C# 클래스 EnterLoginCredentials, gro-ui

상속: MonoBehaviour
파일 보기 프로젝트 열기: OpenAgInitiative/gro-ui

공개 프로퍼티들

프로퍼티 타입 설명
attemptbutton Button
emailInput InputField,
ipLabel Text

공개 메소드들

메소드 설명
AttemptLogin ( ) : void
BackButtonPress ( ) : void
GuestLogin ( ) : void
InputEdit ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

AttemptLogin() 공개 메소드

public AttemptLogin ( ) : void
리턴 void

BackButtonPress() 공개 메소드

public BackButtonPress ( ) : void
리턴 void

GuestLogin() 공개 메소드

public GuestLogin ( ) : void
리턴 void

InputEdit() 공개 메소드

public InputEdit ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

attemptbutton 공개적으로 프로퍼티

public Button attemptbutton
리턴 Button

emailInput 공개적으로 프로퍼티

public InputField, emailInput
리턴 InputField,

ipLabel 공개적으로 프로퍼티

public Text ipLabel
리턴 Text