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