Interface: ObjectGrabEvent
Defined in: src/core/Script.ts:58
Properties
currentTarget?
readonlyoptionalcurrentTarget:Script<Object3DEventMap>
Defined in: src/core/Script.ts:61
hand
readonlyhand:Object3D
Defined in: src/core/Script.ts:65
handIndex
readonlyhandIndex:number
Defined in: src/core/Script.ts:64
source
readonlysource:InteractionSource
Defined in: src/core/Script.ts:59
surface
readonlysurface:Object3D
Defined in: src/core/Script.ts:63
Public contact surface. Private renderer meshes are normalized to it.
target
readonlytarget:Object3D
Defined in: src/core/Script.ts:60
touchPosition
readonlytouchPosition:Vector3
Defined in: src/core/Script.ts:66
Methods
stopPropagation()
stopPropagation():
void
Defined in: src/core/Script.ts:67
Returns
void