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

GetPropertyHeight() 공개 메소드

public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float
property UnityEditor.SerializedProperty
label UnityEngine.GUIContent
리턴 float
        public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
        {
            return (((!EditorGUIUtility.wideMode ? 16f : 0f) + 16f) + ((((MultilineAttribute) base.attribute).lines - 1) * 13));
        }