Versions with this page:
Versions without this page:
具有该样式的文本行的高度,以像素为单位。(只读)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log(GUI.skin.button.lineHeight); } }