Trait AnimationContainerExt

Source
pub trait AnimationContainerExt {
    // Required method
    fn update_animations(&mut self, nodes: &mut UserInterface, dt: f32);
}
Expand description

Extension trait for AnimationContainer.

Required Methods§

Source

fn update_animations(&mut self, nodes: &mut UserInterface, dt: f32)

Updates all animations in the container and applies their poses to respective nodes. This method is intended to be used only by the internals of the engine!

Implementors§