每个字符的大小(此设置会缩放整个文本)。
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().characterSize = 10; } }