> For the complete documentation index, see [llms.txt](https://fast-studios.gitbook.io/press-e/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fast-studios.gitbook.io/press-e/manual/components/interactable/drag/position.md).

# Position

This subpage covers the settings specific to [**Drag**](/press-e/manual/components/interactable/drag.md) **Position**.

## Main Tab

### Clamp

Set the **minimum** and **maximum** travel (e.g., a drawer’s range). This keeps the object within bounds and ensures consistent behavior. If needed, use **Invert Direction** so the movement starts **forward** and goes **backward**, or the other way around.

### Physics

Control the physical feel while dragging:

* **Spring**: stiffness of the “spring” pulling the object toward the rail target. Higher values feel **more responsive** but can **oscillate** if **Damping** is low. Pair with **Damping** to stabilize and with **Rigidbody Damping** to smooth the rigidbody during drag.
* **Damping**: stabilizes motion; higher values mean **less positional wobble**.
* **Rigidbody Damping**: damping applied directly on the **Rigidbody** (helps prevent overshoot after release).
* **Bouciness**: how much the object **bounces** when it hits the limits at speed. *(field name preserved)*
* **Locked**: when enabled, the object **does not move** until the boolean is turned off.

### Gizmos

Tune Scene View visualization:

* **See Clamp Gizmos**: shows the **clamp line** (min–max).
* **Rail Color**: color of the **rail/clamp line**.
* **Limit Color**: color of the **limit spheres**.
* **Current Pos Color**: color of the **current position** sphere.
* **Sphere Radius**: size of the **spheres**.
* **Max Distance Gizmos**: displays the **max interaction distance**.
* **Max Distance color**: color of the **max distance** indicator.

### Slider

Exposes a **0–1** value representing **progress** along the clamp: **0** at min and **1** at max. Use **Value MinMax** to set the Slider’s **minimum and maximum** report values.
