TMP Link Handler

🔗 TMPLinkHandler Class

Adds link detection and handling functionality to TextMeshPro components.

Namespace: Esper.FeelSpeak.UI.UGUI Inherits from: MonoBehaviour Implements: IPointerClickHandler Type: class


📦 Fields

Access
Field
Type
Description

private

textMeshPro

TMP_Text

The TextMeshPro component to handle links for.


🧰 Methods

Access
Method
Returns
Description

private

Awake()

void

Initializes the TextMeshPro component reference.

public

OnPointerClick(PointerEventData)

void

Handles pointer click events to detect and open links in the TextMeshPro text.