C# Class XNAGraphics.ComponentBundle.DrawableBundle.InfoGraph

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicDrawable
Mostra file Open project: joseruizjimenez/personal-training-martial-arts

Public Methods

Method Description
InfoGraph ( Object spriteFont, int x, int y ) : System

Protected Methods

Method Description
onDraw ( Microsoft spriteBatch ) : void
onLoad ( Microsoft game ) : void
onUpdate ( Microsoft gameTime ) : void

Method Details

InfoGraph() public method

public InfoGraph ( Object spriteFont, int x, int y ) : System
spriteFont Object
x int
y int
return System

onDraw() protected method

protected onDraw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
return void

onLoad() protected method

protected onLoad ( Microsoft game ) : void
game Microsoft
return void

onUpdate() protected method

protected onUpdate ( Microsoft gameTime ) : void
gameTime Microsoft
return void