UIDragDetectorDragStyle
Used with UIDragDetector as the paradigm to generate proposed motion, given a stream of input position vectors.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
625 | TranslatePlane | 0 | 2D motion in the plane of the LayerCollector. | |
625 | TranslateLine | 1 | 1D motion along the detector's DragAxis. | |
625 | Rotate | 2 | By default, rotation about the absolute center position of the detector's parent GuiObject. If ReferenceUIInstance is set, rotation happens about that instance's absolute center position. | |
625 | Scriptable | 3 | Calculates desired motion via a custom function provided through SetDragStyleFunction(). |
Description
Used with UIDragDetector as the paradigm to generate proposed motion, given a stream of input position vectors.
History 5
- 625 Add TranslatePlane
- 625 Add TranslateLine
- 625 Add Scriptable
- 625 Add Rotate
- 625 Add UIDragDetectorDragStyle