Module prelude

Module prelude 

Source
Expand description

Standard prelude for sprite sheet animations, that contains all most commonly used types and traits.

Re-exports§

pub use super::SpriteSheetAnimation;
pub use super::SpriteSheetFramesContainer;

Structs§

ImageParameters
Sprite sheet source image parameters defines how to interpret an image. It defines size of each frame, total size of an image, frame range to use, etc.
Signal
Animation signal is used as a point at which to notify external observers that animation just started to play a specific frame.

Enums§

Event
Some animation event.
Status
Animation playback status.