EditorGUILayout
- BeginHorizontal
- BeginScrollView
- BeginToggleGroup
- BeginVertical
- BoundsField
- ColorField
- CurveField
- EndHorizontal
- EndScrollView
- EndToggleGroup
- EndVertical
- EnumPopup
- FloatField
- Foldout
- InspectorTitlebar
- IntField
- IntPopup
- IntSlider
- LabelField
- LayerField
- MinMaxSlider
- ObjectField
- PasswordField
- Popup
- PrefixLabel
- PropertyField
- RectField
- SelectableLabel
- Slider
- Space
- TagField
- TextArea
- TextField
- Toggle
- Vector2Field
- Vector3Field
- Vector4Field
EditorGUILayout.PropertyField 属性字段
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.
制作一个用于SerializedProperty的属性字段。
参见:SerializedProperty, SerializedObject.
最后修改:2011年7月14日 Thursday 20:58