Version: 2023.2
言語: 日本語
public static void HelpBox (Rect position, string message, MessageType type);
public static void HelpBox (Rect position, GUIContent content);

パラメーター

position テクスチャを描画するスクリーン上の Rect
message メッセージテキスト
type メッセージの種類
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.

説明

Makes a help box with a message to the user.