このページを含むバージョン:
このページを含まないバージョン:
テキストのどの箇所がトランスフォームの位置になるか。
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().anchor = TextAnchor.MiddleCenter; } }