EditorGUILayout
.PropertyField
Manual
Reference
Scripting
Scripting
>
Editor Classes
>
EditorGUILayout
EditorGUILayout
.PropertyField
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Enumerations
History
Index
EditorGUILayout
All Members
Class Functions
BeginHorizontal
BeginScrollView
BeginToggleGroup
BeginVertical
ColorField
CurveField
EndHorizontal
EndScrollView
EndToggleGroup
EndVertical
EnumPopup
FloatField
Foldout
InspectorTitlebar
IntField
IntPopup
IntSlider
LabelField
LayerField
MinMaxSlider
ObjectField
PasswordField
Popup
PrefixLabel
PropertyField
RectField
Slider
Space
TagField
TextArea
TextField
Toggle
Vector2Field
Vector3Field
Vector4Field
static
function
PropertyField (property :
SerializedProperty
, params options :
GUILayoutOption
[]) :
bool
static
function
PropertyField (property :
SerializedProperty
, label :
GUIContent
, params options :
GUILayoutOption
[]) :
bool
Description
Make a field for
SerializedProperty
.
See Also:
SerializedProperty
,
SerializedObject
.