Share via


GameManager.GameModeStandard Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.GameMode enum directly instead of this field.

Standard game mode means the platform will use the game's default performance characteristics.

[Android.Runtime.Register("GAME_MODE_STANDARD", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.GameMode enum directly instead of this field.", true)]
public const Android.App.GameMode GameModeStandard = 1;
[<Android.Runtime.Register("GAME_MODE_STANDARD", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.GameMode enum directly instead of this field.", true)>]
val mutable GameModeStandard : Android.App.GameMode

Field Value

Value = 1
Attributes

Remarks

Standard game mode means the platform will use the game's default performance characteristics.

Java documentation for android.app.GameManager.GAME_MODE_STANDARD.

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.

Applies to