| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/TextMesh-alignment.html | [Back] [Original] |
How lines of text are aligned (Left, Right, Center).
using UnityEngine;
public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().alignment = TextAlignment.Left; } }
| Web Proxy Viewer | New URL | Original Page |