EditorWindow.ShowNotificationfunction ShowNotification (notification : GUIContent) : voidDescriptionShow a notification message. Displays notification message on the window. Unlike message boxes or log messages notification will fade out automatically after some time. If however it needs to be closed immediately RemoveNotification function can be used. |
