Method GetPropertyHeight
GetPropertyHeight(SerializedProperty, GUIContent)
Returns the height of a SerializedProperty in pixels.
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedProperty | property | The SerializedProperty to calculate height for. |
| GUIContent | label | The label of the SerializedProperty. |
Returns
| Type | Description |
|---|---|
| float | Returns the height of a SerializedProperty in pixels. |