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