public float GetPropertyHeight (SerializedProperty property, GUIContent label);

Parámetros

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

Valor de retorno

float The height in pixels.

Descripción

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

The default is one line high.