Interface for automatically update StatePlugins internal data. More...
#include <MRStatePluginUpdate.h>
Inheritance diagram for MR::IPluginUpdate:Public Member Functions | |
| virtual | ~IPluginUpdate ()=default |
| virtual void | preDrawUpdate () |
| called each frame in before drawDialog | |
Protected Member Functions | |
| virtual void | onPluginEnable_ () |
| called when plugin started | |
| virtual void | onPluginDisable_ () |
| called when plugin stops | |
| virtual bool | shouldClose_ () const |
| called each frame, return true to close plugin | |
Interface for automatically update StatePlugins internal data.