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 efbebce commit ed140f5Copy full SHA for ed140f5
crates/bevy_ecs/src/world/mod.rs
@@ -112,6 +112,7 @@ impl World {
112
pub fn as_interior_mutable(&mut self) -> InteriorMutableWorld<'_> {
113
InteriorMutableWorld::new(self)
114
}
115
+
116
/// Creates a new [`InteriorMutableWorld`] view with only read access to everything.
117
pub fn as_interior_mutable_readonly(&self) -> InteriorMutableWorld<'_> {
118
0 commit comments