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