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>
Interface for compositor logics, which can be automatically binded to compositors, allowing per-compositor logic (such as attaching a relevant listener) to happen automatically. 
◆ ~CompositorLogic()
  
  | 
        
          | virtual Ogre::CompositorLogic::~CompositorLogic | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ compositorInstanceCreated()
  
  | 
        
          | virtual void Ogre::CompositorLogic::compositorInstanceCreated | ( | CompositorInstance * | newInstance | ) |  |  | inlinevirtual | 
 
Called when a compositor instance has been created. 
 
 
◆ compositorInstanceDestroyed()
  
  | 
        
          | virtual void Ogre::CompositorLogic::compositorInstanceDestroyed | ( | CompositorInstance * | destroyedInstance | ) |  |  | inlinevirtual | 
 
Called when a compositor instance has been destroyed. 
 
 
The documentation for this class was generated from the following file: