◆ ExposedMembersSection()

static float ExposedMembersSection ( ref ExposedObjectMembers  exposedObjProperties,
bool  notHeightOnly,
Rect  position,
SerializedProperty  property,
GUIContent  label 
)
static
Parameters
exposedObjPropertiesreference to the cached ExposedObjectMembers. If the referenced passed is null, a new ExposedObjectMembers instance will be generated from the serializedProperty.
notHeightOnlyWhen true, nothing will be drawn, only the height will be computed. When false, the components will be actually drawn in the inspector.
positionLocation and area in which control should be drawn in the inspector.
propertySerializedProperty to be displayed
labellabel 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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: