Skip to main content

Interface: TranslateManipulationEvent

Defined in: src/interaction/manipulation/ManipulationTypes.ts:73

Extends

Properties

action

readonly action: "translate"

Defined in: src/interaction/manipulation/ManipulationTypes.ts:74

Overrides

BaseManipulationEvent.action


currentTarget

readonly currentTarget: Script

Defined in: src/interaction/manipulation/ManipulationTypes.ts:67

Inherited from

BaseManipulationEvent.currentTarget


defaultPrevented

readonly defaultPrevented: boolean

Defined in: src/interaction/manipulation/ManipulationTypes.ts:68

Inherited from

BaseManipulationEvent.defaultPrevented


delta

readonly delta: Vector3

Defined in: src/interaction/manipulation/ManipulationTypes.ts:76


owner

readonly owner: Object3D

Defined in: src/interaction/manipulation/ManipulationTypes.ts:66

Inherited from

BaseManipulationEvent.owner


phase

readonly phase: ManipulationPhase

Defined in: src/interaction/manipulation/ManipulationTypes.ts:60

Inherited from

BaseManipulationEvent.phase


point

readonly point: Vector3

Defined in: src/interaction/manipulation/ManipulationTypes.ts:75


position

readonly position: Vector3

Defined in: src/interaction/manipulation/ManipulationTypes.ts:77


source

readonly source: InteractionSource

Defined in: src/interaction/manipulation/ManipulationTypes.ts:62

Inherited from

BaseManipulationEvent.source


sources

readonly sources: readonly InteractionSource[]

Defined in: src/interaction/manipulation/ManipulationTypes.ts:63

Inherited from

BaseManipulationEvent.sources


surface

readonly surface: Object3D

Defined in: src/interaction/manipulation/ManipulationTypes.ts:65

Inherited from

BaseManipulationEvent.surface


target

readonly target: Object3D

Defined in: src/interaction/manipulation/ManipulationTypes.ts:64

Inherited from

BaseManipulationEvent.target


worldPosition

readonly worldPosition: Vector3

Defined in: src/interaction/manipulation/ManipulationTypes.ts:78

Methods

preventDefault()

preventDefault(): void

Defined in: src/interaction/manipulation/ManipulationTypes.ts:69

Returns

void

Inherited from

BaseManipulationEvent.preventDefault


stopPropagation()

stopPropagation(): void

Defined in: src/interaction/manipulation/ManipulationTypes.ts:70

Returns

void

Inherited from

BaseManipulationEvent.stopPropagation