Enum AnchorPreset
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.UI.RectTransforms
public enum AnchorPreset
- Extension Methods
Fields
BottomLeft = 0
BottomCenter = 1
BottomRight = 2
MiddleLeft = 3
MiddleCenter = 4
MiddleRight = 5
TopLeft = 6
TopCenter = 7
TopRight = 8
VerticalStretchLeft = 9
VerticalStretchCenter = 10
VerticalStretchRight = 11
HorizontalStretchBottom = 12
HorizontalStretchMiddle = 13
HorizontalStretchTop = 14
StretchAll = 15