UnityEditor.MaterialHeaderDecorator.GetPropertyHeight C# (CSharp) 메소드

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( MaterialProperty prop, string label, MaterialEditor editor ) : float
prop MaterialProperty
label string
editor MaterialEditor
리턴 float
        public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor)
        {
            return 24f;
        }