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,
	double fromPos,
	double duration,
	double speed
)

Parameters

anim
Type: System..::.Int32
Animation number to replay.
fromPos
Type: System..::.Double
Animation start position.
duration
Type: System..::.Double
Animation duration.
speed
Type: System..::.Double
Animation speed.

See Also