[]Trait bevy::ecs::prelude::WorldBuilderSource

pub trait WorldBuilderSource {
    pub fn build(&mut self) -> WorldBuilder<'_>;
}

Converts a reference to Self to a WorldBuilder

Required methods

pub fn build(&mut self) -> WorldBuilder<'_>

Loading content...

Implementors

impl WorldBuilderSource for World

Loading content...