Version: 2022.3

PropertyDrawer.GetPropertyHeight

切换到手册
public float GetPropertyHeight (SerializedProperty property, GUIContent label);

参数

property 要为其自定义 GUI 的 SerializedProperty。
label 此属性的标签。

返回

float 高度(以像素为单位)。

描述

重载此方法可指定此字段的 GUI 的高度(以像素为单位)。

默认高度为一行。