public float GetPropertyHeight (SerializedProperty property, GUIContent label);

파라미터

propertyThe SerializedProperty to make the custom GUI for.
labelThe 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.