Gets the average rendered frames per second. The value is calculated from the data in the last played animation.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public double AverageFramesPerSecond { get; }
Visual Basic (Declaration)
Public ReadOnly Property AverageFramesPerSecond As Double
Visual C++
public:
property double AverageFramesPerSecond {
	double get ();
}

See Also