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

Наследование: AssetManager
Показать файл Открыть проект

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

Метод Описание
LoadEffect ( object contentManager, string file ) : EffectBase

Loads the effect.

LoadFont ( object contentManager, string file ) : FontBase

Loads the font.

LoadSound ( object contentManager, string file ) : SiliconStudio.Xenko.Audio.SoundBase

Loads the sound.

LoadTexture ( object contentManager, string file ) : TextureBase

Loads the texture.

XenkoAssetManager ( ) : System

Initializes a new instance of the XenkoAssetManager class.

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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the XenkoAssetManager class.
public XenkoAssetManager ( ) : System
Результат System