C# Class MegaMan.Engine.GameTickEventArgs

So far, nothing uses this for the elapsed time. But it may be useful at some point. Maybe sound syncing?
Inheritance: System.EventArgs
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
GameTickEventArgs ( float dt ) : System

Method Details

GameTickEventArgs() public méthode

public GameTickEventArgs ( float dt ) : System
dt float
Résultat System