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.

