The Sprite class represents an image that can be drawn on the screen. It can be animated using a specified animation.
Sprite
Animation
Creates a new Sprite object.
The entity that the sprite belongs to.
The current frame of the animation.
Optional
The animation of the sprite.
The start time of the frame.
Animates the sprite based on the current animation settings.
Draws the sprite.
The
Sprite
class represents an image that can be drawn on the screen. It can be animated using a specified animation.See
Animation