Dragger
Show Deprecated
The Dragger object is a helper object used to create tools that can drag parts. It is expected (but not required) to be used with Mouse events.
Its implementation is primarily used in the RbxStamper library.
Summary
Properties
Properties inherited from Instance
Methods
Initializes a dragging action, specifying which parts to use when dragging.
Tries to move the currently dragged part to the point where MouseRay hits another part.
Methods inherited from Instance
Events
Events inherited from Instance
Properties
Properties inherited from Instance
Methods
AxisRotate
void
Rotates the currently dragged part(s) by 90 degrees on the given axis.
Returns
void
MouseMove
void
Tries to move the currently dragged part to the point where MouseRay hits another part.
Returns
void
Methods inherited from Instance
Events
Events inherited from Instance