Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Label

Provides an Element displaying text. For more information, refer to UXML element Label.
Read time 6 minutesLast updated 4 days ago

Definition

public class Label : TextElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IVisualElementScheduler, IBindable, INotifyValueChanged<string>, ITextEdition, ITextElementExperimentalFeatures, IExperimentalFeatures, ITextSelection

Static Fields

Value

Description

ussClassNameUSS class name of elements of this type.

Constructors

Constructor

Description

Label()Constructs a Label with no initial text.
Label(System.String)Constructs a Label displaying the specified text.

Inheritance

Inherited Members