![]() |
Paradox Game Engine
v1.0.0 beta06
|
An interface to load and unload asset. More...
Public Member Functions | |
void | LoadContent () |
Loads the assets. More... | |
void | UnloadContent () |
Called when graphics resources need to be unloaded. Override this method to unload any game-specific graphics resources. More... | |
An interface to load and unload asset.
Definition at line 29 of file IContentable.cs.
void SiliconStudio.Paradox.Games.IContentable.LoadContent | ( | ) |
Loads the assets.
Implemented in SiliconStudio.Paradox.Games.GameSystemBase, SiliconStudio.Paradox.UI.UISystem, and SiliconStudio.Paradox.Effects.RenderSystem.
void SiliconStudio.Paradox.Games.IContentable.UnloadContent | ( | ) |
Called when graphics resources need to be unloaded. Override this method to unload any game-specific graphics resources.
Implemented in SiliconStudio.Paradox.Games.GameSystemBase.