Tesla Graphics Engine Documentation (January 2012)
GameTime Constructor (elapsedGameTime, totalGameTime)
TeslaTesla.CoreGameTimeGameTime(TimeSpan, TimeSpan)
Creates a new GameTime snapshot with the specified elapsed time and total time.
Declaration Syntax
C#
public GameTime(
	TimeSpan elapsedGameTime,
	TimeSpan totalGameTime
)
Parameters
elapsedGameTime (TimeSpan)
Elapsed time
totalGameTime (TimeSpan)
Total time

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)