Skip to main content

AnimationPoseExt

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 property from the animation pose to the respective widgets.

Implementors§