UpdateSpriteAnimation
From SwinGame
UpdateSpriteAnimation updates the frame position of a sprite. A sprite without an animation will be ignored.
Where is it: SGSDK_GRAPHICS
Contents |
Languages
Pascal
procedure UpdateSpriteAnimation(spriteToDraw : Sprite);
C#
public void Graphics.UpdateSpriteAnimation(Sprite sprite);
Visual Basic .NET
Public Sub Graphics.UpdateSpriteAnimation(ByVal sprite As Sprite)
Visual Basic 6
Public Sub Graphics.UpdateSpriteAnimation(ByVal sprite As Sprite)

