Skip to main content

AnimationContainer

Type Alias AnimationContainer 

Source
pub type AnimationContainer = AnimationContainer<Handle<UiNode>>;
Expand description

UI-specific animation container.

Aliased Type§

pub struct AnimationContainer { /* private fields */ }

Trait Implementations§

Source§

impl AnimationContainerExt for AnimationContainer

Source§

fn update_animations(&mut self, ui: &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!