Struct trex::Simulation [] [src]

pub struct Simulation { /* fields omitted */ }

Responsible for updating and passing events between systems.

Methods

impl Simulation
[src]

Create a new Simulation.

Register a System.

Returns true if the Halt event has been emitted, otherwise false.

Perform a single simulation step.