Interface: SelectEndEvent
Defined in: src/core/Script.ts:30
Extends
Properties
completed
readonlycompleted:boolean
Defined in: src/core/Script.ts:31
currentTarget?
readonlyoptionalcurrentTarget:Script<Object3DEventMap>
Defined in: src/core/Script.ts:13
Inherited from
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
reason
readonlyreason:SelectionEndReason
Defined in: src/core/Script.ts:32
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