GameStateMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum GameStateMode
type GameStateMode =
- Inheritance
-
GameStateMode
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Default Game mode is unknown. |
| None | 1 | No mode means that the game is not in active play, for example the user is using the game menu. |
| GameplayInterruptible | 2 | Indicates if the game is in active, but interruptible, game play. |
| GameplayUninterruptible | 3 | Indicates if the game is in active user play mode, which is real time and cannot be interrupted. |
| Content | 4 | Indicates that the current content shown is not gameplay related. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.