public bool HelpBoxWithButton (GUIContent messageContent, GUIContent buttonContent);

파라미터

messageContentThe message text.
buttonContentThe button text.

반환

bool Returns true, if button was pressed.

설명

Make a help box with a message and button. Returns true, if button was pressed.