Reference API Roblox

Engine API

Website

Related

Reference API Roblox

UIDragDetectorDragRelativity

Used with DragDetector to set the paradigm which defines the relativity of inputs/outputs from a custom drag function.

Items 2

HistoryNameValueDescription
629Absolute0

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

629Relative1

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

Description

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

History 3

Settings