C# Class Collada.Util.Texture

Exibir arquivo Open project: dsrbecky/ColladaDOM Class Usage Examples

Public Properties

Property Type Description
TexturePaths string[]

Public Methods

Method Description
Bind ( ) : void
Load ( string name ) : Texture

Private Methods

Method Description
Texture ( int textureName, int height, int width ) : System

Method Details

Bind() public method

public Bind ( ) : void
return void

Load() public static method

public static Load ( string name ) : Texture
name string
return Texture

Property Details

TexturePaths public_oe static_oe property

public static string[] TexturePaths
return string[]