Interface: ScaleManipulationEvent
Defined in: src/interaction/manipulation/ManipulationTypes.ts:87
Extends
Properties
action
readonlyaction:"scale"
Defined in: src/interaction/manipulation/ManipulationTypes.ts:88
Overrides
center
readonlycenter:Vector3
Defined in: src/interaction/manipulation/ManipulationTypes.ts:90
currentTarget
readonlycurrentTarget:Script
Defined in: src/interaction/manipulation/ManipulationTypes.ts:67
Inherited from
BaseManipulationEvent.currentTarget
defaultPrevented
readonlydefaultPrevented:boolean
Defined in: src/interaction/manipulation/ManipulationTypes.ts:68
Inherited from
BaseManipulationEvent.defaultPrevented
factor
readonlyfactor:number
Defined in: src/interaction/manipulation/ManipulationTypes.ts:89
owner
readonlyowner:Object3D
Defined in: src/interaction/manipulation/ManipulationTypes.ts:66
Inherited from
phase
readonlyphase:ManipulationPhase
Defined in: src/interaction/manipulation/ManipulationTypes.ts:60
Inherited from
scale
readonlyscale:Vector3
Defined in: src/interaction/manipulation/ManipulationTypes.ts:91
source
readonlysource:InteractionSource
Defined in: src/interaction/manipulation/ManipulationTypes.ts:62
Inherited from
sources
readonlysources: readonlyInteractionSource[]
Defined in: src/interaction/manipulation/ManipulationTypes.ts:63
Inherited from
surface
readonlysurface:Object3D
Defined in: src/interaction/manipulation/ManipulationTypes.ts:65
Inherited from
target
readonlytarget:Object3D
Defined in: src/interaction/manipulation/ManipulationTypes.ts:64
Inherited from
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