Skip to main content

Interface: ScaleManipulationEvent

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

Extends

Properties

action

readonly action: "scale"

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

Overrides

BaseManipulationEvent.action


center

readonly center: Vector3

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


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


factor

readonly factor: number

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


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


scale

readonly scale: Vector3

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


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