OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Interface for compositor logics, which can be automatically binded to compositors, allowing per-compositor logic (such as attaching a relevant listener) to happen automatically. More...
#include <OgreCompositorLogic.h>
Public Member Functions | |
virtual | ~CompositorLogic () |
virtual void | compositorInstanceCreated (CompositorInstance *newInstance) |
Called when a compositor instance has been created. | |
virtual void | compositorInstanceDestroyed (CompositorInstance *destroyedInstance) |
Called when a compositor instance has been destroyed. | |
Interface for compositor logics, which can be automatically binded to compositors, allowing per-compositor logic (such as attaching a relevant listener) to happen automatically.
|
inlinevirtual |
|
inlinevirtual |
Called when a compositor instance has been created.
This happens after its setup was finished, so the chain is also accessible. This is an ideal method to automatically attach a compositor listener.
|
inlinevirtual |
Called when a compositor instance has been destroyed.
The chain that contained the compositor is still alive during this call.