C# Class ColladaXna.Base.Materials.LoadedTextureReference

A reference to a loaded texture (during runtime), consisting of filename, texture channel and a texture object.
Inheritance: ColladaXna.Base.Materials.TextureReference
Show file Open project: Bunkerbewohner/ColladaXna

Public Methods

Method Description
LoadedTextureReference ( string filename, string texChannel, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics

Method Details

LoadedTextureReference() public method

public LoadedTextureReference ( string filename, string texChannel, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics
filename string
texChannel string
texture Microsoft.Xna.Framework.Graphics.Texture2D
return Microsoft.Xna.Framework.Graphics