This site has been permanently archived. The content on this site was last updated in 2019.
IGvrPointerHoverHandler
Interface to implement if you wish to receive OnGvrPointerHover
callbacks.
Summary
Inheritance
Inherits from: IEventSystemHandler
Public functions
|
OnGvrPointerHover(PointerEventData eventData)
|
void
Called when pointer is hovering over GameObject .
|
Public functions
OnGvrPointerHover
void OnGvrPointerHover(
PointerEventData eventData
)
Called when pointer is hovering over GameObject
.
Details |
Parameters |
eventData
|
The event data associated with the triggering event.
|
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["The `IGvrPointerHoverHandler` interface allows GameObjects to respond to GvrPointer hover events."],["Implement the `OnGvrPointerHover` function to define the behavior when a pointer hovers over the GameObject."],["`OnGvrPointerHover` provides access to `PointerEventData` for details about the hover event."]]],[]]