Interface: SelectEvent
Defined in: src/core/Script.ts:10
Extended by
Properties
currentTarget?
readonlyoptionalcurrentTarget:Script<Object3DEventMap>
Defined in: src/core/Script.ts:13
intersection?
readonlyoptionalintersection:Intersection<Object3D<Object3DEventMap>>
Defined in: src/core/Script.ts:17
Current ray intersection on surface, when the source still hits it.
source
readonlysource:InteractionSource
Defined in: src/core/Script.ts:11
surface?
readonlyoptionalsurface:Object3D<Object3DEventMap>
Defined in: src/core/Script.ts:15
Public hit surface. Private renderer meshes are normalized to their owner.
target?
readonlyoptionaltarget:Object3D<Object3DEventMap>
Defined in: src/core/Script.ts:12
Methods
stopPropagation()
stopPropagation():
void
Defined in: src/core/Script.ts:18
Returns
void