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