linkText
The hyperlink's text value.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[UxmlAttribute]public string linkText { get; set; }
Remarks
Provide a value to create a Label if none exists. This property represents the readable string of the hyperlink. If a is provided, it renders as a hyperlink using rich text tags; otherwise, it displays as plain text. This property does not return the hyperlink rich text tag.
HelpBox.linkHref