C# Class RaceGame.CountDown

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CountDown ( SpriteFont spriteFont ) : System
Draw ( SpriteBatch spriteBatch ) : void
Start ( ) : void

Method Details

CountDown() public méthode

public CountDown ( SpriteFont spriteFont ) : System
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
Résultat System

Draw() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void