#include <OgreResource.h>
|
| virtual | ~Listener () |
| virtual void | loadingComplete (Resource *) |
| | Called whenever the resource finishes loading.
|
| virtual void | preparingComplete (Resource *) |
| | Called whenever the resource finishes preparing (paging into memory).
|
| virtual void | unloadingComplete (Resource *) |
| | Called whenever the resource has been unloaded.
|
◆ ~Listener()
| virtual Ogre::Resource::Listener::~Listener |
( |
| ) |
|
|
inlinevirtual |
◆ 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: