immersive-home/docs/reference/EventPointer.md
2024-03-17 00:14:31 +01:00

1.1 KiB

EventPointer

Inherits: EventBubble

Description

Triggered when the raycast of the controller or hand hits or clicks on an object.

Properties

Name Type Default
initiator Initiator
ray RayCast3D

Constants

Initiator = <Object>

No description provided yet.

Property Descriptions

initiator: Initiator

Either the controller or the hand that triggered the event.

ray: RayCast3D

The raycast that collided with the target.