![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
#include <OgreDotSceneLoader.h>
Additional Inherited Members | |
![]() | |
Plugin () | |
virtual | ~Plugin () |
virtual const String & | getName () const =0 |
Get the name of the plugin. More... | |
virtual void | initialise ()=0 |
Perform any tasks the plugin needs to perform on full system initialisation. More... | |
virtual void | install ()=0 |
Perform the plugin initial installation sequence. More... | |
virtual void | shutdown ()=0 |
Perform any tasks the plugin needs to perform when the system is shut down. More... | |
virtual void | uninstall ()=0 |
Perform the final plugin uninstallation sequence. More... | |