namespace UnityEngine { public enum TextAlignment { Left, Center, Right } }