Click or drag to resize

SpriteSpriteReachedEndPoint Property

This is true unless we are using MoveTo(point) or MoveTo(list of points) to tell the sprite to move from one place to the next. This boolean tells us if it has finished or not.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool SpriteReachedEndPoint { get; }

Property Value

Type: Boolean
See Also