Versions with this page:
Versions without this page:
How much space will be in-between lines of text.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { GetComponent<TextMesh>().lineSpacing = 10; } }