TMP Link Handler
π TMPLinkHandler Class
Adds link detection and handling functionality to TextMeshPro components.
Namespace:
Esper.FeelSpeak.UI.UGUIInherits from:MonoBehaviourImplements:IPointerClickHandlerType: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.