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

Inheritance: Direct3D9Overlay
Afficher le fichier Open project: jasonpang/Starcraft2Hook

Private Properties

Свойство Type Description
GetAsyncKeyState ushort
Hook_OnDrawIndexedPrimitve void
Hook_OnSetStreamSource void
IsDown bool

Méthodes publiques

Méthode Description
Attach ( ) : void
StrideLoggerOverlay ( GameContext context ) : System

Méthodes protégées

Méthode Description
Draw ( ) : void
Initialize ( ) : void
Update ( ) : void

Private Methods

Méthode 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 méthode

public Attach ( ) : void
Résultat void

Draw() protected méthode

protected Draw ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

StrideLoggerOverlay() public méthode

public StrideLoggerOverlay ( GameContext context ) : System
context GameContext
Résultat System

Update() protected méthode

protected Update ( ) : void
Résultat void