Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

QualitySettings.DecreaseLevel

public static function DecreaseLevel(applyExpensiveChanges: bool = false): void;

Parameters

applyExpensiveChanges Should expensive changes be applied (Anti-aliasing etc).

Description

Decrease the current quality level.

	QualitySettings.DecreaseLevel(false);

IncreaseLevel and DecreaseLevel functions only apply anti-aliasing if applyExpensiveChanges is true.

See Also: IncreaseLevel, Quality Settings.