GameManager.GameModeBattery フィールド

定義

注意事項

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

バッテリーゲームモードは、バッテリーを節約し、より長いゲームプレイ時間を与えます。

[Android.Runtime.Register("GAME_MODE_BATTERY", 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 GameModeBattery = 3;
[<Android.Runtime.Register("GAME_MODE_BATTERY", 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 GameModeBattery : Android.App.GameMode

フィールド値

Value = 3
属性

注釈

バッテリーゲームモードは、バッテリーを節約し、より長いゲームプレイ時間を与えます。

の Java ドキュメント android.app.GameManager.GAME_MODE_BATTERY

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象