Struct amethyst_animation::AnimationSet [] [src]

pub struct AnimationSet {
    pub animations: Vec<Handle<Animation>>,
}

Attaches to an entity that have animations, with links to all animations that can be run on the entity. Is not used directly by the animation systems, provided for convenience.

Fields

Trait Implementations

impl Component for AnimationSet
[src]

Associated storage type for this component.