C# Class FSO.Content.Model.AbstractTextureRef

Inheritance: ITextureRef
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
AbstractTextureRef ( ) : System
Get ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : Microsoft.Xna.Framework.Graphics.Texture2D

Protected Methods

Method Description
GetStream ( ) : Stream
Process ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, Stream stream ) : Microsoft.Xna.Framework.Graphics.Texture2D

Method Details

AbstractTextureRef() public method

public AbstractTextureRef ( ) : System
return System

Get() public method

public Get ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : Microsoft.Xna.Framework.Graphics.Texture2D
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
return Microsoft.Xna.Framework.Graphics.Texture2D

GetStream() protected abstract method

protected abstract GetStream ( ) : Stream
return Stream

Process() protected method

protected Process ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, Stream stream ) : Microsoft.Xna.Framework.Graphics.Texture2D
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
stream Stream
return Microsoft.Xna.Framework.Graphics.Texture2D