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

pub struct FPSCounterBundle { /* fields omitted */ }

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

Methods

impl FPSCounterBundle
[src]

[src]

Creates a new FPSCounterBundle with the specified sample size.

Trait Implementations

impl Default for FPSCounterBundle
[src]

[src]

Same as FPSCounterBundle::new(20).

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

[src]

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