EditorGUILayout.PropertyField Manual     Reference     Scripting  
Scripting > Editor Classes > EditorGUILayout
EditorGUILayout.PropertyField

static function PropertyField (property : SerializedProperty, params options : GUILayoutOption[]) : boolean

static function PropertyField (property : SerializedProperty, label : GUIContent, params options : GUILayoutOption[]) : boolean

Description

Make a field for SerializedProperty.

See Also: SerializedProperty, SerializedObject.