This site has been permanently archived. The content on this site was last updated in 2019.
GvrAllEventsTrigger.TriggerEvent
Exposes fired PointerEventData
events.
Summary
Inheritance
Inherits from: UnityEvent< GameObject, PointerEventData >
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."],[[["This trigger exposes PointerEventData events that are fired."],["It inherits from UnityEvent, allowing access to both GameObject and PointerEventData."]]],["`GvrAllEventsTrigger.TriggerEvent` exposes fired `PointerEventData` events. It inherits from `UnityEvent\u003cGameObject, PointerEventData\u003e`. This means it triggers events that contain information about pointer interactions, including the `GameObject` involved and the specific `PointerEventData` associated with the interaction. This allows developers to react to various pointer events in their applications.\n"]]