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