C# Класс EmptyKeys.UserInterface.AssetManager

Implements abstract Asset manager
Показать файл Открыть проект

Открытые методы

Метод Описание
AssetManager ( ) : EmptyKeys.UserInterface.Media

Initializes a new instance of the AssetManager class.

LoadEffect ( object contentManager, string file ) : EffectBase

Loads the effect.

LoadFont ( object contentManager, string file ) : FontBase

Loads the font.

LoadSound ( object contentManager, string file ) : SoundBase

Loads the sound.

LoadTexture ( object contentManager, string file ) : TextureBase

Loads the texture.

Описание методов

AssetManager() публичный Метод

Initializes a new instance of the AssetManager class.
public AssetManager ( ) : EmptyKeys.UserInterface.Media
Результат EmptyKeys.UserInterface.Media

LoadEffect() публичный абстрактный Метод

Loads the effect.
public abstract LoadEffect ( object contentManager, string file ) : EffectBase
contentManager object The content manager.
file string The file.
Результат EmptyKeys.UserInterface.Media.EffectBase

LoadFont() публичный абстрактный Метод

Loads the font.
public abstract LoadFont ( object contentManager, string file ) : FontBase
contentManager object The content manager.
file string The file.
Результат EmptyKeys.UserInterface.Media.FontBase

LoadSound() публичный абстрактный Метод

Loads the sound.
public abstract LoadSound ( object contentManager, string file ) : SoundBase
contentManager object The content manager.
file string The file.
Результат SoundBase

LoadTexture() публичный абстрактный Метод

Loads the texture.
public abstract LoadTexture ( object contentManager, string file ) : TextureBase
contentManager object The content manager.
file string The file.
Результат EmptyKeys.UserInterface.Media.TextureBase