UIDragDetectorBoundingBehavior
Used with UIDragDetector to determine bounding behavior of the dragged UI object when UIDragDetector.BoundingUI is set.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
635 | Automatic | 0 | Mimics EntireObject behavior for a UI object that's entirely contained by the BoundingUI, or else HitPoint for a UI object that's partially outside the BoundingUI. | |
635 | EntireObject | 1 | Bounds the entire dragged UI object within the BoundingUI. | |
635 | HitPoint | 2 | Bounds the dragged UI only by the exact hit/grab point and its respective position after translation/rotation. |
Description
Used with UIDragDetector to determine bounding behavior of the dragged UI object when UIDragDetector.BoundingUI is set.
History 4
- 635 Add HitPoint
- 635 Add EntireObject
- 635 Add Automatic
- 635 Add UIDragDetectorBoundingBehavior