logo

Trait bevy::ecs::world::FromWorld[]

pub trait FromWorld {
    fn from_world(world: &mut World) -> Self;
}
Expand description

Creates Self using data from the given World

Required methods

Creates Self using data from the given World

Implementors