Struct amethyst::ApplicationBuilder [] [src]

pub struct ApplicationBuilder<T> where
    T: State + 'static, 
{ /* fields omitted */ }

Helper builder for Applications.

Methods

impl<T> ApplicationBuilder<T> where
    T: State + 'static, 
[src]

Creates a new ApplicationBuilder with the given initial game state and display configuration.

Registers a given component type.

Adds a given system pro, assigns it the string identifier name, and marks it with the runtime priority pri.

Builds the Application and returns the result.