Method GetPropertyHeight
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
GetPropertyHeight(SerializedProperty, GUIContent)
Override this method to specify how tall the GUI for this field is in pixels.
public override float GetPropertyHeight(SerializedProperty prop, GUIContent label)
Parameters
prop
SerializedPropertylabel
GUIContentThe label of this property.
Returns
- float
The height in pixels.