Version: 2017.2
public float GetPropertyHeight (SerializedProperty property, GUIContent label);

파라미터

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

반환

float The height in pixels.

설명

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

The default is one line high.