Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextOverflow

Specifies how the text Element treats hidden overflow content.
Read time 1 minuteLast updated 5 days ago

Definition

public enum TextOverflow

Fields

Value

Description

ClipThe Element clips overflow content and hides it. This is the default value.
EllipsisThe Element clips overflow content and hides it, but displays an ellipsis ("...") to indicate that clipped content exists.