![]() |
OGRE
master
Object-Oriented Graphics Rendering Engine
|
Plugin instance for Metal Manager. More...
#include <OgreMetalPlugin.h>
Inheritance diagram for Ogre::MetalPlugin:Public Member Functions | |
| MetalPlugin () | |
| const String & | getName () const override |
| Get the name of the plugin. More... | |
| void | initialise () override |
| Perform any tasks the plugin needs to perform on full system initialisation. More... | |
| void | install () override |
| Perform the plugin initial installation sequence. More... | |
| void | shutdown () override |
| Perform any tasks the plugin needs to perform when the system is shut down. More... | |
| void | uninstall () override |
| Perform the final plugin uninstallation sequence. More... | |
Public Member Functions inherited from Ogre::Plugin | |
| Plugin () | |
| virtual | ~Plugin () |
Plugin instance for Metal Manager.
| Ogre::MetalPlugin::MetalPlugin | ( | ) |
|
overridevirtual |
Get the name of the plugin.
Implements Ogre::Plugin.
|
overridevirtual |
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
|
overridevirtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
|
overridevirtual |
Perform any tasks the plugin needs to perform when the system is shut down.
Implements Ogre::Plugin.
|
overridevirtual |
Perform the final plugin uninstallation sequence.
Implements Ogre::Plugin.