We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7979a3 commit 3887e36Copy full SHA for 3887e36
1 file changed
crates/re_space_view/src/space_view_contents.rs
@@ -92,7 +92,7 @@ pub struct SpaceViewContents {
92
93
/// List of all entities that we query via this data blueprint collection.
94
///
95
- /// Currently this is reset every frame in [`Self::reset_per_system_entities`].
+ /// Currently this is reset every frame in [`crate::SpaceViewBlueprint::reset_systems_per_entity_path`].
96
/// In the future, we may want to keep this around and only add/remove systems
97
/// for entities. But at this point we'd likely handle the heuristics a bit differently as well
98
/// and don't use serde here for serialization.
0 commit comments