This field represents the cube's transparency

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

Syntax

C#
public float Transparent { get; set; }
Visual Basic (Declaration)
Public Property Transparent As Single
Visual C++
public:
property float Transparent {
	float get ();
	void set (float value);
}

See Also