Interface IAnimatableSpriteProvider
The base interface for all classes providing animated sprites.
public interface IAnimatableSpriteProvider : ISpriteProvider
- Inherited Members
Properties
CurrentFrame
Gets or sets the current frame of the animation.
int CurrentFrame { get; set; }