Listener which gets called back on OldNode events.
More...
#include <OgreOldNode.h>
Listener which gets called back on OldNode events.
◆ Listener()
Ogre::v1::OldNode::Listener::Listener |
( |
| ) |
|
|
inline |
◆ ~Listener()
virtual Ogre::v1::OldNode::Listener::~Listener |
( |
| ) |
|
|
virtual |
◆ OldNodeAttached()
virtual void Ogre::v1::OldNode::Listener::OldNodeAttached |
( |
const OldNode * |
| ) |
|
|
inlinevirtual |
OldNode has been attached to a parent.
◆ OldNodeDestroyed()
virtual void Ogre::v1::OldNode::Listener::OldNodeDestroyed |
( |
const OldNode * |
| ) |
|
|
inlinevirtual |
◆ OldNodeDetached()
virtual void Ogre::v1::OldNode::Listener::OldNodeDetached |
( |
const OldNode * |
| ) |
|
|
inlinevirtual |
OldNode has been detached from a parent.
◆ OldNodeUpdated()
virtual void Ogre::v1::OldNode::Listener::OldNodeUpdated |
( |
const OldNode * |
| ) |
|
|
inlinevirtual |
Called when a OldNode gets updated.
The documentation for this class was generated from the following file: