Click or drag to resize
Animator3dsAnimationDuration Property
Gets or sets the time in second how long will the whole animation be playing (once from the first to the last frame). Setting this value also changes ModelFramesPerSecond accordingly.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public TimeSpan AnimationDuration { get; set; }

Property Value

Type: TimeSpan
See Also