GameRunBehaviorΒΆ
-
enum
GameRunBehavior: System.Enum, System.IComparable, System.IFormattable, System.IConvertible Defines how T:Microsoft.Xna.Framework.Game should be runned.
-
GameRunBehavior
Asynchronous The game loop will be runned asynchronous.
-
GameRunBehavior
Synchronous The game loop will be runned synchronous.
-
GameRunBehavior