[−][src]Trait amethyst_core::SystemDesc
Initializes a System
with some interaction with the World
.
Initializes a System
with some interaction with the World
.
impl<'a, 'b> SystemDesc<'a, 'b, TransformSystem> for TransformSystemDesc
[src]fn build(self, world: &mut World) -> TransformSystem
[src]