The IXAnimationTimeMapFunction interface defines time mapping function that converts animation time to the correspondent virtual animation time.

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

Syntax

C#
public interface IXAnimationTimeMapFunction

Remarks

By implementing this interface and the Function(Double) method we can easily achieve the effect of non-linear animation timing to slow down or speed up parts of the animation.

See Also