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 eda88bb commit 95aa4eeCopy full SHA for 95aa4ee
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