C# Class Oglr.Core.TextureStore

Inheritance: ITextureStore
Show file Open project: SteveDunn/oglr

Public Methods

Method Description
Clear ( ) : void
FromFile ( Microsoft.Xna.Framework.Graphics.GraphicsDevice gd, string fullPathToFile ) : Microsoft.Xna.Framework.Graphics.Texture2D
TextureStore ( IGame game ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

FromFile() public method

public FromFile ( Microsoft.Xna.Framework.Graphics.GraphicsDevice gd, string fullPathToFile ) : Microsoft.Xna.Framework.Graphics.Texture2D
gd Microsoft.Xna.Framework.Graphics.GraphicsDevice
fullPathToFile string
return Microsoft.Xna.Framework.Graphics.Texture2D

TextureStore() public method

public TextureStore ( IGame game ) : System
game IGame
return System