Skip to main content

Interface: SelectEvent

Defined in: src/core/Script.ts:10

Extended by

Properties

currentTarget?

readonly optional currentTarget: Script<Object3DEventMap>

Defined in: src/core/Script.ts:13


intersection?

readonly optional intersection: Intersection<Object3D<Object3DEventMap>>

Defined in: src/core/Script.ts:17

Current ray intersection on surface, when the source still hits it.


source

readonly source: InteractionSource

Defined in: src/core/Script.ts:11


surface?

readonly optional surface: Object3D<Object3DEventMap>

Defined in: src/core/Script.ts:15

Public hit surface. Private renderer meshes are normalized to their owner.


target?

readonly optional target: Object3D<Object3DEventMap>

Defined in: src/core/Script.ts:12

Methods

stopPropagation()

stopPropagation(): void

Defined in: src/core/Script.ts:18

Returns

void