C# 클래스 GUIController

상속: MonoBehaviour
파일 보기 프로젝트 열기: mezosaurus/eae-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
boxImage Texture2D
buttonImage Texture2D
guiFont Font
levelCode SceneEnum
sound AudioClip

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
drawBox ( string boxText, string buttonText, int fontSize ) : void
drawBox ( string boxText, string buttonText, int fontSize, Rect boxRect ) : void
drawIntroBox ( ) : void
drawOutroBox ( ) : void
drawPauseBox ( ) : void
endBattle ( ) : void
opaqueBox ( string boxText, string buttonText, int fontSize ) : void
startBattle ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

boxImage 공개적으로 프로퍼티

public Texture2D boxImage
리턴 Texture2D

buttonImage 공개적으로 프로퍼티

public Texture2D buttonImage
리턴 Texture2D

guiFont 공개적으로 프로퍼티

public Font guiFont
리턴 Font

levelCode 공개적으로 프로퍼티

public SceneEnum levelCode
리턴 SceneEnum

sound 공개적으로 프로퍼티

public AudioClip sound
리턴 AudioClip