IContentable Interface
Namespace: Stride.GamesAssembly: Stride.Games.dll
An interface to load and unload asset.
public interface IContentable
Name | Description | |
---|---|---|
Methods | ||
LoadContent() | Loads the assets. |
|
UnloadContent() | Called when graphics resources need to be unloaded. Override this method to unload any game-specific graphics resources. |
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()