Trait RunNowDesc
amethyst_core
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.
RunNow
World
fn build(self, world: &mut World) -> S
Builds and returns a System.
System
world