The XSpriteAnimateHandler delegate for sprite animation.

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

Syntax

C#
public delegate void XSpriteAnimateHandler(
	XSprite sender,
	double time,
	double timeDiff
)

Parameters

sender
Type: SGP.XSpace..::.XSprite
The XSprite sprite that caused the action.
time
Type: System..::.Double
Current time.
timeDiff
Type: System..::.Double
Time difference.

See Also