Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


linkText

The hyperlink's text value.
Read time 1 minuteLast updated 6 days ago

Definition

[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
HelpBox.linkHref
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.