Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PropertyDrawer.GetPropertyHeight

GetPropertyHeight(property: SerializedProperty, label: GUIContent): float;
float GetPropertyHeight(SerializedProperty property, GUIContent label);
def GetPropertyHeight(property as SerializedProperty, label as GUIContent) as float

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.

The default is one line high.