Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
Public Member Functions
irr::scene::IAnimationEndCallBack Class Reference

Callback interface for catching events of ended animations. More...

#include <IAnimatedMeshSceneNode.h>

Inheritance diagram for irr::scene::IAnimationEndCallBack:
irr::IReferenceCounted

List of all members.

Public Member Functions

virtual void OnAnimationEnd (IAnimatedMeshSceneNode *node)=0
 Will be called when the animation playback has ended.

Detailed Description

Callback interface for catching events of ended animations.

Implement this interface and use IAnimatedMeshSceneNode::setAnimationEndCallback to be able to be notified if an animation playback has ended.

Definition at line 39 of file IAnimatedMeshSceneNode.h.


Member Function Documentation

Will be called when the animation playback has ended.

See IAnimatedMeshSceneNode::setAnimationEndCallback for more informations.

Parameters:
node,:Node of which the animation has ended.

The documentation for this class was generated from the following file:

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Fri May 25 2012 04:23:36 by Doxygen (1.7.6.1)