Creates new XPathAnimator class instance with the given path.

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

Syntax

C#
public XPathAnimator(
	IXPath path,
	bool following
)

Parameters

path
Type: SGP.XSpace..::.IXPath
The IXPath path along which the animation should be moving.
following
Type: System..::.Boolean
Sets the attribute whether the sprite should rotate according to the path direction.

See Also