C# Class Ballz.PerformanceRenderer

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: SpagAachen/Ballz

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
HandleMessage ( object sender, Message msg ) : void
Initialize ( ) : void
PerformanceRenderer ( Ballz game ) : System
ReportTime ( string name, System.TimeSpan time ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void
OnDrawOrderChanged ( object sender, EventArgs args ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

HandleMessage() public méthode

public HandleMessage ( object sender, Message msg ) : void
sender object
msg Ballz.Messages.Message
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

OnDrawOrderChanged() protected méthode

protected OnDrawOrderChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

PerformanceRenderer() public méthode

public PerformanceRenderer ( Ballz game ) : System
game Ballz
Résultat System

ReportTime() public méthode

public ReportTime ( string name, System.TimeSpan time ) : void
name string
time System.TimeSpan
Résultat void