UpdateSpriteSheetAnimation ClassDelta Engine Documentation
Updates current frame for a sprite sheet animation View code on GitHub
Inheritance Hierarchy

System Object
  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

public class UpdateSpriteSheetAnimation : UpdateBehavior

The UpdateSpriteSheetAnimation type exposes the following members.

Constructors

  NameDescription
Public methodUpdateSpriteSheetAnimation
Initializes a new instance of the UpdateSpriteSheetAnimation class
Top
Methods

  NameDescription
Public methodUpdate (Overrides UpdateBehavior Update(IEnumerable Entity ).)
Top
See Also