C# 클래스 EmptyKeys.UserInterface.AssetManager

Implements abstract Asset manager
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
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