Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

Overflow

enumeration

Description

Defines what should happened if content overflows an element bounds.

Properties

Description
Visible The overflow isn't clipped. It renders outside the element's box. Default Value.
Hidden The overflow is clipped, and the rest of the content will be invisible.