C# 클래스 Game.Graphics.Menu

상속: IDrawable
파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

Private Properties

프로퍼티 타입 설명
DrawText void
GetAsyncKeyState ushort
IsDown bool

공개 메소드들

메소드 설명
Draw ( ) : void
Menu ( SharpDX.Direct3D9.Device device, Point location, Orientation orientation ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
DrawText ( Point location, string text, Color color ) : void
GetAsyncKeyState ( int vKey ) : ushort
IsDown ( System vKey ) : bool

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Menu() 공개 메소드

public Menu ( SharpDX.Direct3D9.Device device, Point location, Orientation orientation ) : System
device SharpDX.Direct3D9.Device
location Point
orientation Orientation
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void