#include <OgreResource.h>
◆ Listener()
Ogre::Resource::Listener::Listener |
( |
| ) |
|
|
inline |
◆ ~Listener()
virtual Ogre::Resource::Listener::~Listener |
( |
| ) |
|
|
virtual |
◆ loadingComplete()
virtual void Ogre::Resource::Listener::loadingComplete |
( |
Resource * |
| ) |
|
|
inlinevirtual |
◆ preparingComplete()
virtual void Ogre::Resource::Listener::preparingComplete |
( |
Resource * |
| ) |
|
|
inlinevirtual |
Called whenever the resource finishes preparing (paging into memory).
- See also
- Resource::setBackgroundLoaded) the call does not itself occur in the thread which is doing the preparing; when preparing is complete a response indicator is placed with the ResourceGroupManager, which will then be sent back to the listener as part of the application's primary frame loop thread.
◆ unloadingComplete()
virtual void Ogre::Resource::Listener::unloadingComplete |
( |
Resource * |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: