UIDragDetectorDragSpace
Used with DragDetector to set the paradigm which defines the space of inputs/outputs from a custom drag function.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
629 | Parent | 0 | Designates the input and return values' space as the local space of the detector's parent GuiObject. | |
629 | LayerCollector | 1 | Designates the input and return values' space as that of the LayerCollector. | |
629 | Reference | 2 | Designates the input and return values' space as that of the
ReferenceUIInstance. For
DragRelativity and
DragUDim2 purposes, the If ReferenceUIInstance is not
|
Description
Used with DragDetector to set the paradigm which defines the space of inputs/outputs from a custom drag function registered through SetDragStyleFunction() or AddConstraintFunction().
History 4
- 629 Add Reference
- 629 Add Parent
- 629 Add LayerCollector
- 629 Add UIDragDetectorDragSpace