Version: 2022.3
LanguageEnglish
  • C#

TextAnchor

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Where the anchor of the text is placed.

This is used by Text.anchor property.

Additional resources: GUI Text component.

Properties

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.