C# Class Game.Transformers.Graphics.Overlays.Fps.FpsOverlay

Afficher le fichier Open project: jasonpang/Starcraft2Hook

Méthodes publiques

Méthode Description
FpsOverlay ( GameContext context ) : Game.Hooks.Graphics

Méthodes protégées

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

Private Methods

Méthode Description
CalculateFor ( DisplayMode displayMode ) : void
DrawFor ( DisplayMode displayMode ) : void

Method Details

Draw() protected méthode

protected Draw ( ) : void
Résultat void

FpsOverlay() public méthode

public FpsOverlay ( GameContext context ) : Game.Hooks.Graphics
context GameContext
Résultat Game.Hooks.Graphics

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void