Trait AnimationPoseExt

Source
pub trait AnimationPoseExt {
    // Required method
    fn apply(&self, ui: &mut UserInterface);
}
Expand description

Extension trait for AnimationPose.

Required Methods§

Source

fn apply(&self, ui: &mut UserInterface)

Tries to set each value to the each property from the animation pose to respective widgets.

Implementors§