Replays animation with the given name.

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

Syntax

C#
public virtual void PlayAnimation(
	string name,
	bool forward,
	double speed
)

Parameters

name
Type: System..::.String
Animation name to replay.
forward
Type: System..::.Boolean
Defines direction of the animation playback, trueTruetruetrue (True in Visual Basic) means play animation forward.
speed
Type: System..::.Double
Animation speed.

See Also