I looked at the documentation and Api and found that RotationGizmo and ScaleGizmo had sensitivity, but PositionGizmo didn’t, so how to set position gizmo drag strength sensitivity scalar
The AxisDragGizmos (which the PositionGizmo uses) don’t have a sensitivity property, so there’s no way to set it. One possibility could be to add that property (you could open a PR if you’d like or we can add this on our backlog), another would be to customize the behavior of the gizmo by modifying its drag behavior, like this: Babylon.js Playground (babylonjs.com)