Private
_dragPrivate
_dragCalled when the modifier keys have changed.
Main function, called when an event is raised for this interaction
Sets the interaction active. Use boolean (true|false) to toggle default behavior. Pass it a bitmask of EventType to change the active state. Call without arguments to reset the default active, modification key and pointer Key behavior
Optional
active: number | booleanSets the modification key to listen to or the default modification key if none is provided.
Optional
mod: ModificationKeyTypeSets the pointer key for this interaction or the default pointer if none is provided.
Optional
pointer: PointerKeyTypePrivate
_getPrivate
_transformationThe current active bitmask for EventType
A unique identifier for this interaction
The current active ModificationKeyType
The currently active PointerKeyType
Readonly
rotatedThe event raised, if the rings are dragged. Event is raised with the angle delta to the last event in radians.
Generated using TypeDoc
A class to handle events on a TransformationHandler. Should be used with TransformationHandler created for mode TransformationMode.ROTATE. If the rings are dragged, the rotated event will be raised.