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§
- Image
Parameters - 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.