Struct amethyst_utils::fps_counter::FPSCounterBundle [] [src]

pub struct FPSCounterBundle;

Automatically adds a FPSCounterSystem and a FPSCounter resource with the specified sample size.

Trait Implementations

impl Default for FPSCounterBundle
[src]

[src]

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

impl<'a, 'b> SystemBundle<'a, 'b> for FPSCounterBundle
[src]

[src]

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

Auto Trait Implementations