Version: 2017.2
public static bool PropertyField (Rect position, SerializedProperty property, bool includeChildren= false);
public static bool PropertyField (Rect position, SerializedProperty property, GUIContent label, bool includeChildren= false);

파라미터

position Rectangle on the screen to use for the property field.
property The SerializedProperty to make a field for.
label Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.
includeChildren If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).

반환

bool True if the property has children and is expanded and includeChildren was set to false; otherwise false.

설명

Make a field for SerializedProperty.