EditorGUILayout.HelpBox

Declaration

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

Declaration

public static void HelpBox(GUIContent content, bool wide);

Declaration

public static void HelpBox(string message, MessageType type, bool wide);

Parameters

message The message text.
type The type of message.
wide If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.
content The message contents. If an image is provided, it will be displayed to the left of the message. The expect image size is 32x32 pixels.

Description

Make a help box with a message to the user.


Did you find this page useful? Please give it a rating: