Esempio n. 1
0
 /// <summary>
 ///     Actualiza el elapsedTime, importante invocar en cada update loop.
 /// </summary>
 protected void UpdateClock()
 {
     ElapsedTime = HighResolutionTimer.FrameTime;
     HighResolutionTimer.Set();
 }