UIDragDetectorDragRelativity
Used with DragDetector to set the paradigm which defines the relativity of inputs/outputs from a custom drag function.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
629 | Absolute | 0 | Designates the input and return values as the absolute target position/rotation in the space defined by DragSpace. | |
629 | Relative | 1 | Designates the input and return values as the change from the current position/rotation in the space defined by DragSpace. |
Description
Used with DragDetector to set the paradigm which defines the relativity of inputs/outputs from a custom drag function registered through SetDragStyleFunction() or AddConstraintFunction().