EditorGUI.PropertyFieldstatic function PropertyField (position : Rect, property : SerializedProperty, includeChildren : boolean = false) : booleanstatic function PropertyField (position : Rect, property : SerializedProperty, label : GUIContent, includeChildren : boolean = false) : 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.
|
