Struct amethyst_ui::UiBundle [] [src]

pub struct UiBundle;

UI bundle

Will register all necessary components and systems needed for UI, along with any resources.

Methods

impl UiBundle
[src]

[src]

Create a new UI bundle

Trait Implementations

impl<'a, 'b> ECSBundle<'a, 'b> for UiBundle
[src]

[src]

Build and add ECS resources, register components, add systems etc to the Application.