Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 647 Bytes

File metadata and controls

15 lines (11 loc) · 647 Bytes

NotificationImportance

enum in AdvancedSceneManager.Editor.UI / Inherits from: Enum

Description

Specifies the importance of a notification.

Values

Name Description
Default Determines that the notification will be displayed in non-overflow view when space allows, otherwise overflow menu.
Low Determines that the notification will never be displayed in non-overflow view.
High Determines that the notification will never overflow.
Priority Determines that the notification is to be prioritized. Prioritized notifications hide all others until dismissed or removed.