C# Class Game.Transformers.Graphics.Overlays.StrideLogger.StrideLoggerOverlay

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

Private Properties

Property Type Description
GetAsyncKeyState ushort
Hook_OnDrawIndexedPrimitve void
Hook_OnSetStreamSource void
IsDown bool

Public Methods

Method Description
Attach ( ) : void
StrideLoggerOverlay ( GameContext context ) : System

Protected Methods

Method Description
Draw ( ) : void
Initialize ( ) : void
Update ( ) : void

Private Methods

Method Description
GetAsyncKeyState ( int vKey ) : ushort
Hook_OnDrawIndexedPrimitve ( IntPtr &devicePointer, SharpDX &primitiveType, int &baseVertexIndex, int &minVertexIndex, int &numVertices, int &startIndex, int &primitiveCount ) : void
Hook_OnSetStreamSource ( IntPtr &devicePointer, int &streamNumber, IntPtr &streamVertexBufferData, int &offsetInBytes, int &stride ) : void
IsDown ( System vKey ) : bool

Method Details

Attach() public method

public Attach ( ) : void
return void

Draw() protected method

protected Draw ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

StrideLoggerOverlay() public method

public StrideLoggerOverlay ( GameContext context ) : System
context GameContext
return System

Update() protected method

protected Update ( ) : void
return void