Skip to content

Commit fc4ac63

Browse files
committed
docs: updates file comment for dir_nav in bevy_ui
1 parent eda88bb commit fc4ac63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/bevy_ui/src/directional_navigation.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
//! An optional but recommended automatic directional navigation system, powered by
2-
//! the [`AutoDirectionalNavigation`] component.
1+
//! An automatic directional navigation system, powered by the [`AutoDirectionalNavigation`] component.
2+
//!
3+
//! [`AutoDirectionalNavigator`] expands on the manual directional navigation system
4+
//! provided by the [`DirectionalNavigation`] system parameter from `bevy_input_focus`.
35
46
use crate::{ComputedNode, ComputedUiTargetCamera, UiGlobalTransform};
57
use bevy_camera::visibility::InheritedVisibility;

0 commit comments

Comments
 (0)