EditorGUILayout
.HelpBox
Manual
Reference
Scripting
Scripting
>
Editor Classes
>
EditorGUILayout
EditorGUILayout
.HelpBox
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Attributes
Enumerations
History
Index
EditorGUILayout
All Members
Class Functions
BeginHorizontal
BeginScrollView
BeginToggleGroup
BeginVertical
BoundsField
ColorField
CurveField
EndHorizontal
EndScrollView
EndToggleGroup
EndVertical
EnumMaskField
EnumPopup
FloatField
Foldout
HelpBox
InspectorTitlebar
IntField
IntPopup
IntSlider
LabelField
LayerField
MaskField
MinMaxSlider
ObjectField
PasswordField
Popup
PrefixLabel
PropertyField
RectField
SelectableLabel
Slider
Space
TagField
TextArea
TextField
Toggle
Vector2Field
Vector3Field
Vector4Field
static
function
HelpBox (message :
String
, type :
MessageType
) :
void
static
function
HelpBox (message :
String
, type :
MessageType
, wide :
boolean
) :
void
Parameters
Name
Description
message
The message text.
type
The type of message.
wide
If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.
Description
Make a help box with a message to the user.