Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextClipping

Different methods for how the GUI system handles text being too large to fit the rectangle allocated.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.IMGUIModule
public enum TextClipping

Fields

Value

Description

ClipText gets clipped to be inside the element.
EllipsisText gets clipped to be inside the element and added ... at the end.
OverflowText flows freely outside the element.