C# 클래스 PlayerHUD, VoxelEngine

상속: MonoBehaviour
파일 보기 프로젝트 열기: RodGame/VoxelEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WhiteTexture Texture
displayInfoBool bool

공개 메소드들

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

비공개 메소드들

메소드 설명
DisplayInfoHUD ( ) : void
DisplayStaticGUI ( ) : void
DisplayTransparentBackground ( float _posX, float _posY, float _sizeX, float _sizeY, float _opacity ) : void

메소드 상세

GetKeyboardInput() 공개 메소드

public GetKeyboardInput ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

WhiteTexture 공개적으로 프로퍼티

public Texture WhiteTexture
리턴 Texture

displayInfoBool 공개적으로 프로퍼티

public bool displayInfoBool
리턴 bool