Manual     Reference     Scripting  
  
Scripting > Editor Classes > EditorWindow   

EditorWindow.ShowNotification  

function ShowNotification (notification : GUIContent) : void

Description

Show 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.