Dragger
Mostrar obsoleto
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.
Resumen
Métodos
Rotates the currently dragged part(s) by 90 degrees on the given axis.
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.
Stops the current dragging action (made by Dragger:MouseDown()).
Propiedades
Métodos
AxisRotate
void
Rotates the currently dragged part(s) by 90 degrees on the given axis.
Parámetros
Valor predeterminado: "X"
Devuelve
void
MouseDown
void
Initializes a dragging action, specifying which parts to use when dragging.
Parámetros
Devuelve
void
MouseMove
void
Tries to move the currently dragged part to the point where MouseRay hits another part.
Parámetros
Devuelve
void