Snapping in BabylonJS-EditControl

I tried to enable snapping when translating a mesh, but it doesn’t work. See lines 32-33

https://www.babylonjs-playground.com/#31M2AP#66

Babylon has the gizmo integrate. Why not use it instead:

https://www.babylonjs-playground.com/#31M2AP#67

Ssatguru answered me on github

editControl.setTransSnap(true);
instead of
editControl.setTransSnap = true;
is the solution.

Yes, but I prefere his one, because of its extras in the design and the undo- & redo-function. I wonder why it isn’t integrated in babylonJS :thinking: