Interface: LongSelectEvent
Defined in: src/core/Script.ts:36
Event sent after a captured selection is held past the long-select delay.
Extends
Properties
currentTarget?
readonlyoptionalcurrentTarget:Script<Object3DEventMap>
Defined in: src/core/Script.ts:13
Inherited from
duration
duration:
number
Defined in: src/core/Script.ts:38
How long the selection has been held, in seconds.
intersection?
readonlyoptionalintersection:Intersection<Object3D<Object3DEventMap>>
Defined in: src/core/Script.ts:17
Current ray intersection on surface, when the source still hits it.
Inherited from
source
readonlysource:InteractionSource
Defined in: src/core/Script.ts:11
Inherited from
surface?
readonlyoptionalsurface:Object3D<Object3DEventMap>
Defined in: src/core/Script.ts:15
Public hit surface. Private renderer meshes are normalized to their owner.
Inherited from
target?
readonlyoptionaltarget:Object3D<Object3DEventMap>
Defined in: src/core/Script.ts:12
Inherited from
Methods
stopPropagation()
stopPropagation():
void
Defined in: src/core/Script.ts:18
Returns
void