Listener which gets called back on Node events.
More...
#include <OgreNode.h>
Listener which gets called back on Node events.
◆ Listener()
Ogre::Node::Listener::Listener |
( |
| ) |
|
|
inline |
◆ ~Listener()
virtual Ogre::Node::Listener::~Listener |
( |
| ) |
|
|
virtual |
◆ nodeAttached()
virtual void Ogre::Node::Listener::nodeAttached |
( |
const Node * |
| ) |
|
|
inlinevirtual |
Node has been attached to a parent.
◆ nodeDestroyed()
virtual void Ogre::Node::Listener::nodeDestroyed |
( |
const Node * |
| ) |
|
|
inlinevirtual |
◆ nodeDetached()
virtual void Ogre::Node::Listener::nodeDetached |
( |
const Node * |
| ) |
|
|
inlinevirtual |
Node has been detached from a parent.
◆ nodeUpdated()
virtual void Ogre::Node::Listener::nodeUpdated |
( |
const Node * |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: