EditorGUILayout.PropertyFieldstatic function PropertyField (property : SerializedProperty, params options : GUILayoutOption[]) : booleanstatic function PropertyField (property : SerializedProperty, label : GUIContent, params options : GUILayoutOption[]) : booleanstatic function PropertyField (property : SerializedProperty, includeChildren : boolean, params options : GUILayoutOption[]) : booleanstatic function PropertyField (property : SerializedProperty, label : GUIContent, includeChildren : boolean, params options : GUILayoutOption[]) : booleanParameters
Returnsboolean - True if the property has children and is expanded and includeChildren was set to false; otherwise false. DescriptionMake a field for SerializedProperty. See Also: SerializedProperty, SerializedObject.
|
