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 d3b7aba commit a1d5125Copy full SHA for a1d5125
crates/bevy_hierarchy/src/lib.rs
@@ -1,7 +1,7 @@
1
#![warn(missing_docs)]
2
//! `bevy_hierarchy` can be used to define hierarchies of entities.
3
//!
4
-//! Most commonly, these hierarchies are used for inheriting [`Transform`](bevy_transform::components::Transform) values
+//! Most commonly, these hierarchies are used for inheriting `Transform` values
5
//! from the [`Parent`] to its [`Children`].
6
7
mod components;
0 commit comments