Provides access to the ModelManager's private methods for specific classes. More...
#include <ModelManagerAttorney.h>
Static Private Member Functions | |
static void | Delete () |
Calls the Delete method of the ModelManager. | |
Friends | |
class | SUNENGINE |
Provides access to the ModelManager's private methods for specific classes.
The ModelManagerAttorney class is a friend of the SUNENGINE class, allowing it to access the private methods of the ModelManager class. This is used to manage the lifecycle of Model objects within the engine.
|
inlinestaticprivate |
Calls the Delete method of the ModelManager.
This method is used to delete all Model objects managed by the ModelManager.