C# Class FSO.Content.Model.InMemoryTextureRefWithMask

Inheritance: InMemoryTextureRef
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
InMemoryTextureRefWithMask ( byte data, uint maskColors ) : System

Méthodes protégées

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

Method Details

InMemoryTextureRefWithMask() public méthode

public InMemoryTextureRefWithMask ( byte data, uint maskColors ) : System
data byte
maskColors uint
Résultat System

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