Click or drag to resize
SpriteSpriteChangesAnimationFrames Event
When the frame of an animation changes. If you want to have something happen every time the foot of your monster comes down, when the swing of your sword is at certain points, etc. Check to see that the Animaton and FrameIndex are what you expect them to be.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public event SpriteSpriteEventHandler SpriteChangesAnimationFrames

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also