Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidGameMode

Options for the available game modes that AndroidGame.GameMode can return.
Read time 1 minuteLast updated 5 days ago

Definition

public enum AndroidGameMode

Fields

Value

Description

BatteryBattery game mode, which indicates that your application should use optimizations that save battery and give a longer gameplay time.
PerformancePerformance game mode, which indicates that you application should maximize performance.
StandardStandard game mode, which indicates that your application should use its default performance characteristics.
UnsupportedGame mode is not supported. For more information, refer to getGameMode.