Method | Description | |
---|---|---|
LoadEffect ( object contentManager, string file ) : |
Loads the effect.
|
|
LoadFont ( object contentManager, string file ) : |
Loads the font.
|
|
LoadSound ( object contentManager, string file ) : SoundBase |
Loads the sound.
|
|
LoadTexture ( object contentManager, string file ) : |
Loads the texture.
|
|
MonoGameAssetManager ( ) : System |
Initializes a new instance of the MonoGameAssetManager class.
|
public LoadEffect ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
return |
public LoadFont ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
return |
public LoadSound ( object contentManager, string file ) : SoundBase | ||
contentManager | object | The content manager. |
file | string | The file. |
return | SoundBase |
public LoadTexture ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
return |