Метод | Описание | |
---|---|---|
AssetManager ( ) : EmptyKeys.UserInterface.Media |
Initializes a new instance of the AssetManager 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 AssetManager ( ) : EmptyKeys.UserInterface.Media | ||
Результат | EmptyKeys.UserInterface.Media |
public abstract LoadEffect ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
Результат |
public abstract LoadFont ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
Результат |
public abstract LoadSound ( object contentManager, string file ) : SoundBase | ||
contentManager | object | The content manager. |
file | string | The file. |
Результат | SoundBase |
public abstract LoadTexture ( object contentManager, string file ) : |
||
contentManager | object | The content manager. |
file | string | The file. |
Результат |