Engine API Reference - v2.21.0-beta.13
    Preparing search index...

    Class ElementSelectEvent

    Represents a XRInputSourceEvent fired on a ElementComponent.

    Hierarchy (View Summary)

    Index

    The CameraComponent that this event was originally raised via.

    The ElementComponent that this event was originally raised on.

    MouseEvent or TouchEvent that was originally raised.

    inputSource: XrInputSource

    The XR input source that this event was originally raised from.

    • Stop propagation of the event to parent ElementComponents. This also stops propagation of the event to other event listeners of the original DOM Event.

      Returns void