Adds link detection and handling functionality to TextMeshPro components.
TextMeshPro
Namespace: Esper.FeelSpeak.UI.UGUI Inherits from: MonoBehaviour Implements: IPointerClickHandler Type: class
Esper.FeelSpeak.UI.UGUI
MonoBehaviour
IPointerClickHandler
class
private
textMeshPro
TMP_Text
The TextMeshPro component to handle links for.
Awake()
void
Initializes the TextMeshPro component reference.
public
OnPointerClick(PointerEventData)
Handles pointer click events to detect and open links in the TextMeshPro text.
Last updated 6 months ago