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