Struct mold2d::sprite::AnimatedSprite [] [src]

pub struct AnimatedSprite { /* fields omitted */ }

Represents an animated sprite with multiple frames

Methods

impl AnimatedSprite
[src]

Updates the animated sprite with the elapsed time

Trait Implementations

impl Clone for AnimatedSprite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Renderable for AnimatedSprite
[src]

Renders the current frame of the animated sprite