- Parameters
-
exposedObjProperties | reference to the cached ExposedObjectMembers. If the referenced passed is null, a new ExposedObjectMembers instance will be generated from the serializedProperty. |
notHeightOnly | When true, nothing will be drawn, only the height will be computed. When false, the components will be actually drawn in the inspector. |
position | Location and area in which control should be drawn in the inspector. |
property | SerializedProperty to be displayed |
label | label to be drawn next to the ExpandableObject control. |
- Returns
- Height of the foldout section
References ExposedObjectMembers.ExposeAllProperties(), ExposedObjectMembers.ExposeAllPropertiesHeight(), ExposedObjectMembers.exposedObject, and DefaultExposedMemberPropertyDrawer.exposedObjProperties.
Referenced by DefaultExposedMemberExpandablePropertyDrawer.GetFoldoutPropertyHeight(), DefaultExposedMemberPropertyDrawer.GetPropertyHeight(), DefaultExposedMemberExpandablePropertyDrawer.OnFoldOutGUI(), and DefaultExposedMemberPropertyDrawer.OnGUI().