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

Parameters

name
Type: System..::.String
Animation name to replay.
fromPos
Type: System..::.Double
Animation start position.
duration
Type: System..::.Double
Animation duration.

See Also