Skip to main content

Interface: ObjectGrabEvent

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

Properties

currentTarget?

readonly optional currentTarget: Script<Object3DEventMap>

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


hand

readonly hand: Object3D

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


handIndex

readonly handIndex: number

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


source

readonly source: InteractionSource

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


surface

readonly surface: Object3D

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

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


target

readonly target: Object3D

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


touchPosition

readonly touchPosition: Vector3

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

Methods

stopPropagation()

stopPropagation(): void

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

Returns

void