Animation

Trait Animation 

Source
pub trait Animation {
    // Required method
    fn into_action(self, scene: Rc<RefCell<Scene>>) -> Action;
}

Required Methods§

Source

fn into_action(self, scene: Rc<RefCell<Scene>>) -> Action

Implementors§