C# Class RaceGame.Info

Inheritance: IInfo
Mostra file Open project: cjohnsson/Racing-Game Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
Info ( SpriteFont newFont, Map newMap, List newPlayers, Microsoft.Xna.Framework.Graphics.Texture2D hud ) : System

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Info() public method

public Info ( SpriteFont newFont, Map newMap, List newPlayers, Microsoft.Xna.Framework.Graphics.Texture2D hud ) : System
newFont Microsoft.Xna.Framework.Graphics.SpriteFont
newMap Map
newPlayers List
hud Microsoft.Xna.Framework.Graphics.Texture2D
return System