C# Class Game.Graphics.Menu

Inheritance: IDrawable
ファイルを表示 Open project: jasonpang/Starcraft2Hook

Private Properties

Property Type Description
DrawText void
GetAsyncKeyState ushort
IsDown bool

Public Methods

Method Description
Draw ( ) : void
Menu ( SharpDX.Direct3D9.Device device, Point location, Orientation orientation ) : System
Update ( ) : void

Private Methods

Method Description
DrawText ( Point location, string text, Color color ) : void
GetAsyncKeyState ( int vKey ) : ushort
IsDown ( System vKey ) : bool

Method Details

Draw() public method

public Draw ( ) : void
return void

Menu() public method

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

Update() public method

public Update ( ) : void
return void