Back to API Reference
Class
LinkModifier
Modifier that creates clickable hyperlinks in text.
Remarks
Applies link styling (color and optional underline) to text ranges and handles click events. Parameter: URL string. Subscribe to
LinkClicked to handle link clicks, or let the modifier open URLs automatically via OpenURL.Example
csharp
public Color32 LinkColor{ get; set }Gets or sets the color applied to link text.
