pub trait AnimationPoseExt {
// Required method
fn apply(&self, ui: &mut UserInterface);
}Expand description
Extension trait for AnimationPose.
Required Methods§
Sourcefn apply(&self, ui: &mut UserInterface)
fn apply(&self, ui: &mut UserInterface)
Tries to set each value to the each property from the animation pose to respective widgets.