Versions with this page:
Versions without this page:
Qué punto del texto comparte la posición del Transform.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { GetComponent<TextMesh>().anchor = TextAnchor.MiddleCenter; } }