Interface: ObjectTouchStartEvent
Defined in: src/core/Script.ts:53
Extends
Properties
currentTarget?
readonlyoptionalcurrentTarget:Script<Object3DEventMap>
Defined in: src/core/Script.ts:44
Inherited from
ObjectTouchEvent.currentTarget
defaultPrevented
readonlydefaultPrevented:boolean
Defined in: src/core/Script.ts:54
hand?
readonlyoptionalhand:Object3D<Object3DEventMap>
Defined in: src/core/Script.ts:48
Inherited from
handIndex
readonlyhandIndex:number
Defined in: src/core/Script.ts:47
Inherited from
source
readonlysource:InteractionSource
Defined in: src/core/Script.ts:42
Inherited from
surface
readonlysurface:Object3D
Defined in: src/core/Script.ts:46
Public contact surface. Private renderer meshes are normalized to it.
Inherited from
target
readonlytarget:Object3D
Defined in: src/core/Script.ts:43
Inherited from
touchPosition
readonlytouchPosition:Vector3
Defined in: src/core/Script.ts:49
Inherited from
ObjectTouchEvent.touchPosition
Methods
preventDefault()
preventDefault():
void
Defined in: src/core/Script.ts:55
Returns
void
stopPropagation()
stopPropagation():
void
Defined in: src/core/Script.ts:50
Returns
void