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

