C# Class Sharpex2D.GameTimer

Inheritance: IUpdateable
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
GameTimer ( ) : System

Initializes a new GameTimer class.

GameTimer ( float interval ) : System

Initializes a new GameTimer class.

Private Methods

Méthode Description
IUpdateable ( GameTime gameTime ) : void

Updates the object.

Method Details

GameTimer() public méthode

Initializes a new GameTimer class.
public GameTimer ( ) : System
Résultat System

GameTimer() public méthode

Initializes a new GameTimer class.
public GameTimer ( float interval ) : System
interval float The Interval.
Résultat System