Struct topaz::Engine [] [src]

pub struct Engine { /* fields omitted */ }

The state manager.

Methods

impl Engine
[src]

[src]

[src]

Push a state onto the stack.

[src]

Run the Engine, starting with the state on the top of the stack.

Since this function consumes the Engine, it cannot be reused.