DraggerMovementMode
Controls whether DraggerService moves parts geometrically or with physics simulation during Studio drag operations.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 481 | Geometric | 0 | Parts are moved by directly updating their position and orientation, ignoring physics and constraints. | |
| 481 | Physical | 1 | Parts are moved by applying physics impulses, so constraints and collisions are respected during the drag. |
Description
Controls whether Studio's drag tool moves parts by directly setting their positions and orientations (DraggerMovementMode.Geometric) or by simulating physics and respecting Constraints during the drag (DraggerMovementMode.Physical). The active mode is set via DraggerService.DraggerMovementMode, which defaults to DraggerMovementMode.Geometric.