Struct amethyst_config::Config [] [src]

pub struct Config {
    pub display: DisplayConfig,
    pub logging: LoggingConfig,
    // some fields omitted
}

Fields

Configuration for display and graphics

Configuration for output

Methods

impl Config
[src]

TODO: Needs documentation!

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Default for Config
[src]

Returns the "default value" for a type. Read more

impl Element for Config
[src]

TODO: Needs documentation!

TODO: Needs documentation!

TODO: Needs documentation!

TODO: Needs documentation!

TODO: Needs documentation!

From some string (should be used for top level elements if you want to embed the code)

From a file relative to current config

From a file relative to project