We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b94a commit 9116886Copy full SHA for 9116886
crates/bevy_ui/src/directional_navigation.rs
@@ -1,5 +1,7 @@
1
-//! An optional but recommended automatic directional navigation system, powered by
2
-//! the [`AutoDirectionalNavigation`] component.
+//! An automatic directional navigation system, powered by the [`AutoDirectionalNavigation`] component.
+//!
3
+//! [`AutoDirectionalNavigator`] expands on the manual directional navigation system
4
+//! provided by the [`DirectionalNavigation`] system parameter from `bevy_input_focus`.
5
6
use crate::{ComputedNode, ComputedUiTargetCamera, UiGlobalTransform};
7
use bevy_camera::visibility::InheritedVisibility;
0 commit comments