UIDragDetectorResponseStyle
Describes how the clicked GuiObject will be treated once the desired motion has been calculated.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
625 | Offset | 0 | Move by the Offset values of the detector's parent's GuiObject.Position value. | |
625 | Scale | 1 | Move by the Scale values of the detector's parent's GuiObject.Position value. | |
625 | CustomOffset | 2 | 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. | |
625 | CustomScale | 3 | 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. |
Description
Describes how the clicked GuiObject will be treated once the desired motion has been calculated.
History 5
- 625 Add Scale
- 625 Add Offset
- 625 Add CustomScale
- 625 Add CustomOffset
- 625 Add UIDragDetectorResponseStyle