Enum UGUIAnchor
Represents the anchor of a RectTransform as shown in the Inspector
public enum UGUIAnchor
Fields
BottomCenter = 7
BottomLeft = 6
BottomRight = 8
BottomStretch = 11
MiddleCenter = 4
MiddleLeft = 3
MiddleRight = 5
MiddleStretch = 10
StretchAll = 15
StretchCenter = 13
StretchLeft = 12
StretchRight = 14
TopCenter = 1
TopLeft = 0
TopRight = 2
TopStretch = 9