public float GetPropertyHeight (SerializedProperty property, GUIContent label);

Parameters

propertyThe SerializedProperty to make the custom GUI for.
labelThe label of this property.

Returns

float The height in pixels.

Description

Override this method to specify how tall the GUI for this field is in pixels.

По умолчанию одна линия высоты.