The height of one line of text with this style, measured in pixels. (Read Only)
JavaScript
JavaScript
C#
Boo
// Prints the lineHeight value of customStyles[0] functionOnGUI() { if(GUI.skin.customStyles.Length > 0) Debug.Log(GUI.skin.customStyles[0].lineHeight); }