Struct oxygengine_core::assets::system::AssetsSystem [−][src]
pub struct AssetsSystem;
Trait Implementations
impl<'s> System<'s> for AssetsSystem
[src]
impl<'s> System<'s> for AssetsSystem
[src]type SystemData = Option<Write<'s, AssetsDatabase>>
The resource bundle required to execute this system. Read more
fn run(&mut self, data: Self::SystemData)
[src]
pub fn running_time(&self) -> RunningTime
[src]
pub fn accessor(&'b self) -> AccessorCow<'a, 'b, Self>
[src]
pub fn setup(&mut self, world: &mut World)
[src]
pub fn dispose(self, world: &mut World)
[src]
Auto Trait Implementations
impl RefUnwindSafe for AssetsSystem
impl RefUnwindSafe for AssetsSystem
impl Send for AssetsSystem
impl Send for AssetsSystem
impl Sync for AssetsSystem
impl Sync for AssetsSystem
impl Unpin for AssetsSystem
impl Unpin for AssetsSystem
impl UnwindSafe for AssetsSystem
impl UnwindSafe for AssetsSystem