Replays animation with the given number.

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

Syntax

C#
public override void PlayAnimation(
	int anim,
	bool forward,
	double speed
)

Parameters

anim
Type: System..::.Int32
Animation number 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