Struct amethyst_core::frame_limiter::FrameLimiter[][src]

pub struct FrameLimiter { /* fields omitted */ }

Frame limiter

Methods

impl FrameLimiter
[src]

Create a new frame limiter with the given config

Set the strategy and fps

Create a new frame limiter with the given config

Start the limiter

Wait until the frame has passed

Trait Implementations

impl Debug for FrameLimiter
[src]

Formats the value using the given formatter. Read more

impl Default for FrameLimiter
[src]

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

Auto Trait Implementations

impl Send for FrameLimiter

impl Sync for FrameLimiter