C# 클래스 GameCommon.DebugInformationWindow

Defines a debug information window class.
상속: EControl
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD 1 사용 예제들

보호된 메소드들

메소드 설명
OnAttach ( ) : void
OnDetach ( ) : void
OnKeyDown ( KeyEvent e ) : bool
OnRenderUI ( GuiRenderer renderer ) : void

비공개 메소드들

메소드 설명
Background_CheckedChange ( ECheckBox sender ) : void
UpdateColorMultiplier ( ) : void

메소드 상세

OnAttach() 보호된 메소드

protected OnAttach ( ) : void
리턴 void

OnDetach() 보호된 메소드

protected OnDetach ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
리턴 bool

OnRenderUI() 보호된 메소드

protected OnRenderUI ( GuiRenderer renderer ) : void
renderer GuiRenderer
리턴 void