Versions with this page:
Versions without this page:
Qué tanto espacio estará entre las lineas de texto.
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().lineSpacing = 10; } }