AndroidGameMode
Options for the available game modes that AndroidGame.GameMode can return.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum AndroidGameMode
Fields
Value | Description |
|---|---|
| Battery | Battery game mode, which indicates that your application should use optimizations that save battery and give a longer gameplay time. |
| Performance | Performance game mode, which indicates that you application should maximize performance. |
| Standard | Standard game mode, which indicates that your application should use its default performance characteristics. |
| Unsupported | Game mode is not supported. For more information, refer to getGameMode. |