Trait gapp::Update[][src]

pub trait Update {
    fn update(&mut self, timestep: f32);
}

Required methods

fn update(&mut self, timestep: f32)[src]

Loading content...

Implementations on Foreign Types

impl<T: Update> Update for Vec<T>[src]

Loading content...

Implementors

Loading content...