[][src]Trait kludgine::ui::AnimatableComponent

pub trait AnimatableComponent: InteractiveComponent + Sized {
    type AnimationFactory;
    fn new_animation_factory(target: Entity<Self>) -> Self::AnimationFactory;
}

Associated Types

Loading content...

Required methods

fn new_animation_factory(target: Entity<Self>) -> Self::AnimationFactory

Loading content...

Implementors

impl AnimatableComponent for Image[src]

type AnimationFactory = ImageAnimationFactory

Loading content...