Versions with this page:
Versions without this page:
Hasta dónde debería ser desplazado el texto de transform.position.z al dibujar.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { GetComponent<TextMesh>().offsetZ = 5; } }