Skip to main content

Interface: ObjectTouchStartEvent

Defined in: src/core/Script.ts:53

Extends

Properties

currentTarget?

readonly optional currentTarget: Script<Object3DEventMap>

Defined in: src/core/Script.ts:44

Inherited from

ObjectTouchEvent.currentTarget


defaultPrevented

readonly defaultPrevented: boolean

Defined in: src/core/Script.ts:54


hand?

readonly optional hand: Object3D<Object3DEventMap>

Defined in: src/core/Script.ts:48

Inherited from

ObjectTouchEvent.hand


handIndex

readonly handIndex: number

Defined in: src/core/Script.ts:47

Inherited from

ObjectTouchEvent.handIndex


source

readonly source: InteractionSource

Defined in: src/core/Script.ts:42

Inherited from

ObjectTouchEvent.source


surface

readonly surface: Object3D

Defined in: src/core/Script.ts:46

Public contact surface. Private renderer meshes are normalized to it.

Inherited from

ObjectTouchEvent.surface


target

readonly target: Object3D

Defined in: src/core/Script.ts:43

Inherited from

ObjectTouchEvent.target


touchPosition

readonly touchPosition: 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

Inherited from

ObjectTouchEvent.stopPropagation