API Reference

Class List

ElementSelectEvent

Extends: ElementInputEvent

Represents a XRInputSourceEvent fired on a ElementComponent.

Summary

Properties

inputSource

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

Inherited

Properties

camera

The CameraComponent that this event was originally raised via.

element

The ElementComponent that this event was originally raised on.

event

The MouseEvent or TouchEvent that was originally raised.

Methods

stopPropagation

Stop propagation of the event to parent ElementComponents.

Details

Constructor

ElementSelectEvent(event, element, camera, inputSource)

Create an instance of a ElementSelectEvent.

Parameters

eventobject

The XRInputSourceEvent that was originally raised.

elementElementComponent

The ElementComponent that this event was originally raised on.

cameraCameraComponent

The CameraComponent that this event was originally raised via.

inputSourceXrInputSource

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

Properties

XrInputSourceinputSource

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

Inherited

Properties

CameraComponentcamera

The CameraComponent that this event was originally raised via.

ElementComponentelement

The ElementComponent that this event was originally raised on.

MouseEvent, TouchEventevent

The MouseEvent or TouchEvent that was originally raised.

Methods

stopPropagation()

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