C# 클래스 SetupGameMenuActions, GameProject

Setup (Host) game menu actions code behind.
상속: MonoBehaviour
파일 보기 프로젝트 열기: EECS390IndieTeam/GameProject

공개 프로퍼티들

프로퍼티 타입 설명
launchButton Button
lobbyPasswordInputField InputField,
portInputField InputField,
screenNameInputField InputField,

공개 메소드들

메소드 설명
Start ( ) : void

Initial setup.

비공개 메소드들

메소드 설명
ValidateInputs ( ) : void

Validates user inputs. If inputs are bad, disables the launch button.

메소드 상세

Start() 공개 메소드

Initial setup.
public Start ( ) : void
리턴 void

프로퍼티 상세

launchButton 공개적으로 프로퍼티

Launch button input control.
public Button launchButton
리턴 Button

lobbyPasswordInputField 공개적으로 프로퍼티

Lobby password input field control.
public InputField, lobbyPasswordInputField
리턴 InputField,

portInputField 공개적으로 프로퍼티

Port input field control.
public InputField, portInputField
리턴 InputField,

screenNameInputField 공개적으로 프로퍼티

Screen name input field control.
public InputField, screenNameInputField
리턴 InputField,