C# Class Fusion.Engine.Common.GameTime

Exibir arquivo Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
GameTime ( ) : System

Constructor

Update ( ) : void

Updates timer

Private Methods

Method Description
GameTime ( long frames, System.TimeSpan total, System.TimeSpan elapsed ) : System

GameTime ( long frames, long totalTicks, long elapsedTicks ) : System

Method Details

GameTime() public method

Constructor
public GameTime ( ) : System
return System

Update() public method

Updates timer
public Update ( ) : void
return void