C# Class RaceGame.World

Inheritance: IWorld
Afficher le fichier Open project: cjohnsson/Racing-Game Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Update ( ) : void
World ( Map map, List players, SpriteFont font, Microsoft.Xna.Framework.Graphics.Texture2D hud, CountDown countDown ) : System

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

World() public méthode

public World ( Map map, List players, SpriteFont font, Microsoft.Xna.Framework.Graphics.Texture2D hud, CountDown countDown ) : System
map Map
players List
font Microsoft.Xna.Framework.Graphics.SpriteFont
hud Microsoft.Xna.Framework.Graphics.Texture2D
countDown CountDown
Résultat System