Class AppUISettings
The settings for the App UI system.
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: solution.dll
Syntax
[CreateAssetMenu(menuName = "App UI/Settings", fileName = "App UI Settings")]
public class AppUISettings : ScriptableObject
Properties
Name | Description |
---|---|
autoCorrectUiScale | Enable this options to correct the scale of UIDocuments, depending on the target platform and screen dpi. |
autoOverrideAndroidManifest | Enable this option to automatically override the AndroidManifest.xml file with the one provided by the App UI system. |
editorUpdateFrequency | Configure how frequently you want to run the main App UI process loop (to handle queued messages for examples). Default is 60Hz. |
enableMacOSGestureRecognition | Enable this option to enable gesture recognition on macOS. |
useCustomEditorUpdateFrequency | Enable this option to use a custom update frequency for the App UI system in the editor. |