UIDragDetectorDragRelativity

Used with DragDetector to set the paradigm which defines the relativity of inputs/outputs from a custom drag function registered through SetDragStyleFunction() or AddConstraintFunction().

Items

NameValueSummary
Absolute0

Designates the input and return values as the absolute target position/rotation in the space defined by DragSpace.

Relative1

Designates the input and return values as the change from the current position/rotation in the space defined by DragSpace.

On this page