Version: 2019.2

TextAnchor

enumeration

Switch to Manual

Description

Where the anchor of the text is placed.

This is used by GUIText.anchor property.

See Also: GUI Text component.

Variables

UpperLeftText is anchored in upper left corner.
UpperCenterText is anchored in upper side, centered horizontally.
UpperRightText is anchored in upper right corner.
MiddleLeftText is anchored in left side, centered vertically.
MiddleCenterText is centered both horizontally and vertically.
MiddleRightText is anchored in right side, centered vertically.
LowerLeftText is anchored in lower left corner.
LowerCenterText is anchored in lower side, centered horizontally.
LowerRightText is anchored in lower right corner.