Interface: TranslateManipulationEvent
Defined in: src/interaction/manipulation/ManipulationTypes.ts:73
Extends
Properties
action
readonlyaction:"translate"
Defined in: src/interaction/manipulation/ManipulationTypes.ts:74
Overrides
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
delta
readonlydelta:Vector3
Defined in: src/interaction/manipulation/ManipulationTypes.ts:76
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
point
readonlypoint:Vector3
Defined in: src/interaction/manipulation/ManipulationTypes.ts:75
position
readonlyposition:Vector3
Defined in: src/interaction/manipulation/ManipulationTypes.ts:77
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
worldPosition
readonlyworldPosition: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