Méthode | Description | |
---|---|---|
FNAAssetManager ( ) : System |
Initializes a new instance of the FNAAssetManager class.
|
|
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.
|
public LoadEffect ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
Résultat |
public LoadFont ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
Résultat |
public LoadSound ( object contentManager, string file ) : SoundBase | ||
contentManager | object | The content manager. |
file | string | The file. |
Résultat | SoundBase |
public LoadTexture ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
Résultat |