Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DragDetectorDragStyle

Used with DragDetector as the paradigm to generate proposed motion, given a stream of cursor rays.

Items 9

HistoryNameValueDescription
576TranslateLine0

1D motion along the detector's Axis, by default the world Y axis.

576TranslatePlane1

2D motion in the plane perpendicular to the detector's Axis, by default the world XZ plane.

576TranslatePlaneOrLine2

2D motion in the plane perpendicular to the detector's Axis and, when the modifier is active, 1D motion along the detector's Axis.

576TranslateLineOrPlane3

1D motion along the detector's Axis and, when the modifier is active, 2D motion in the plane perpendicular to the detector's Axis.

576TranslateViewPlane4

2D motion in the plane perpendicular to the camera's view. In this mode, the plane is constantly updated, even while dragging, and will always face the camera's current view.

576RotateAxis5

Rotation about the detector's Axis, by default the world Y axis.

576RotateTrackball6

Trackball rotation, further customized through the TrackballRadialPullFactor and TrackballRollFactor properties.

576Scriptable7

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

576BestForDevice8

TranslatePlaneOrLine for mouse and gamepad; TranslatePlane for touch; 6DOF for VR.

Description

Used with DragDetector as the paradigm to generate proposed motion, given a stream of cursor rays.

History 10

Settings