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 5bdb5e2 commit 2eee454Copy full SHA for 2eee454
crates/bevy_mod_scripting_core/src/bindings/world.rs
@@ -122,11 +122,6 @@ impl WorldAccessGuard<'static> {
122
}
123
#[profiling::all_functions]
124
impl<'w> WorldAccessGuard<'w> {
125
- /// Returns the id of the world this guard provides access to
126
- fn world_id(&self) -> WorldId {
127
- self.inner.cell.id()
128
- }
129
-
130
/// creates a new guard derived from this one, which if invalidated, will not invalidate the original
131
fn scope(&self) -> Self {
132
let mut new_guard = self.clone();
0 commit comments