Class RichTextParser.TextLabel
Text label for text that wraps per word
Inheritance
Implements
Inherited Members
Namespace: Unity.Tutorials.Core.Editor
Assembly: Unity.Tutorials.Core.Editor.dll
Syntax
public class RichTextParser.TextLabel : Label, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<string>
Constructors
TextLabel(string)
Constructs with text.
Declaration
public TextLabel(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The Text contained by this label |