EditorGUI
.PropertyField
Manual
Reference
Scripting
Scripting
>
Editor Classes
>
EditorGUI
EditorGUI
.PropertyField
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Enumerations
History
Index
EditorGUI
All Members
Class Variables
actionKey
indentLevel
Class Functions
ColorField
CurveField
DrawPreviewTexture
DrawTextureAlpha
DropShadowLabel
EnumPopup
FloatField
Foldout
InspectorTitlebar
IntField
IntPopup
IntSlider
LabelField
LayerField
MinMaxSlider
ObjectField
PasswordField
Popup
PrefixLabel
ProgressBar
PropertyField
RectField
Slider
TagField
TextArea
TextField
Toggle
Vector2Field
Vector3Field
Vector4Field
static
function
PropertyField (position :
Rect
, property :
SerializedProperty
, label :
GUIContent
= null) :
bool
Description
Make a field for
SerializedProperty
.
See Also:
SerializedProperty
,
SerializedObject
.