Module spritesheet

Module spritesheet 

Source
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§

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.
SpriteSheetAnimation
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.
SpriteSheetFramesContainer
Container for a sprite sheet animation frames.

Enums§

Event
Some animation event.
Status
Animation playback status.

Traits§

SpriteSheetTexture
Trait for anything that can be used as a texture.