EditorGUI.HelpBox Manual     Reference     Scripting  
Scripting > Editor Classes > EditorGUI
EditorGUI.HelpBox

static function HelpBox (position : Rect, message : String, type : MessageType) : void

Parameters

NameDescription
position Rectangle on the screen to draw the help box within.
message The message text.
type The type of message.

Description

Make a help box with a message to the user.