◆ GetLimitedListPropertyHeight()

static float GetLimitedListPropertyHeight ( SerializedProperty  property,
GUIContent  label,
PropertyDrawer  useThisDrawer = null 
)
static
Parameters
propertyproperty that references the list to be drawn
labellabel to be applied to the list, optional. If not provided, the serializedProperties name will be used as the label.
useThisDrawerYou may optionally provide a specific property drawer to be used when drawing each element of the list
Returns
the pixel height of the list

References LimitedListProperty.InternalGetLimitedListPropertyHeight().

+ Here is the call graph for this function: