onpointerenter - eisclimber/ExPresS-XR GitHub Wiki
Method in PictureWallHoverer
Detects Ui interactions to emit the OnHoverEnter-event. Automatically called when a pointer (Ray, Poke, Mouse, ...) enters this element.
public void OnPointerEnter(PointerEventData eventData);| Name | Description |
|---|---|
UnityEngine.EventSystems.PointerEventData eventData |
Context of the event. |