Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

EditorGUI.HelpBox

Switch to Manual
public static function HelpBox(position: Rect, message: string, type: MessageType): void;

Parameters

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.