C# Class XNAGraphics.ComponentBundle.DrawableBundle.InfoGraph

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicDrawable
Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts

Méthodes publiques

Méthode Description
InfoGraph ( Object spriteFont, int x, int y ) : System

Méthodes protégées

Méthode Description
onDraw ( Microsoft spriteBatch ) : void
onLoad ( Microsoft game ) : void
onUpdate ( Microsoft gameTime ) : void

Method Details

InfoGraph() public méthode

public InfoGraph ( Object spriteFont, int x, int y ) : System
spriteFont Object
x int
y int
Résultat System

onDraw() protected méthode

protected onDraw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
Résultat void

onLoad() protected méthode

protected onLoad ( Microsoft game ) : void
game Microsoft
Résultat void

onUpdate() protected méthode

protected onUpdate ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void