Table of Contents

Interface IAnimatableSpriteProvider

Namespace
Stride.Engine
Assembly
Stride.Rendering.dll

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; }

Property Value

int