Click or drag to resize
SpriteSpriteArrivedAtWaypoint Event
When you tell a sprite to MoveTo(list of points), this fires off every time it gets to one of the points. When it gets to the final point, only the SpriteAtEndPoint event fires off.

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

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also