[]Trait bevy::ecs::ResourcesWriter

pub trait ResourcesWriter: Send + Sync {
    pub fn write(self: Box<Self, Global>, resources: &mut Resources);
}

Required methods

pub fn write(self: Box<Self, Global>, resources: &mut Resources)

Loading content...

Implementors

Loading content...