Interface IContentable
An interface to load and unload asset.
public interface IContentable
Methods
LoadContent()
Loads the assets.
void LoadContent()
UnloadContent()
Called when graphics resources need to be unloaded. Override this method to unload any game-specific graphics resources.
void UnloadContent()