This field represents the texture list

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public ArrayList TextureList { get; set; }
Visual Basic (Declaration)
Public Property TextureList As ArrayList
Visual C++
public:
property ArrayList^ TextureList {
	ArrayList^ get ();
	void set (ArrayList^ value);
}

See Also