editor › Globals › IRayInputEvent
Interface: IRayInputEvent
Represents an (ongoing) interaction using a ray cast coming from an input device
Hierarchy
↳ IRayInputEvent
Index
Properties
Properties
direction
• direction: Vector3
Inherited from IInputEvent.direction
Defined in src/input/events/InputEvent.ts:25
eventType
• eventType: InputEventType
Inherited from IInputEvent.eventType
Defined in src/input/events/InputEvent.ts:21
id
• id: string
Inherited from IInputEvent.id
Defined in src/input/events/InputEvent.ts:19
position
• position: Vector3
Inherited from IInputEvent.position
Defined in src/input/events/InputEvent.ts:23
position2D
• position2D: Vector3
Defined in src/input/events/InputEvent.ts:35
timestamp
• timestamp: DOMHighResTimeStamp
Inherited from IInputEvent.timestamp
Defined in src/input/events/InputEvent.ts:27