docs.unity3d.com
    Show / Hide Table of Contents

    Interactor Events

    These are events that can be hooked into in the editor the same way you would respond to a UI button press. These apply to Interactors - objects that can interact with Interactables.

    Property Description
    Hover Entered The event that is called when this Interactor begins hovering over an Interactable.
    The HoverEnterEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.
    Hover Exited The event that is called when this Interactor ends hovering over an Interactable.
    The HoverExitEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.
    Select Entered The event that is called when this Interactor begins selecting an Interactable.
    The SelectEnterEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.
    Select Exited The event that is called when this Interactor ends selecting an Interactable.
    The SelectEnterEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023