Updates current frame for a sprite sheet animation
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Rendering2D UpdateSpriteSheetAnimation
Namespace: DeltaEngine.Rendering2D
Assembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The UpdateSpriteSheetAnimation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateSpriteSheetAnimation | Initializes a new instance of the UpdateSpriteSheetAnimation class |
Methods
Name | Description | |
---|---|---|
Update | (Overrides UpdateBehavior Update(IEnumerable Entity ).) |
See Also