Versions with this page:
Versions without this page:
Выравнивание строк (лево, право, центр).
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().alignment = TextAlignment.Left; } }