EditorGUI
- actionKey
- BoundsField
- ColorField
- CurveField
- DrawPreviewTexture
- DrawTextureAlpha
- DropShadowLabel
- EnumPopup
- FloatField
- Foldout
- indentLevel
- InspectorTitlebar
- IntField
- IntPopup
- IntSlider
- LabelField
- LayerField
- MinMaxSlider
- ObjectField
- PasswordField
- Popup
- PrefixLabel
- ProgressBar
- PropertyField
- RectField
- SelectableLabel
- Slider
- TagField
- TextArea
- TextField
- Toggle
- Vector2Field
- Vector3Field
- Vector4Field
EditorGUI.PropertyField 属性字段
static function PropertyField (position : Rect, property : SerializedProperty, label : GUIContent = null) : bool
Description描述
Make a field for SerializedProperty.
制作一个SerializedProperty字段。
参见: SerializedProperty, SerializedObject.
最后修改:2011年6月23日 Thursday 19:43