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

