C# 클래스 Afterglow.Graphics.Textures.XnaTexture

Xna texture implementation.
상속: ITexture
파일 보기 프로젝트 열기: Christof/afterglow

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( ) : void

Loads the texture;

Unload ( ) : void

Unloads the texture.

XnaTexture ( string filename, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : Afterglow.Infrastructure

Initializes a new instance of the XnaTexture class.

메소드 상세

Load() 공개 메소드

Loads the texture;
public Load ( ) : void
리턴 void

Unload() 공개 메소드

Unloads the texture.
public Unload ( ) : void
리턴 void

XnaTexture() 공개 메소드

Initializes a new instance of the XnaTexture class.
public XnaTexture ( string filename, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : Afterglow.Infrastructure
filename string The filename.
device Microsoft.Xna.Framework.Graphics.GraphicsDevice The device.
리턴 Afterglow.Infrastructure