Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions content/en-us/ui/ui-drag-detectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: UI drag detectors
description: UI drag detectors facilitate and encourage interaction with 2D user interface elements in an experience, such as sliders and spinners.
---

import BetaAlert from '../includes/beta-features/beta-alert.md'

<BetaAlert betaName="UIDragDetectors" leadIn="This feature is currently in beta. Enable it through " leadOut="." components={props.components} />

The `Class.UIDragDetector` instance facilitates and encourages interaction with 2D user interface elements in an experience, such as sliders, spinners, and more. Key features include:

- Place a `Class.UIDragDetector` under any `Class.GuiObject` instance to make it draggable via all user inputs without a single line of code.
Expand Down