[][src]Trait amethyst_core::RunNowDesc

pub trait RunNowDesc<'a, 'b, S> where
    S: RunNow<'b>, 
{ fn build(self, world: &mut World) -> S; }

Initializes a RunNow with some interaction with the World.

Required methods

fn build(self, world: &mut World) -> S

Builds and returns a System.

Parameters

  • world: World that the system will run on.
Loading content...

Implementors

Loading content...