Interface: HoverEvent
Defined in: src/core/Script.ts:70
Extends
Properties
currentTarget?
readonlyoptionalcurrentTarget:Script<Object3DEventMap>
Defined in: src/core/Script.ts:13
Inherited from
intersection?
readonlyoptionalintersection:Intersection<Object3D<Object3DEventMap>>
Defined in: src/core/Script.ts:71
Current ray intersection on surface, when the source still hits it.
Overrides
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