Version: 2023.1
LanguageEnglish
  • C#

ConfigChanges

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Mirrors the ConfigChanges enum.

For more information about the attribute, see Android's documentation: ConfigChanges attribute

Properties

MccMirrors android:configChanges="mcc".
MncMirrors android:configChanges="mnc".
LocaleMirrors android:configChanges="locale".
TouchscreenMirrors android:configChanges="touchscreen".
KeyboardMirrors android:configChanges="keyboard".
KeyboardHiddenMirrors android:configChanges="keyboardHidden".
LayoutDirectionMirrors android:configChanges="layoutDirection".
NavigationMirrors android:configChanges="navigation".
ScreenLayoutMirrors android:configChanges="screenLayout".
FontScaleMirrors android:configChanges="fontScale".
UiModeMirrors android:configChanges="uiMode".
OrientationMirrors android:configChanges="orientation".
DensityMirrors android:configChanges="density".
ScreenSizeMirrors android:configChanges="screenSize".
SmallestScreenSizeMirrors android:configChanges="smallestScreenSize".