Interface: RotateManipulationEvent
Defined in: src/interaction/manipulation/ManipulationTypes.ts:81
Extends
Properties
action
readonlyaction:"rotate"
Defined in: src/interaction/manipulation/ManipulationTypes.ts:82
Overrides
angle
readonlyangle:number
Defined in: src/interaction/manipulation/ManipulationTypes.ts:83
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
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
quaternion
readonlyquaternion:Quaternion
Defined in: src/interaction/manipulation/ManipulationTypes.ts:84
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