Listener which gets called back on MovableObject events. More...
#include <OgreMovableObject.h>
Public Member Functions | |
Listener (void) | |
virtual | ~Listener () |
virtual void | objectAttached (MovableObject *) |
MovableObject has been attached to a node. More... | |
virtual void | objectDestroyed (MovableObject *) |
MovableObject is being destroyed. More... | |
virtual void | objectDetached (MovableObject *) |
MovableObject has been detached from a node. More... | |
virtual void | objectMoved (MovableObject *) |
MovableObject has been moved. More... | |
virtual const LightList * | objectQueryLights (const MovableObject *) |
Called when the movable object needs to query a light list. More... | |
virtual bool | objectRendering (const MovableObject *, const Camera *) |
Called when the movable object of the camera to be used for rendering. More... | |
Listener which gets called back on MovableObject events.
Definition at line 65 of file OgreMovableObject.h.
Ogre::MovableObject::Listener::Listener | ( | void | ) |
Definition at line 68 of file OgreMovableObject.h.
|
virtual |
Definition at line 69 of file OgreMovableObject.h.
|
virtual |
MovableObject has been attached to a node.
Definition at line 73 of file OgreMovableObject.h.
|
virtual |
MovableObject is being destroyed.
Definition at line 71 of file OgreMovableObject.h.
|
virtual |
MovableObject has been detached from a node.
Definition at line 75 of file OgreMovableObject.h.
|
virtual |
MovableObject has been moved.
Definition at line 77 of file OgreMovableObject.h.
|
virtual |
Called when the movable object needs to query a light list.
Definition at line 105 of file OgreMovableObject.h.
|
virtual |
Called when the movable object of the camera to be used for rendering.
Definition at line 82 of file OgreMovableObject.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jun 30 2014 22:23:20