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

パラメーター

messageメッセージテキスト
typeメッセージの種類
wideTrue の場合、ボックスは Window 全体の幅をカバーします。それ以外の場合、コントロールの部分だけをカバーします。

説明

ユーザーへのメッセージとヘルプボックスを作成します。