bevy-inspector-egui
bevy-inspector-egui copied to clipboard
Set gizmo mode throws error for GizmoModes
https://github.com/jakobhellermann/bevy-inspector-egui/blob/12b932675be73baddf7b51d9da57f19ca136d60f/crates/bevy-inspector-egui/examples/integrations/egui_dock.rs#L123C1-L125C43
These are the options now:
is this how we should update code? :
(KeyCode::KeyR, GizmoMode::RotateView),
(KeyCode::KeyT, GizmoMode::TranslateView),
(KeyCode::KeyS, GizmoMode::ScaleUniform),
But I don't see gizmos showing.