IAnimatableSpriteProvider Interface
Namespace: Stride.EngineAssembly: Stride.Rendering.dll
The base interface for all classes providing animated sprites.
public interface IAnimatableSpriteProvider : ISpriteProvider
| Name | Description | |
|---|---|---|
| Properties | ||
| CurrentFrame | Gets or sets the current frame of the animation. |
|
Properties
CurrentFrame
Gets or sets the current frame of the animation.
int CurrentFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |