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