Next: , Previous: , Up: General   [Contents][Index]


8.10 Quality Selection

Component: QualitySelection

Allows the user to select the level of quality based on Unity’s available levels. SetQualityLevel takes an integer

Field of QualitySelection: bool useGUI

Should we use the legacy Unity GUI? Not recommended for mobile.

Default value: true

Field of QualitySelection: Rect guiArea

Normalized viewport rectangle representing the portion of the screen taken up by the gui if used. Values between 0 and 1

Default value: new Rect(.8f, .3f, .19f, .2f)

Field of QualitySelection: GUISkin guiSkin

Optional skin to change the look of the GUI

Field of QualitySelection: bool useGUI

Should we use the legacy Unity GUI? Not recommended for mobile.

Default value: true

Field of QualitySelection: Rect guiArea

Normalized viewport rectangle representing the portion of the screen taken up by the gui if used. Values between 0 and 1

Default value: new Rect(.8f, .3f, .19f, .2f)

Field of QualitySelection: GUISkin guiSkin

Optional skin to change the look of the GUI