C# Class Oglr.Core.TextureStore

Inheritance: ITextureStore
Afficher le fichier Open project: SteveDunn/oglr

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

FromFile() public méthode

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

TextureStore() public méthode

public TextureStore ( IGame game ) : System
game IGame
Résultat System