Public Member Functions | |
override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
![]() | |
override float | GetPropertyHeight (SerializedProperty property, GUIContent label) |
Gets the height of the foldout section only. | |
override void | OnGUI (Rect position, SerializedProperty property, GUIContent label) |
Overrides the base class to always, show only the details of the property; no foldout or save options are shown. | |
Additional Inherited Members | |
![]() | |
static float | ExposedMembersSection (ref ExposedObjectMembers exposedObjProperties, bool notHeightOnly, Rect position, SerializedProperty property, GUIContent label) |
Compute the height of, and optionally draws, the foldout-section of the ExposedObjectPropertyDrawer. | |
![]() | |
ExposedObjectMembers | exposedObjProperties |
This ExposedObjectMembers computes and cashes the properties that will be exposes by this PropertyDrawer. | |