NGAlignment AlignmentType EnumerationScoreFlash API Documentation V4.6.0
Various alignment types, coming from different packages (everyone has their own way of naming and ordering these ;-) ).

Namespace: NarayanaGames.Common.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public enum AlignmentType
Members

  Member nameValueDescription
TextAnchor0 The standard TextAnchor alignment from Unity, used by GUIText and UnityGUI.
TextAlignment1 The standard text alignment (left / center / right).
NGUI_Pivot2 UIWidget.Pivot from NGUI.
EZGUI_Alignment3 SpriteText.Alignment_Type from EZ GUI.
EZGUI_Anchor4 SpriteText.Anchor_Pos from EZ GUI.
See Also