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