Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VerticalWrapMode

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

Definition

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

Fields

Value

Description

OverflowText well continue to generate when reaching vertical boundary.
TruncateText will be clipped when reaching the vertical boundary.