Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VerticalAlignment

How text is vertically aligned within its layout area.
Read time 1 minuteLast updated 7 days ago

Definition

public enum VerticalAlignment

Fields

Value

Description

BottomText is aligned to the bottom of the layout area.
MiddleText is centered vertically within the layout area.
TopText is aligned to the top of the layout area.