This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThe \u003ccode\u003eIGvrPointerHoverHandler\u003c/code\u003e interface allows GameObjects to respond to GvrPointer hover events.\u003c/p\u003e\n"],["\u003cp\u003eImplement the \u003ccode\u003eOnGvrPointerHover\u003c/code\u003e function to define the behavior when a pointer hovers over the GameObject.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOnGvrPointerHover\u003c/code\u003e provides access to \u003ccode\u003ePointerEventData\u003c/code\u003e for details about the hover event.\u003c/p\u003e\n"]]],["The `IGvrPointerHoverHandler` interface allows receiving `OnGvrPointerHover` callbacks when a pointer hovers over a `GameObject`. Implementing this interface provides the `OnGvrPointerHover` function, which is called upon a hover event. This function takes `PointerEventData` as a parameter, containing details about the event that occurred, thus allowing for customized reactions to pointer hovers. It Inherits from IEventSystemHandler.\n"],null,["# IGvrPointerHoverHandler Interface Reference\n\nIGvrPointerHoverHandler\n=======================\n\nInterface to implement if you wish to receive `OnGvrPointerHover` callbacks.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: IEventSystemHandler\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| [OnGvrPointerHover](#interfaceIGvrPointerHoverHandler_1ace61bcbcca3e1672cff655a7fb496953)`(PointerEventData eventData)` | `void` Called when pointer is hovering over `GameObject`. |\n\nPublic functions\n----------------\n\n### OnGvrPointerHover\n\n```c#\nvoid OnGvrPointerHover(\n PointerEventData eventData\n)\n``` \nCalled when pointer is hovering over `GameObject`.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |-------------|------------------------------------------------------| | `eventData` | The event data associated with the triggering event. | |"]]