C# 클래스 ColladaXna.Base.Materials.LoadedTextureReference

A reference to a loaded texture (during runtime), consisting of filename, texture channel and a texture object.
상속: ColladaXna.Base.Materials.TextureReference
파일 보기 프로젝트 열기: Bunkerbewohner/ColladaXna

공개 메소드들

메소드 설명
LoadedTextureReference ( string filename, string texChannel, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics

메소드 상세

LoadedTextureReference() 공개 메소드

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
리턴 Microsoft.Xna.Framework.Graphics