C# Class FSO.Content.Model.AbstractTextureRef

Inheritance: ITextureRef
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
AbstractTextureRef ( ) : System
Get ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes protégées

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

Method Details

AbstractTextureRef() public méthode

public AbstractTextureRef ( ) : System
Résultat System

Get() public méthode

public Get ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : Microsoft.Xna.Framework.Graphics.Texture2D
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

GetStream() protected abstract méthode

protected abstract GetStream ( ) : Stream
Résultat Stream

Process() protected méthode

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