UIDragDetectorResponseStyle

Describes how the clicked GuiObject will be treated once the desired motion has been calculated.

Items

NameValueSummary
Offset0

Move by the Offset values of the detector's parent's GuiObject.Position value.

Scale1

Move by the Scale values of the detector's parent's GuiObject.Position value.

CustomOffset2

The UI element will not move at all, but the Offset values of the detector's DragUDim2 will still be updated and the detector's events will still fire, allowing you to respond to drag manipulation however you'd like.

CustomScale3

The UI element will not move at all, but the Scale values of the detector's DragUDim2 will still be updated and the detector's events will still fire, allowing you to respond to drag manipulation however you'd like.

On this page