Struct blit::aseprite_feature::AnimationBlitBuffer [] [src]

pub struct AnimationBlitBuffer { /* fields omitted */ }

BlitBuffer with extra information and functions to animate a sheet.

Methods

impl AnimationBlitBuffer
[src]

[src]

[src]

Draw one frame from the animation.

[src]

Draw the current frame using the animation info.

[src]

Saves the buffer to a file at the path specified. A custom binary format is used for this.

[src]

Create a new buffer from a file at the path specified. The file needs to be the custom binary format.

[src]

Create a new buffer from a file at the path specified. The array needs to be the custom binary format.

Trait Implementations

impl Debug for AnimationBlitBuffer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations