Skip to main content

Interface: RotateManipulationEvent

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

Extends

Properties

action

readonly action: "rotate"

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

Overrides

BaseManipulationEvent.action


angle

readonly angle: number

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


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


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


quaternion

readonly quaternion: Quaternion

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


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

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