struct
Gesture.OnHover
Details of a hover event.
Remarks
Corresponds to a pointer enter event.
Fields
| PointerWorldPosition | The intersection point of the Interaction and the Receiver's gesture plane in world space. |
Properties
| ID | A unique identifier associated with the event. |
| Interaction | The interaction update responsible for triggering the event. Either passed into or created by an Interaction method. |
| Receiver | The UIBlock from which the event was invoked. |
| Target | An ancestor of the Receiver (or the Receiver itself) holding information pertinent to the event handler. |