Struct amethyst_ecs::Simulation [] [src]

pub struct Simulation {
    // some fields omitted
}

Methods

impl Simulation
[src]

Creates an empty simulation.

Creates an initialized simulation using the builder pattern.

Adds a new processor to the simulation.

Computes the next state of the world using the given processors.