This version of Unity is unsupported.

EditorGUI.HelpBox

Declaration

public static void HelpBox(Rect position, string message, MessageType type);

Parameters

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

Description

Makes a help box with a message to the user.