The alignment of the text.
guiText.alignment = TextAlignment.Left;
using UnityEngine;using System.Collections;public class example : MonoBehaviour { void Example() { guiText.alignment = TextAlignment.Left; }}
import UnityEngineimport System.Collectionsclass example(MonoBehaviour): def Example(): guiText.alignment = TextAlignment.Left