Event that can be used to display the current frames per second.

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

Syntax

C#
public event Animator3ds..::.FramesPerSecondUpdatedEventHandler FramesPerSecondUpdated
Visual Basic (Declaration)
Public Event FramesPerSecondUpdated As Animator3ds..::.FramesPerSecondUpdatedEventHandler
Visual C++
public:
 event Animator3ds..::.FramesPerSecondUpdatedEventHandler^ FramesPerSecondUpdated {
	void add (Animator3ds..::.FramesPerSecondUpdatedEventHandler^ value);
	void remove (Animator3ds..::.FramesPerSecondUpdatedEventHandler^ value);
}

See Also