Expand description
Sprite sheet animation is used to create simple key frame animation using single image with series of frames.
Modules§
- signal
- Animation signal is used as a point at which to notify external observers that animation just started to play a specific frame.
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.
- Sprite
Sheet Animation - Sprite sheet animation is an animation based on key frames, where each key frame is packed into single image. Usually, all key frames have the same size, but this is not mandatory.
- Sprite
Sheet Frames Container - Container for a sprite sheet animation frames.
Enums§
Traits§
- Sprite
Sheet Texture - Trait for anything that can be used as a texture.