UIDragDetectorDragStyle

Used with UIDragDetector as the paradigm to generate proposed motion, given a stream of input position vectors.

Items

NameValueSummary
TranslatePlane0

2D motion in the plane of the LayerCollector.

TranslateLine1

1D motion along the detector's DragAxis.

Rotate2

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.

Scriptable3

Calculates desired motion via a custom function provided through SetDragStyleFunction().

On this page