GameManager.GameModePerformance フィールド

定義

注意事項

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

パフォーマンス ゲーム モードは、ゲームのパフォーマンスを最大化します。

[Android.Runtime.Register("GAME_MODE_PERFORMANCE", 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 GameModePerformance = 2;
[<Android.Runtime.Register("GAME_MODE_PERFORMANCE", 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 GameModePerformance : Android.App.GameMode

フィールド値

Value = 2
属性

注釈

パフォーマンス ゲーム モードは、ゲームのパフォーマンスを最大化します。 このゲーム モードでは、バッテリ消費が増加する可能性が高くなります。

android.app.GameManager.GAME_MODE_PERFORMANCEの Android リファレンス。

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

適用対象