[][src]Trait bevy_ecs::WorldWriter

pub trait WorldWriter: Send + Sync {
    fn write(self: Box<Self>, world: &mut World);
}

A World mutation

Required methods

fn write(self: Box<Self>, world: &mut World)

Loading content...

Implementors

impl<T> WorldWriter for Insert<T> where
    T: DynamicBundle + Send + Sync + 'static, 
[src]

Loading content...