Home
Manual
Reference
Scripting
Scripting Reference
EditorGUI
.HelpBox
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Attributes
Enumerations
History
Index
EditorGUI
All Members
Class Variables
actionKey
indentLevel
showMixedValue
Class Functions
BeginChangeCheck
BeginDisabledGroup
BeginProperty
BoundsField
ColorField
CurveField
DrawPreviewTexture
DrawTextureAlpha
DropShadowLabel
EndChangeCheck
EndDisabledGroup
EndProperty
EnumMaskField
EnumPopup
FloatField
Foldout
GetPropertyHeight
HelpBox
InspectorTitlebar
IntField
IntPopup
IntSlider
LabelField
LayerField
MaskField
MinMaxSlider
ObjectField
PasswordField
Popup
PrefixLabel
ProgressBar
PropertyField
RectField
SelectableLabel
Slider
TagField
TextArea
TextField
Toggle
Vector2Field
Vector3Field
Vector4Field
static
function
HelpBox (position :
Rect
, message :
String
, type :
MessageType
) :
void
Parameters
Name
Description
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.