MaterialEditor.GetPropertyHeight
GetPropertyHeight(prop: MaterialProperty): float;
float GetPropertyHeight(MaterialProperty prop);
def GetPropertyHeight(prop as MaterialProperty) as float
GetPropertyHeight(prop: MaterialProperty, label: string): float;
float GetPropertyHeight(MaterialProperty prop, string label);
def GetPropertyHeight(prop as MaterialProperty, label as string) as float
Description

Calculate height needed for the property.