![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
Listener which gets called back on Node events. More...
#include <OgreNode.h>
Inheritance diagram for Ogre::Node::Listener:Public Member Functions | |
| Listener () | |
| virtual | ~Listener () |
| virtual void | nodeAttached (const Node *) |
| Node has been attached to a parent. | |
| virtual void | nodeDestroyed (const Node *) |
| Node is being destroyed. | |
| virtual void | nodeDetached (const Node *) |
| Node has been detached from a parent. | |
| virtual void | nodeUpdated (const Node *) |
| Called when a node gets updated. | |
|
inline |
|
virtual |
Node has been attached to a parent.
Node is being destroyed.
Reimplemented in Ogre::v1::RibbonTrail.
Node has been detached from a parent.
Called when a node gets updated.
Reimplemented in Ogre::v1::RibbonTrail.