Table of Contents

Method GetPropertyHeight

Namespace
Gamelogic.Grids2.Graph.Editor
Assembly
Gamelogic.Grids2.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 property, GUIContent label)

Parameters

property SerializedProperty

The SerializedProperty to make the custom GUI for.

label GUIContent

The label of this property.

Returns

float

The height in pixels.