C# 클래스 Name_InputField, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc

공개 프로퍼티들

프로퍼티 타입 설명
continueButton Button

공개 메소드들

메소드 설명
Start ( ) : void

Used to initialize variables on creation

checkValue ( ) : void
setPlayerName ( string playerName ) : void

Set's the player's name for the game

메소드 상세

Start() 공개 메소드

Used to initialize variables on creation
public Start ( ) : void
리턴 void

checkValue() 공개 메소드

public checkValue ( ) : void
리턴 void

setPlayerName() 공개 메소드

Set's the player's name for the game
public setPlayerName ( string playerName ) : void
playerName string The desired name for the player
리턴 void

프로퍼티 상세

continueButton 공개적으로 프로퍼티

public Button continueButton
리턴 Button