Component image 
Legacy Label component as seen in the Scene Inspector

The LegacyLabel component is a leftover Component from content migrated from other platforms. It should not be used, and should be replaced whenever possible.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
TextRenderer
|
TextRenderer | The text renderer for the label visual. |
BaseColor
|
ColorX | The base color of the label visual. |
BaseColorElement
|
ILegacyUIElement | The UI element for the base color. |
Brightness
|
Float | The brightness of the label visual. |
LerpRatio
|
Float | A value from 0<->1 to lerp BaseColor and LerpColor with.
|
LerpColor
|
ColorX | The color to lerp to. |
_textColor
|
field drive of ColorX | The field to drive with a color between BaseColor and LerpColor using LerpRatio as the specifier for the in between color.
|
Usage
Not to be used by the user, legacy content.
Examples
Used in legacy content.