包含此页的版本:
不含此页的版本:
文本的行间距。
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().lineSpacing = 10; } }