Click or drag to resize
Ab4d.SharpEngine logo

AnimationTDuration Property

Duration of one animation loop in milliseconds. If duration has not been explicitly set using the SetDuration(Single) or SetDuration(FuncT, Int32, Int32, Single) methods, the duration is determined by length of the animation tracks (elements). If duration has been explicitly set, all tracks are temporally scaled to the specified length, so the estimated duration should also equal to the specified one. The duration estimate becomes available (valid) only after animation is started and tracks are finalized.

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public float Duration { get; protected set; }

Property Value

Single

[Missing <value> documentation for "P:Ab4d.SharpEngine.Animation.Animation`1.Duration"]

Implements

IAnimationDuration
Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Animation.Animation`1.Duration"]

See Also