C# Class FSO.Content.Model.InMemoryTextureRefWithMask

Inheritance: InMemoryTextureRef
Show file Open project: RHY3756547/FreeSO

Public Methods

Method Description
InMemoryTextureRefWithMask ( byte data, uint maskColors ) : System

Protected Methods

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

Method Details

InMemoryTextureRefWithMask() public method

public InMemoryTextureRefWithMask ( byte data, uint maskColors ) : System
data byte
maskColors uint
return System

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