UnityEditor.MaterialEditor.GetPropertyHeight C# (CSharp) Method

GetPropertyHeight() public method

public GetPropertyHeight ( MaterialProperty prop ) : float
prop MaterialProperty
return float
        public float GetPropertyHeight(MaterialProperty prop)
        {
            return this.GetPropertyHeight(prop, prop.displayName);
        }

Same methods

MaterialEditor::GetPropertyHeight ( MaterialProperty prop, string label ) : float
MaterialEditor