Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HorizontalWrapMode

Wrapping modes for text that reaches the horizontal boundary.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TextRenderingModule
public enum HorizontalWrapMode

Fields

Value

Description

OverflowText can exceed the horizontal boundary.
WrapText will word-wrap when reaching the horizontal boundary.