Carries out the sprite animation and reacts to the Animate event.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual void SpriteAnimateHandler(
	XSprite sender,
	double time,
	double timeDiff
)

Parameters

sender
Type: SGP.XSpace..::.XSprite
Animated sprite.
time
Type: System..::.Double
Current time of animation start, in seconds.
timeDiff
Type: System..::.Double
Returns time since the last animation, in seconds.

See Also