Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUI.HelpBox

static function HelpBox(position: Rect, message: string, type: MessageType): void;
static void HelpBox(Rect position, string message, MessageType type);
static def HelpBox(position as Rect, message as string, type as MessageType) as void

Parameters

positionRectangle on the screen to draw the help box within.
messageThe message text.
typeThe type of message.

Description

Make a help box with a message to the user.