言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

EditorGUI.HelpBox

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

Parameters

position Rectangle on the screen to draw the help box within.
message The message text.
type The type of message.

Description

Make a help box with a message to the user.