C# Class Cyclyc.Framework.ScoreComponent

This is a game component that implements IUpdateable.
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Show file Open project: JoeOsborn/Cyclyc

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
ScoreComponent ( Microsoft.Xna.Framework.Game g ) : System

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

ScoreComponent() public method

public ScoreComponent ( Microsoft.Xna.Framework.Game g ) : System
g Microsoft.Xna.Framework.Game
return System