GameManager.GameModeStandard フィールド

定義

注意事項

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

標準ゲーム モードは、プラットフォームがゲームの既定のパフォーマンス特性を使用することを意味します。

[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

フィールド値

Value = 1
属性

注釈

標準ゲーム モードは、プラットフォームがゲームの既定のパフォーマンス特性を使用することを意味します。

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

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

適用対象