PlaneRotationGizmo.coordinatesMode

I’ve found the prop PlaneRotationGizmo.coordinatesMode in the docs, but when I searched for it in the code, I can not find references of it in the code.
So, does it take effect?

PlaneRotationGizmo inherits from Gizmo, if you check the file, you will find the get/set for coordinatesMode:

1 Like

Thanks for that, so the true underlying prop is updateGizmoRotationToMatchAttachedMesh, but enabled or not, nodeQuaternion comes from world matrix. PlaneRotationGizmo does not seems to make it in local space.