XNA Game Studio 3.1
GameTime.IsRunningSlowly Property
Gets a value indicating that the game loop is taking longer than its TargetElapsedTime. In this case, the game loop can be considered to be running too slowly and should do something to "catch up."

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Game (in microsoft.xna.framework.game.dll)

Syntax

C#
public bool IsRunningSlowly { get; set; }

Property Value

true if the game loop is taking too long; false otherwise.
See Also

Reference

Platforms

Xbox 360, Windows XP SP2, Windows Vista, Zune
Tags :


Page view tracker