Function: makeDraggable()
makeDraggable(
mobject,scene,options?):Draggable
Defined in: interaction/Draggable.ts:252
Factory function to make a mobject draggable.
Parameters
mobject
The mobject to make draggable
scene
The scene containing the mobject
options?
Draggable configuration options
Returns
A new Draggable instance