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

Parámetros

positionRectangle on the screen to draw the help box within.
messageEl texto del mensaje.
typeThe type of message.

Descripción

Makes a help box with a message to the user.